Re: [systemd-devel] Compilation with gcc-4.9 fails

2014-04-18 Thread poma
On 03.03.2014 07:51, Jan Engelhardt wrote: > > Just informing you… > > When building with GCC 4.9.0 [svn r208221], then the following happens: > > $ make > [...] > make --no-print-directory all-recursive > Making all in . > CC src/libsystemd/sd-bus/libsystemd_la-sd-bus.lo > CC sr

Re: [systemd-devel] [PATCH] names: take the registry write lock in kdbus_name_release()

2014-04-18 Thread David Herrmann
Hi On Fri, Apr 18, 2014 at 3:16 AM, Djalal Harouni wrote: > Take the write lock in kdbus_name_release() instead of > kdbus_cmd_name_release() in order to reduce the lock hold time. > > This change permits to convert the kdbus_bus_find_conn_by_id() call to > kdbus_conn_find_peer() since the bus lo

Re: [systemd-devel] [PATCH] systemctl: "systemctl --root=container/ set-default ... is totally borked."

2014-04-18 Thread Djalal Harouni
On Thu, Apr 17, 2014 at 01:42:23PM +0200, Zbigniew Jędrzejewski-Szmek wrote: > On Thu, Apr 17, 2014 at 10:40:37AM +0200, Jan Chaloupka wrote: > > On 04/17/2014 04:59 AM, Zbigniew Je;drzejewski-Szmek wrote: > > >On Thu, Apr 17, 2014 at 01:41:51AM +0100, Djalal Harouni wrote: > > >>BTW, I've a questi

[systemd-devel] Persistent timers delay Type=idle units

2014-04-18 Thread Thomas Bächler
According to [1], when a persistent timer runs its service on boot, it delays startup. That itself isn't a problem, but it delays Type=idle units, in particular, agetty@tty1.service, prohibiting login until it finishes. I hooked up OnCalendar=daily/Persistent=true timers to Type=oneshot units that

[systemd-devel] mount failed during system start but after "systemctl daemon-reload" everything works

2014-04-18 Thread Oliver
Hello. Could anyone tell me a reason why a mount (regardless of via fstab or "mountpoint.mount" unit file) during system boot leads to a timeout because of device timeout and after i do a "systemctl daemon-reload" the mount is successful? Detailed information: My system is a Linuxfromscratch