Re: [systemd-devel] systemd numbers for Debian Sid/unstable system

2012-06-27 Thread Tollef Fog Heen
]] Lennart Poettering > On Wed, 27.06.12 21:59, Tollef Fog Heen ([email protected]) wrote: > > > > > ]] Lennart Poettering > > > > > Hmm, the other distributions have an #ifdef TARGET_FOOBAR section in > > > vconsole-setup for that. Debian currently doesn't. I'd be willing to add > > > a patch th

Re: [systemd-devel] Unit file for motd (message of the day) (was: Trying systemd with Debian Sid/unstable on ASRock E350M1 with Crucial m4 SSD)

2012-06-27 Thread Josh Triplett
On Tue, Jun 19, 2012 at 08:04:45PM +0200, Lennart Poettering wrote: > On Sun, 10.06.12 14:40, Paul Menzel (paulepanter at users.sourceforge.net) > wrote: > > [ Roger Leigh ] > > * initscripts: > > - Don't generate or touch /etc/motd. Instead, the dynamic part > >

Re: [systemd-devel] mysqld about back to use mysqld_safe in Fedora

2012-06-27 Thread Mathieu Bridon
On Thu, 2012-06-28 at 04:02 +0200, Reindl Harald wrote: > Am 28.06.2012 02:21, schrieb Tom Lane: > > Lennart Poettering writes: > >> On Wed, 27.06.12 14:50, Honza Horak ([email protected]) wrote: > >>> One of the issue is (in)ability to imitate the original behavior of > >>> mysqld_safe, which res

Re: [systemd-devel] mysqld about back to use mysqld_safe in Fedora

2012-06-27 Thread Reindl Harald
Am 28.06.2012 02:21, schrieb Tom Lane: > Lennart Poettering writes: >> On Wed, 27.06.12 14:50, Honza Horak ([email protected]) wrote: >>> One of the issue is (in)ability to imitate the original behavior of >>> mysqld_safe, which restarts the main process only if it crashes and >>> the pid file i

Re: [systemd-devel] mysqld about back to use mysqld_safe in Fedora

2012-06-27 Thread Tom Lane
Lennart Poettering writes: > On Wed, 27.06.12 14:50, Honza Horak ([email protected]) wrote: >> One of the issue is (in)ability to imitate the original behavior of >> mysqld_safe, which restarts the main process only if it crashes and >> the pid file isn't properly cleaned up. > I am pretty sure "

[systemd-devel] [PATCH] man: fix reference to systemd-tty-ask-password-agent

2012-06-27 Thread teg
From: Tom Gundersen --- man/systemd-ask-password-console.service.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd-ask-password-console.service.xml b/man/systemd-ask-password-console.service.xml index 7017c0d..0baf882 100644 --- a/man/systemd-ask-password-c

Re: [systemd-devel] [PATCH] fix incorrectly named manpage for udev service

2012-06-27 Thread Lennart Poettering
On Wed, 27.06.12 14:56, Dave Reisner ([email protected]) wrote: > The service is systemd-udev.service, not systemd-udevd.service. Applied, thanks! Lennart -- Lennart Poettering - Red Hat, Inc. ___ systemd-devel mailing list [email protected]

Re: [systemd-devel] systemd numbers for Debian Sid/unstable system

2012-06-27 Thread Lennart Poettering
On Wed, 27.06.12 21:59, Tollef Fog Heen ([email protected]) wrote: > > ]] Lennart Poettering > > > Hmm, the other distributions have an #ifdef TARGET_FOOBAR section in > > vconsole-setup for that. Debian currently doesn't. I'd be willing to add > > a patch that parses the old DEbian configuration f

Re: [systemd-devel] systemd numbers for Debian Sid/unstable system

2012-06-27 Thread Tollef Fog Heen
]] Lennart Poettering > Hmm, the other distributions have an #ifdef TARGET_FOOBAR section in > vconsole-setup for that. Debian currently doesn't. I'd be willing to add > a patch that parses the old DEbian configuration files, to implement the > fallback. We use the X11 keyboard definitions. Are

[systemd-devel] [PATCH] fix incorrectly named manpage for udev service

2012-06-27 Thread Dave Reisner
The service is systemd-udev.service, not systemd-udevd.service. --- make install currently fails: /usr/bin/install: cannot stat ‘./man/systemd-udevd.service.8’: No such file or directory Makefile.am | 2 +- man/{systemd-udevd.service.xml => syste

Re: [systemd-devel] mysqld about back to use mysqld_safe in Fedora

2012-06-27 Thread Kay Sievers
On Wed, Jun 27, 2012 at 1:06 PM, Lennart Poettering wrote: > On Wed, 27.06.12 16:49, Honza Horak ([email protected]) wrote: >> >> On 06/27/2012 02:50 PM, Honza Horak wrote: >> >Another issue is the PID file guessing. It usually works fine, but if we >> >want to be sure what pid is monitored, we sh

Re: [systemd-devel] mysqld about back to use mysqld_safe in Fedora

2012-06-27 Thread Lennart Poettering
On Wed, 27.06.12 16:49, Honza Horak ([email protected]) wrote: > > On 06/27/2012 02:50 PM, Honza Horak wrote: > >Another issue is the PID file guessing. It usually works fine, but if we > >want to be sure what pid is monitored, we should use PIDFile= option. > >However, when we use this we don't

Re: [systemd-devel] mysqld about back to use mysqld_safe in Fedora

2012-06-27 Thread Lennart Poettering
On Wed, 27.06.12 14:50, Honza Horak ([email protected]) wrote: > Hi guys, Heya, > we've met some problems around mysqld and systemd's auto-restart > feature recently in Fedora, which has been fortunately fixed by > Michal few days ago [1]. However, there are still some doubts, which > convince u

Re: [systemd-devel] systemd numbers for Debian Sid/unstable system (was: How do I disable old init.d scripts?)

2012-06-27 Thread Lennart Poettering
On Wed, 27.06.12 15:28, Michael Biebl ([email protected]) wrote: > > 2012/6/27 Lennart Poettering : > > > >>    191ms console-setup.service > > > >>     71ms keyboard-setup.service > > > > Also something systemd-vconsole-setup could do? > > The Debian systemd package doesn't do a migration of the

Re: [systemd-devel] systemd numbers for Debian Sid/unstable system (was: How do I disable old init.d scripts?)

2012-06-27 Thread Lennart Poettering
nOn Wed, 27.06.12 15:03, Michael Biebl ([email protected]) wrote: > > 2012/6/27 Michael Biebl : > > Hi, > > > > 2012/6/27 Lennart Poettering : > >> On Wed, 27.06.12 12:18, Paul Menzel ([email protected]) > >> wrote: > >> > >>> checkroot.service                      static > >> >

Re: [systemd-devel] mysqld about back to use mysqld_safe in Fedora

2012-06-27 Thread Honza Horak
On 06/27/2012 02:50 PM, Honza Horak wrote: Another issue is the PID file guessing. It usually works fine, but if we want to be sure what pid is monitored, we should use PIDFile= option. However, when we use this we don't know when the pidfile is created, while waiting some sane time is not a nice

Re: [systemd-devel] Howto detect a session start (and end) with systemd?

2012-06-27 Thread David Herrmann
Hi Stef On Mon, Jun 25, 2012 at 11:27 AM, Stef Bon wrote: > Hi, > > I'm working on a construction which creates "workspaces" for a user > when he/she logs in. > > These workspaces are directories with vritual directories managed by a > FUSE fs, with access to mountable resources like harddisks, u

Re: [systemd-devel] systemd numbers for Debian Sid/unstable system (was: How do I disable old init.d scripts?)

2012-06-27 Thread Michael Biebl
2012/6/27 Lennart Poettering : > >>    191ms console-setup.service > >>     71ms keyboard-setup.service > > Also something systemd-vconsole-setup could do? The Debian systemd package doesn't do a migration of the console/keyboard configuration yet so if you decide to blacklist those sysv services

Re: [systemd-devel] systemd numbers for Debian Sid/unstable system (was: How do I disable old init.d scripts?)

2012-06-27 Thread Michael Biebl
2012/6/27 Michael Biebl : > Hi, > > 2012/6/27 Lennart Poettering : >> On Wed, 27.06.12 12:18, Paul Menzel ([email protected]) >> wrote: >> >>> checkroot.service                      static >> >> Should be redundant, done by systemd-fsck-root.service > > /lib/systemd/system/checkroo

Re: [systemd-devel] systemd numbers for Debian Sid/unstable system (was: How do I disable old init.d scripts?)

2012-06-27 Thread Michael Biebl
Hi, 2012/6/27 Lennart Poettering : > On Wed, 27.06.12 12:18, Paul Menzel ([email protected]) wrote: > >> checkroot.service                      static > > Should be redundant, done by systemd-fsck-root.service /lib/systemd/system/checkroot.service -> remount-rootfs.service This i

[systemd-devel] mysqld about back to use mysqld_safe in Fedora

2012-06-27 Thread Honza Horak
Hi guys, we've met some problems around mysqld and systemd's auto-restart feature recently in Fedora, which has been fortunately fixed by Michal few days ago [1]. However, there are still some doubts, which convince us to go back and use mysqld_safe script for monitoring and restarting potenti

Re: [systemd-devel] systemd numbers for Debian Sid/unstable system (was: How do I disable old init.d scripts?)

2012-06-27 Thread Lennart Poettering
On Wed, 27.06.12 12:18, Paul Menzel ([email protected]) wrote: > > You should be able to pull this down to < 1s with some love... ;-) > > > > Just for the sake of curiosity, could you post the output of > > "systemd-analyze plot" somewhere? > > I was hoping you will write that. P

Re: [systemd-devel] journald API documentation

2012-06-27 Thread Lennart Poettering
On Tue, 26.06.12 17:31, David Strauss ([email protected]) wrote: > I would like to document the native journald API with some usage > examples. Would this be best handled in the form of a man page, > comments in the main header file, or elsewhere? Awesome, much appreciated! I think this wou

Re: [systemd-devel] journald API documentation

2012-06-27 Thread Gergely Nagy
David Strauss writes: > I would like to document the native journald API with some usage > examples. Would this be best handled in the form of a man page, > comments in the main header file, or elsewhere? Personally, I'd love to have a man page (or header comments, this doesn't really matter) fo

Re: [systemd-devel] How do I disable old init.d scripts?

2012-06-27 Thread Lennart Poettering
On Wed, 27.06.12 00:55, Paul Menzel ([email protected]) wrote: > Am Montag, den 25.06.2012, 15:31 +0200 schrieb Koen Kooi: > > Op 25 jun. 2012, om 15:25 heeft Paul Menzel het volgende geschreven: > > > > how can I disable init.d scripts which systemd loads for compatibility > > >

Re: [systemd-devel] How do I disable old init.d scripts?

2012-06-27 Thread Lennart Poettering
On Mon, 25.06.12 21:33, Paul Menzel ([email protected]) wrote: > > This hookup is currently missing for Debian, but I'd be willing to merge a > > patch for that. > > If I am not mistaken, Debian uses `update-rc.d` for that purpose. > > Does someone know if it is feasible to just

Re: [systemd-devel] Just wanted to say good job on systemd

2012-06-27 Thread Lennart Poettering
On Tue, 26.06.12 15:55, Phillip Potter ([email protected]) wrote: > Just wanted to say I managed to build this and get it running on my > CLFS system with virtually no problems at all - the few problems that > did exist were caused by my own ignorance and soon fixed. Very simple > to use once

Re: [systemd-devel] [PATCH] man: typo in systemd-analyze.xml

2012-06-27 Thread Lennart Poettering
On Tue, 26.06.12 18:58, Shawn Landden ([email protected]) wrote: Heya, > --- > man/systemd-analyze.xml |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml > index 960ae7d..c2ff9cc 100644 > --- a/man/systemd-analyze.x

Re: [systemd-devel] Just wanted to say good job on systemd

2012-06-27 Thread Colin Guthrie
'Twas brillig, and Phillip Potter at 26/06/12 15:55 did gyre and gimble: > Just wanted to say I managed to build this and get it running on my CLFS > system with virtually no problems at all - the few problems that did > exist were caused by my own ignorance and soon fixed. Very simple to use > onc