[systemd-devel] Raid device issue

2011-12-07 Thread Ken Bass
I just upgraded from F14 to F16 so this is my first attempt at systemd and I think I found a bug/issue. (I'm running systemd-37-3.fc16.x86_64) My /dev/md0 (not a bootable disk thank goodness) is encrypted with luks. My crypttab contains: encrypt_storage /dev/md0/mnt/usbkey/storage.key cip

[systemd-devel] test mode

2011-12-07 Thread Ken Bass
The documentation told me that 'systemd --test' was a great debugging tool. However, running it simply yields ''Don't run test mode as root.". Ok So I try to run it as non-root and get Failed to create root cgroup hierarchy: Permission denied Failed to allocate manager object: Permission de

[systemd-devel] [PATCH v2] rpcbind: add support for systemd socket activation

2011-12-07 Thread Tom Gundersen
Making rpcbind sockect activated will greatly simplify its integration in systemd systems. In essence, other services may now assume that rpcbind is always available, even during very early boot. This means that we no longer need to worry about any ordering dependencies. This is based on a patch o