Re: [libvirt] [PATCH] Check if systemd is the init before creating machines

2014-03-03 Thread Ján Tomko
On 02/28/2014 06:36 PM, Daniel P. Berrange wrote: On Thu, Feb 27, 2014 at 09:29:24PM +0100, Ján Tomko wrote: If systemd is installed, but not the init system, systemd-machined fails with an unhelpful error message: Launch helper exited with unknown return code 1 Fall back to manual cgroup

Re: [libvirt] [PATCH] Check if systemd is the init before creating machines

2014-03-03 Thread Daniel P. Berrange
On Mon, Mar 03, 2014 at 10:35:36AM +0100, Ján Tomko wrote: On 02/28/2014 06:36 PM, Daniel P. Berrange wrote: On Thu, Feb 27, 2014 at 09:29:24PM +0100, Ján Tomko wrote: If systemd is installed, but not the init system, systemd-machined fails with an unhelpful error message: Launch helper

Re: [libvirt] [PATCH] Check if systemd is the init before creating machines

2014-02-28 Thread Ján Tomko
On 02/27/2014 09:29 PM, Ján Tomko wrote: If systemd is installed, but not the init system, systemd-machined fails with an unhelpful error message: Launch helper exited with unknown return code 1 Fall back to manual cgroup creation if systemd is installed, but it's not PID 1. [1]

Re: [libvirt] [PATCH] Check if systemd is the init before creating machines

2014-02-28 Thread Daniel P. Berrange
On Thu, Feb 27, 2014 at 09:29:24PM +0100, Ján Tomko wrote: If systemd is installed, but not the init system, systemd-machined fails with an unhelpful error message: Launch helper exited with unknown return code 1 Fall back to manual cgroup creation if systemd is installed, but it's not PID

Re: [libvirt] [PATCH] Check if systemd is the init before creating machines

2014-02-28 Thread Ján Tomko
On 02/28/2014 12:05 PM, Daniel P. Berrange wrote: On Thu, Feb 27, 2014 at 09:29:24PM +0100, Ján Tomko wrote: If systemd is installed, but not the init system, systemd-machined fails with an unhelpful error message: Launch helper exited with unknown return code 1 Fall back to manual cgroup

Re: [libvirt] [PATCH] Check if systemd is the init before creating machines

2014-02-28 Thread Daniel P. Berrange
On Thu, Feb 27, 2014 at 09:29:24PM +0100, Ján Tomko wrote: If systemd is installed, but not the init system, systemd-machined fails with an unhelpful error message: Launch helper exited with unknown return code 1 Fall back to manual cgroup creation if systemd is installed, but it's not PID

[libvirt] [PATCH] Check if systemd is the init before creating machines

2014-02-27 Thread Ján Tomko
If systemd is installed, but not the init system, systemd-machined fails with an unhelpful error message: Launch helper exited with unknown return code 1 Fall back to manual cgroup creation if systemd is installed, but it's not PID 1. [1] https://bugs.freedesktop.org/show_bug.cgi?id=69962 ---