Re: [systemd-devel] systemd hangs on shutdown

2011-09-27 Thread Lennart Poettering
ways had since the systemd switch, which I've > never really investigated, is that shutdown never completes. > > A few things get shut down, like the display manager and NM etc, but > then the system just hangs forever. > > Full boot and shutdown logs: > http://dev.laptop.

[systemd-devel] systemd hangs on shutdown

2011-09-27 Thread Daniel Drake
pletes. A few things get shut down, like the display manager and NM etc, but then the system just hangs forever. Full boot and shutdown logs: http://dev.laptop.org/~dsd/20110927/systemd-shutdown-hang.txt Any debugging pointers/suggestions? Than

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-27 Thread Stefan G. Weichinger
Am 27.09.2011 20:01, schrieb Lennart Poettering: > There's some borked software around which when it finds getppid() == 1 > follows a different code path on init then otherwise, in the ill-fated > attempt to detect whether a daemon is started from the old inittab > instead of on an init script. Yo

[systemd-devel] [PATCH] hostname-setup: Frugalware switched to /etc/hostname

2011-09-27 Thread Miklos Vajna
Hi, See the attached patch, one less compat define. :) Thanks. From 62e8668d04a98d3b2be48349477c7e03a5c16738 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 27 Sep 2011 20:45:51 +0200 Subject: [PATCH] hostname-setup: Frugalware switched to /etc/hostname --- src/hostname-setup.c |4 +

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-27 Thread Lennart Poettering
On Tue, 27.09.11 18:21, Stefan G. Weichinger ([email protected]) wrote: > > Am 27.09.2011 16:19, schrieb Lennart Poettering: > > > Also see this blog story I posted yesterday with a longer > > explanation: > > > > http://0pointer.de/blog/projects/inetd.html > > > > (Sorry if that loads very slow

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-27 Thread Stefan G. Weichinger
Am 27.09.2011 16:19, schrieb Lennart Poettering: > Also see this blog story I posted yesterday with a longer > explanation: > > http://0pointer.de/blog/projects/inetd.html > > (Sorry if that loads very slowly only. The server is currently under > pressure due to the PA 1.0 release) Thanks for

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-27 Thread Lennart Poettering
On Tue, 27.09.11 10:01, Stefan G. Weichinger ([email protected]) wrote: > > Am 26.09.2011 18:43, schrieb Lennart Poettering: > > > If this is an inetd service you need to specify "StandardInput=socket" > > here. That directive makes sure the sockets are passes on fds 0-2 to the > > spawned process

Re: [systemd-devel] [RFC][PATCH v2] analyze: draw kernel and initrd boot time as well

2011-09-27 Thread Koen Kooi
Op 26 sep. 2011 om 07:34 heeft Kay Sievers het volgende geschreven: > On Sun, Sep 25, 2011 at 20:41, Koen Kooi wrote: >> Sample output without initrd: >> http://dominion.thruhere.net/koen/angstrom/systemd/omap4430-panda-201109221422.svg >> >> Signed-off-by: Koen Kooi >> --- >> >> Second a

Re: [systemd-devel] converting a xinetd-service to systemd

2011-09-27 Thread Stefan G. Weichinger
Am 26.09.2011 18:43, schrieb Lennart Poettering: > If this is an inetd service you need to specify "StandardInput=socket" > here. That directive makes sure the sockets are passes on fds 0-2 to the > spawned process which is how inetd does it too. I am sure I had that option set at some point when