Re: [systemd-devel] [PATCH v4] use systemd.debug on the kernel command line, not "debug"

2014-04-04 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Apr 03, 2014 at 04:08:15PM +0200, Hannes Reinecke wrote: > From: Greg KH > > If the kernel is started with "debug", that's for the kernel to switch > into debug mode. We should rely on a namespace for our options, like > everything else (with the exception of "quiet"). Some people want

Re: [systemd-devel] [PATCH] tty-ask-password-agent: return negative errno

2014-04-04 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Apr 03, 2014 at 09:17:20PM +0200, Florian Albrechtskirchinger wrote: > Return negative errno in wall_tty_block(). get_ctty_devnr() already > returns a negative errno in case of failure, no need to negate it again. > > Reported-by: Simon Thank you both. Applied. Zbyszek __

Re: [systemd-devel] [PATCH] fstab-generator: local-fs.target waits for nofail mounts

2014-04-04 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Apr 04, 2014 at 05:30:03PM -0400, Vivek Goyal wrote: > On Fri, Apr 04, 2014 at 02:44:50PM +0800, WANG Chao wrote: > > In kdump kernel, we need mount certain file system, and we use "nofail" > > for all mounts specified in /etc/fstab. Because we don't want any mount > > failure to interrupt

[systemd-devel] Masking .network files

2014-04-04 Thread Leonid Isaev
Hi, I seem to have a strange issue with the way networkd processes its configuration files. The machine is actually a systemd-nspawn container with a static IP address, so I had to mask the default 80-container-host0.network and create a custom config. Both real and virtual machines are up

Re: [systemd-devel] [PATCH] selinux: Only attempt to load policy exactly once, in the real root

2014-04-04 Thread Will Woods
On Thu, 2014-02-20 at 18:17 +, Colin Walters wrote: > I think both of these (particularly the second) are worse than my > patch - we don't (to my knowledge) support putting policy in the > initramfs now with Fedora or Red Hat Enterprise Linux, so attempting > to find it there by default on ever

Re: [systemd-devel] LXC not working with systemd 209 or later

2014-04-04 Thread Leonid Isaev
On Fri, 04 Apr 2014 21:19:45 +0100 John Lane wrote: > [...] > > I did this: systemd-nspawn -bD /srv/lxc/testcontainer > > Starting the container this way is pretty-much instantaneous. You can > log in and halt it cleanly. Now that's interesting... > > 3. How do you mount API filesystems into

Re: [systemd-devel] [PATCH] fstab-generator: local-fs.target waits for nofail mounts

2014-04-04 Thread Vivek Goyal
On Fri, Apr 04, 2014 at 02:44:50PM +0800, WANG Chao wrote: > In kdump kernel, we need mount certain file system, and we use "nofail" > for all mounts specified in /etc/fstab. Because we don't want any mount > failure to interrupt the boot process to arrive at > dracut-pre-pivot.service (This is the

Re: [systemd-devel] LXC not working with systemd 209 or later

2014-04-04 Thread John Lane
On 03/04/14 19:41, Leonid Isaev wrote: On Thu, 03 Apr 2014 18:53:48 +0100 John Lane wrote: On 03/04/14 16:40, Leonid Isaev wrote: Hi, On Thu, 03 Apr 2014 11:25:27 +0100 John Lane wrote: Hello, I have a number of LXC containers that have been working with systemd for some time. I have just

Re: [systemd-devel] [PATCH] networkd: Introduce ipip tunnel

2014-04-04 Thread Tom Gundersen
Hi Susant, Thanks for this, looking forward getting this merged! I have some comments below though. On Fri, Apr 4, 2014 at 11:25 AM, Susant Sahani wrote: > This patch enables basic ipip tunnel support. > It works with kernel module ipip > > Example configuration > File : ipip.netdev > > [NetD

Re: [systemd-devel] [PATCH] backlight: do nothing if max_brightness is 0

2014-04-04 Thread Tom Gundersen
On Wed, Apr 2, 2014 at 8:20 PM, Thomas Bächler wrote: > Am 27.03.2014 23:41, schrieb Thomas Bächler: >> On virtually any newer Asus mainboard, the eeepc-wmi driver is loaded. >> It exposes a backlight device despite the lack of any physical backlight >> devices. This fake backlight device has max_

Re: [systemd-devel] LXC not working with systemd 209 or later

2014-04-04 Thread Tom Gundersen
On Thu, Apr 3, 2014 at 7:53 PM, John Lane wrote: > What I find is that the login prompt never results in a prompt. I enter the > correct user/password and it takes an age before redisplaying the login > prompt. If apply 208 before starting the container then it works as > expected. Are you using

Re: [systemd-devel] systemd-udevd seems to kill mount.ntfs started in rules scripts?

2014-04-04 Thread Barry Scott
On Thu 03 Apr 2014 17:27:44 Thomas Bächler wrote: > Am 03.04.2014 17:13, schrieb Barry Scott: > > But as soon as the script exits the mount.ntfs process is killed off by > > something? systemd-udevd maybe? > > From man udev's section on RUN: > > " This can only be used for very short-ru

[systemd-devel] [PATCH] networkd: Introduce ipip tunnel

2014-04-04 Thread Susant Sahani
This patch enables basic ipip tunnel support. It works with kernel module ipip Example configuration File : ipip.netdev [NetDev] Name=ipip-tun Kind=tunnel [Tunnel] Kind=ipip Local=192.168.8.102 Remote=10.4.4.4 Dev=em1 Ttl=64 Mtu=1480 --- Makefile.am | 7