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

2011-09-26 Thread Kay Sievers
On Mon, Sep 26, 2011 at 20:29, Paul Menzel wrote: > Am Montag, den 26.09.2011, 14:34 +0200 schrieb Kay Sievers: >> 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 >> > >> >

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

2011-09-26 Thread Paul Menzel
Am Montag, den 26.09.2011, 14:34 +0200 schrieb Kay Sievers: > 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 attempt a

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

2011-09-26 Thread Lennart Poettering
On Wed, 14.09.11 22:31, Stefan G. Weichinger ([email protected]) wrote: Sorry for the delay, but I hope this is useful still: > > What I have now: > > # cat amanda.socket > [Socket] > ListenStream=10080 > Accept=true > > [Install] > WantedBy=sockets.target > > # cat amanda\@.service > [Unit] > De

Re: [systemd-devel] Where to put the environment files?

2011-09-26 Thread Lennart Poettering
On Sat, 24.09.11 13:36, Kay Sievers ([email protected]) wrote: > > On Sat, Sep 24, 2011 at 10:57, Thomas Meyer wrote: > > is there a recommendation where to best put the environment files? and > > what file extension should these files have? > > > > I did prepare this service unit for apache

[systemd-devel] RPM macros for systemd : latest version

2011-09-26 Thread Frederic Crozat
Hi all, we've been doing another round of changes to the RPM macros for systemd. It is mostly to handle : - migration from sysvinit (using Fedora scripts, but not relying on triggers, because they don't play very will with OBS) - presets (systemctl preset is called automatically) -- Frederic Cr

[systemd-devel] [PATCH] sd-login.h: correct spelling mistakes in comments

2011-09-26 Thread Dave Reisner
--- src/sd-login.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sd-login.h b/src/sd-login.h index 7102eb8..0cb0bf0 100644 --- a/src/sd-login.h +++ b/src/sd-login.h @@ -83,7 +83,7 @@ int sd_session_get_seat(const char *session, char **seat); int sd_seat_get_activ

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

2011-09-26 Thread Kay Sievers
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 attempt at this, please check the logic in this patch, a quick test on > F15 looks O