[systemd-devel] BUG: systemd tmpfiles-clean.service trips over afuse stuff in /tmp

2011-06-23 Thread Kok, Auke-jan H
Trivial: afuse makes a booboo when encoutering afuse helper stuff in /tmp, which is made by my sshfs mounts: Jun 23 23:00:24 localhost systemd-tmpfiles[32497]: stat(/tmp/afuse-CBUznW/server) failed: Permission denied Jun 23 23:00:24 localhost systemd[1]: systemd-tmpfiles-clean.service: main proces

Re: [systemd-devel] systemd and swap

2011-06-23 Thread Kay Sievers
On Thu, Jun 23, 2011 at 14:02, Michael Olbrich wrote: > I'm getting "Failed to fully start up daemon: No such file or directory" > when systemd starts. > It took some time to track it down. Basically swap_enumerate() fails > because /proc/swaps does not exist. > Imho this is a valid use-case: This

[systemd-devel] [PATCH] configure: Add --enable-plymouth option

2011-06-23 Thread Henry Gebhardt
As in the bug[1] it would be nice to configure plymouth support independently of the distro. This patch adds a "--enable-plymouth" and "--disable-plymouth" option to the configure script to overwrite the distro specific default. [1] https://bugs.freedesktop.org/show_bug.cgi?id=38460 --- configure

[systemd-devel] systemd and swap

2011-06-23 Thread Michael Olbrich
Hi, I'm getting "Failed to fully start up daemon: No such file or directory" when systemd starts. It took some time to track it down. Basically swap_enumerate() fails because /proc/swaps does not exist. Imho this is a valid use-case: This is an embedded system and swap makes no sense. I'm not sure

Re: [systemd-devel] systemd restart patch

2011-06-23 Thread Cristian Patrascu
On 02/08/2011 12:34 PM, Lennart Poettering wrote: On Mon, 07.02.11 10:01, Cristian Patrascu ([email protected]) wrote: On 02/03/2011 11:19 PM, Michael Biebl wrote: 2011/2/3 Tomasz Torcz: On Thu, Feb 03, 2011 at 09:35:55PM +0100, Michael Biebl wrote: ExecStartOnFailure=/some/cm