[Bug 1529079] Re: Can't start virtual machines with installed systemd-container package on Xenial
Martin Pitt
martin.pitt at ubuntu.com
Fri Feb 19 17:37:42 UTC 2016
The error message is pretty clear. src/util/virsystemd.c does
if (virDBusCallMethod(conn,
NULL,
&error,
"org.freedesktop.machine1",
"/org/freedesktop/machine1",
"org.freedesktop.machine1.Manager",
"CreateMachineWithNetwork",
[...]
"After", "as", 1, "libvirtd.service",
"Before", "as", 1, "libvirt-guests.service") < 0) {
and these properties are unknown/invalid for machines. You can't specify
an ordering dependency to an object that you create *right now*, as
there is no way to enforce them. So just dropping these two lines ought
to fix it.
(Also, it would be nice if a failure to register to machined wasn't
fatal)
** Changed in: systemd (Ubuntu)
Status: Confirmed => Invalid
** Changed in: libvirt (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1529079
Title:
Can't start virtual machines with installed systemd-container package
on Xenial
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1529079/+subscriptions
More information about the Ubuntu-server-bugs
mailing list