[systemd-devel] rc-local.service ordering

2011-02-28 Thread Andrey Borzenkov
Historically rc.local was supposed to be run very late (last) in startup sequence; and systemd implicitly relies on it (at least, on fedora-like systems) implicitly ordering many things "to be done late" afetr rc-sysinit.service. Looking at startup debug log, this assumption is wrong. There are ma

[systemd-devel] [PATCH] client: do not wait forever if daemon is not started

2011-02-28 Thread Andrey Borzenkov
Currently plymouth --wait will wait forever if daemon is not started. This does not look right - we were asked to wait for daemon to stop and daemon is obviously stopped. So make it exit right away in this case. This avoids timeouts during systemd boot if plymouth happened to be stopped (or never

[systemd-devel] JobTimeout

2011-02-28 Thread Andrey Borzenkov
Could someone please give example of intended usage? I must admit I do not really understand it from reading documentation. Thank you! ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd

[systemd-devel] [ANNOUNCE] systemd 19

2011-02-28 Thread Lennart Poettering
Heya, Mostly bugfixes: http://www.freedesktop.org/software/systemd/systemd-19.tar.bz2 Have fun, Lennart Alexey Shabalin (1): build-sys: update ALTLinux support Harald Hoyer (2): Spelling Corrections ratelimit: removed n_printed Kay Sievers (1): systemctl: shutdown(8)

Re: [systemd-devel] [PATCH] ratelimit: removed n_printed

2011-02-28 Thread Lennart Poettering
On Mon, 21.02.11 15:32, har...@redhat.com (har...@redhat.com) wrote: > From: Harald Hoyer > > Removed n_printed and renamed n_printed to num. > This is not a logging rate limiter anymore. Applied too. Thanks! Lennart -- Lennart Poettering - Red Hat, Inc. _

Re: [systemd-devel] [PATCH] Spelling Corrections

2011-02-28 Thread Lennart Poettering
On Mon, 21.02.11 15:32, har...@redhat.com (har...@redhat.com) wrote: > From: Harald Hoyer > > Just some lame spelling corrections with no functionality. Thanks, applied! Lennart -- Lennart Poettering - Red Hat, Inc. ___ systemd-devel mailing list s

Re: [systemd-devel] [PATCH] allow explicit stdout/stderr configuration for SysV services

2011-02-28 Thread Lennart Poettering
On Sun, 27.02.11 01:05, Andrey Borzenkov (arvidj...@gmail.com) wrote: > Currently it is possible to either output legacy initscripts on > console which often messes it up completely, or suppress output > alltogether which makes it hard to debug boot issues. > > While DefaultStandardOutput could b

Re: [systemd-devel] [PATCH] systemctl: always null-terminate the password

2011-02-28 Thread Lennart Poettering
On Mon, 28.02.11 11:25, =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= (zbys...@in.waw.pl) wrote: Ah, thanks, good catch. The perils of copy&paste. Or actually cut&paste... ;-) > --- > src/ask-password-api.c |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/src/as

Re: [systemd-devel] [PATCH] update ALTLinux support

2011-02-28 Thread Lennart Poettering
On Mon, 28.02.11 16:02, Alexey Shabalin (a.shaba...@gmail.com) wrote: > Please apply patch for update ALTLinux support. Applied. Thanks! Lennart -- Lennart Poettering - Red Hat, Inc. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

[systemd-devel] [PATCH] update ALTLinux support

2011-02-28 Thread Alexey Shabalin
Please apply patch for update ALTLinux support. -- Alexey Shabalin diff --git a/configure.ac b/configure.ac index ce5772d..55a81ab 100644 --- a/configure.ac +++ b/configure.ac @@ -368,8 +368,10 @@ case $with_distro in altlinux) SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d

[systemd-devel] [PATCH] systemctl: always null-terminate the password

2011-02-28 Thread =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?=
--- src/ask-password-api.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/ask-password-api.c b/src/ask-password-api.c index dd54fb6..af1b611 100644 --- a/src/ask-password-api.c +++ b/src/ask-password-api.c @@ -179,8 +179,6 @@ int ask_password_tty( }