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
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
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
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)
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.
_
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
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
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
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
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
---
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(
}
11 matches
Mail list logo