Re: [systemd-devel] [PATCH] manager: Ensure user's systemd runtime directory exists.

2014-11-07 Thread Lennart Poettering
On Fri, 07.11.14 09:38, Colin Guthrie (gm...@colin.guthr.ie) wrote: > Lennart Poettering wrote on 07/11/14 01:06: > > On Wed, 05.11.14 14:51, Colin Guthrie (gm...@colin.guthr.ie) wrote: > > > >> Colin Guthrie wrote on 03/11/14 08:02: > >>> Zbigniew Jędrzejewski-Szmek wrote on 02/11/14 18:18: > >>

Re: [systemd-devel] [PATCH] manager: Ensure user's systemd runtime directory exists.

2014-11-07 Thread Colin Guthrie
Lennart Poettering wrote on 07/11/14 01:06: > On Wed, 05.11.14 14:51, Colin Guthrie (gm...@colin.guthr.ie) wrote: > >> Colin Guthrie wrote on 03/11/14 08:02: >>> Zbigniew Jędrzejewski-Szmek wrote on 02/11/14 18:18: On Sun, Nov 02, 2014 at 02:04:20PM +, Colin Guthrie wrote: > This mirr

Re: [systemd-devel] [PATCH] manager: Ensure user's systemd runtime directory exists.

2014-11-06 Thread Lennart Poettering
On Wed, 05.11.14 14:51, Colin Guthrie (gm...@colin.guthr.ie) wrote: > Colin Guthrie wrote on 03/11/14 08:02: > > Zbigniew Jędrzejewski-Szmek wrote on 02/11/14 18:18: > >> On Sun, Nov 02, 2014 at 02:04:20PM +, Colin Guthrie wrote: > >>> This mirrors code in dbus.c when creating the private sock

Re: [systemd-devel] [PATCH] manager: Ensure user's systemd runtime directory exists.

2014-11-05 Thread Colin Guthrie
Colin Guthrie wrote on 03/11/14 08:02: > Zbigniew Jędrzejewski-Szmek wrote on 02/11/14 18:18: >> On Sun, Nov 02, 2014 at 02:04:20PM +, Colin Guthrie wrote: >>> This mirrors code in dbus.c when creating the private socket and >>> avoids error messages like: >>> >>> systemd[1353]: bind(/run/user/

Re: [systemd-devel] [PATCH] manager: Ensure user's systemd runtime directory exists.

2014-11-03 Thread Colin Guthrie
Zbigniew Jędrzejewski-Szmek wrote on 02/11/14 18:18: > On Sun, Nov 02, 2014 at 02:04:20PM +, Colin Guthrie wrote: >> This mirrors code in dbus.c when creating the private socket and >> avoids error messages like: >> >> systemd[1353]: bind(/run/user/603/systemd/notify) failed: No such file or >

Re: [systemd-devel] [PATCH] manager: Ensure user's systemd runtime directory exists.

2014-11-02 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Nov 02, 2014 at 02:04:20PM +, Colin Guthrie wrote: > This mirrors code in dbus.c when creating the private socket and > avoids error messages like: > > systemd[1353]: bind(/run/user/603/systemd/notify) failed: No such file or > directory > systemd[1353]: Failed to fully start up daemo

[systemd-devel] [PATCH] manager: Ensure user's systemd runtime directory exists.

2014-11-02 Thread Colin Guthrie
This mirrors code in dbus.c when creating the private socket and avoids error messages like: systemd[1353]: bind(/run/user/603/systemd/notify) failed: No such file or directory systemd[1353]: Failed to fully start up daemon: No such file or directory --- src/core/manager.c | 12 1 f