Re: [systemd-devel] machines get killed when scopes are destroyed

2013-12-14 Thread Cole Robinson
On Mon, Nov 18, 2013 at 03:03:18AM +0100, Zbigniew Jędrzejewski-Szmek wrote: > v0lZy reported on IRC that his qemu machines get killed when shutting > down the host. libvirt-guests.service is designed to suspend them > during shutdown, but when it was run, the guests were all already dead. > > And

Re: [systemd-devel] login: dbus equivalent of sd_pid_get_session ?

2012-02-01 Thread Cole Robinson
On 02/01/2012 01:07 PM, Lennart Poettering wrote: > On Fri, 27.01.12 16:51, Cole Robinson ([email protected]) wrote: > >> Hi, >> >> I am wondering if there is a dbus API equivalent of sd_pid_get_session from >> sd-login.h I know ConsoleKit provides a dbus

[systemd-devel] login: dbus equivalent of sd_pid_get_session ?

2012-01-27 Thread Cole Robinson
Hi, I am wondering if there is a dbus API equivalent of sd_pid_get_session from sd-login.h I know ConsoleKit provides a dbus API for it but I couldn't find something similar in login1 dbus interface. AIUI login1 is the future so just want to make sure I'm not using anything deprecated. Reason fo