Re: [systemd-devel] [PATCH] selinux: selinuxfs can be mounted on /sys/fs/selinux

2011-06-06 Thread Kay Sievers
On Tue, Jun 7, 2011 at 00:48, Michal Schmidt wrote: > The kernel now provides the /sys/fs/selinux mountpoint and libselinux > prefers it if it's available. > > systemd currently tests only for /selinux and this leads to an infinite > loop of policy reloads in the latest Rawhide. > > Fix it by chec

[systemd-devel] [PATCH] selinux: selinuxfs can be mounted on /sys/fs/selinux

2011-06-06 Thread Michal Schmidt
The kernel now provides the /sys/fs/selinux mountpoint and libselinux prefers it if it's available. systemd currently tests only for /selinux and this leads to an infinite loop of policy reloads in the latest Rawhide. Fix it by checking both possible mountpoints. Also add the new path to ignore_p

Re: [systemd-devel] [PATCH] cryptsetup-generator: fix /etc/cryptsetup options

2011-06-06 Thread Kay Sievers
On Mon, Jun 6, 2011 at 22:31, Michal Schmidt wrote: > cryptsetup-generator parses the options in /etc/cryptsetup incorrectly. > It fails to find the 'swap' option in >  swap,foo > and instead it matches on >  swaplalala,foo > > The condition for the comma separator is reversed. > > https://bugzill

[systemd-devel] [PATCH] cryptsetup-generator: fix /etc/cryptsetup options

2011-06-06 Thread Michal Schmidt
cryptsetup-generator parses the options in /etc/cryptsetup incorrectly. It fails to find the 'swap' option in swap,foo and instead it matches on swaplalala,foo The condition for the comma separator is reversed. https://bugzilla.redhat.com/show_bug.cgi?id=710839 --- src/cryptsetup-generator.

Re: [systemd-devel] systemd .device units timing out

2011-06-06 Thread Kay Sievers
On Mon, Jun 6, 2011 at 17:58, Avi Kivity wrote: > On 06/06/2011 06:47 PM, Kay Sievers wrote: >> On Mon, Jun 6, 2011 at 15:01, Avi Kivity  wrote: >> >  I have a system which was upgraded to F15 and thus systemd.  During the >> > boot >> >  process it times out starting various .device units, like s

Re: [systemd-devel] systemd .device units timing out

2011-06-06 Thread Michal Schmidt
On 06/06/2011 03:01 PM, Avi Kivity wrote: I have a system which was upgraded to F15 and thus systemd. During the boot process it times out starting various .device units, like sda1.device. A general advice: Always use stable names (UUID, LABEL, /dev/disk/by-*/...). You never know which disk th

Re: [systemd-devel] systemd .device units timing out

2011-06-06 Thread Avi Kivity
On 06/06/2011 06:47 PM, Kay Sievers wrote: On Mon, Jun 6, 2011 at 15:01, Avi Kivity wrote: > I have a system which was upgraded to F15 and thus systemd. During the boot > process it times out starting various .device units, like sda1.device. If I > let it alone it will boot in about a week

Re: [systemd-devel] systemd .device units timing out

2011-06-06 Thread Kay Sievers
On Mon, Jun 6, 2011 at 15:01, Avi Kivity wrote: > I have a system which was upgraded to F15 and thus systemd.  During the boot > process it times out starting various .device units, like sda1.device.  If I > let it alone it will boot in about a week or so, but meanwhile it is > unusable.  I am abl

[systemd-devel] systemd .device units timing out

2011-06-06 Thread Avi Kivity
I have a system which was upgraded to F15 and thus systemd. During the boot process it times out starting various .device units, like sda1.device. If I let it alone it will boot in about a week or so, but meanwhile it is unusable. I am able to start it up using emergency.target and various h