On Sun, Jun 09, 2013 at 05:28:44PM +0100, Ross Lagerwall wrote:
> When a sigchld is received from an alien child, main_pid is set to
> 0 then service_enter_running calls main_pid_good to check if the
> child is running. This incorrectly returned true because
> kill(main_pid, 0) would return >= 0.
On Sun, Jun 09, 2013 at 03:54:39PM -0500, Daniel Wallace wrote:
> Without this you have to use %40 with the -H flag because dbus doesn't
> like the @ sign being unescaped.
Applied.
Zbyszek
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.or
On Wed, Jun 05, 2013 at 02:32:35PM +0200, Jan Janssen wrote:
>
> --b
> ---this-boot
> -
> -Show data only from
> -current boot. This will add a m
Without this you have to use %40 with the -H flag because dbus doesn't
like the @ sign being unescaped.
---
src/hostname/hostnamectl.c | 5 +++--
src/locale/localectl.c | 5 +++--
src/login/loginctl.c | 5 +++--
src/shared/dbus-common.c | 4 ++--
src/shared/util.c | 10 +++
Hi,
I was trying to achieve automatic mounting of my external hard drive
whenever it's plugged in.
I first tried the x-systemd.automount option in /etc/fstab but that
led to problems when the disk is not plugged (KDE/GTK file dialogs
hang indefinitely because they wait for the disk to be mounted)
Hi,
On Mon, May 06, 2013 at 11:43:38AM +0200, Lennart Poettering wrote:
> On Fri, 03.05.13 19:55, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
> > On Fri, May 03, 2013 at 06:51:35PM +0200, Lennart Poettering wrote:
> > > On Wed, 24.04.13 10:30, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw
When a sigchld is received from an alien child, main_pid is set to
0 then service_enter_running calls main_pid_good to check if the
child is running. This incorrectly returned true because
kill(main_pid, 0) would return >= 0.
This fixes an error where a service would die and the cgroup would
beco
On Sun, Jun 09, 2013 at 05:11:19PM +0200, Zbigniew Jędrzejewski-Szmek wrote:
> On Sun, Jun 09, 2013 at 08:52:01AM +0100, Ross Lagerwall wrote:
> > On Sat, Jun 08, 2013 at 05:06:50PM +0200, Zbigniew Jędrzejewski-Szmek wrote:
> > > Maybe mention that systemd-shutdown is statically linked (I know it
>
On Sun, Jun 09, 2013 at 08:52:01AM +0100, Ross Lagerwall wrote:
> On Sat, Jun 08, 2013 at 05:06:50PM +0200, Zbigniew Jędrzejewski-Szmek wrote:
> > Maybe mention that systemd-shutdown is statically linked (I know it
> > can be inferred from the text, but being explicit might be better).
>
> At leas
On Sat, Jun 08, 2013 at 08:21:09PM -0500, Daniel Wallace wrote:
> Without this you have to use %40 with the -H flag because dbus doesn't
> like the @ sign being unescaped.
> ---
> src/hostname/hostnamectl.c | 12 ++--
> src/locale/localectl.c | 12 ++--
> src/login/loginctl.c
On Sat, Jun 08, 2013 at 05:06:50PM +0200, Zbigniew Jędrzejewski-Szmek wrote:
> Maybe mention that systemd-shutdown is statically linked (I know it
> can be inferred from the text, but being explicit might be better).
At least on Arch, it is still statically linked to libc and udev:
$ ldd /usr/lib/
11 matches
Mail list logo