On Tue, Jan 17, 2012 at 12:06:15PM +0100, Michael Fladischer wrote: > Still no luck with 0.9.8-2. > > Output in /var/log/libvirt/libvirtd.log after boot: > 2012-01-17 10:59:23.573+0000: 23913: info : libvirt version: 0.9.8 > 2012-01-17 10:59:23.573+0000: 23913: error : virCommandWait:2192 : internal > error Child process (LC_ALL=C > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin HOME=/root > USER=root LOGNAME=root /usr/bin/kvm -device ? -device pci-assign,? -device > virtio-blk-pci,? -device virtio-net-pci,?) status unexpected: exit status 1
This is the problematic line. Did you try running this by hand? LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin HOME=/root USER=root LOGNAME=root /usr/bin/kvm -device "?" -device pci-assign,"?" -device virtio-blk-pci,"?" -device virtio-net-pci,"?" It will very likely show that this isn't a libvirt issue. -- Guido > 2012-01-17 10:59:23.575+0000: 23913: error : qemuRemoveCgroup:562 : internal > error Unable to find cgroup for Windows > 2012-01-17 10:59:23.575+0000: 23913: warning : qemuProcessStop:3505 : Failed > to remove cgroup for Windows > 2012-01-17 10:59:23.575+0000: 23913: error : qemuAutostartDomain:168 : Failed > to autostart VM 'Windows': internal error Child process (LC_ALL=C > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin HOME=/root > USER=root LOGNAME=root /usr/bin/kvm -device ? -device pci-assign,? -device > virtio-blk-pci,? -device virtio-net-pci,?) status unexpected: exit status 1 > 2012-01-17 10:59:23.813+0000: 23904: error : virCommandWait:2192 : internal > error Child process (LC_ALL=C > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin HOME=/root > USER=root LOGNAME=root /usr/bin/kvm -device ? -device pci-assign,? -device > virtio-blk-pci,? -device virtio-net-pci,?) status unexpected: exit status 1 > > There is no output in /var/log/libvirt/qemu/Windows.log. > > This is the part where my libvirtd.conf diverges from the one shipped by > the package. My user is a member of the group "users": > > --- /etc/libvirt/libvirtd.conf 2012-01-17 11:40:02.166233896 +0100 > +++ /etc/libvirt/libvirtd.conf.dpkg-new 2011-12-17 16:54:48.000000000 > +0100 > @@ -78,7 +78,7 @@ > # without becoming root. > # > # This is restricted to 'root' by default. > -unix_sock_group = "users" > +unix_sock_group = "libvirt" > > # Set the UNIX socket permissions for the R/O socket. This is used > # for monitoring VM status only > > _______________________________________________ > Pkg-libvirt-maintainers mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-libvirt-maintainers -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

