FS#69582 - LXD/QEMU: cannot start any virtual machines
Attached to Project:
Community Packages
Opened by Sven (skoehler) - Monday, 08 February 2021, 09:19 GMT
Last edited by Morten Linderud (Foxboron) - Saturday, 09 October 2021, 11:49 GMT
Opened by Sven (skoehler) - Monday, 08 February 2021, 09:19 GMT
Last edited by Morten Linderud (Foxboron) - Saturday, 09 October 2021, 11:49 GMT
|
Details
Description:
I cannot start any virtual machines with LXD/LXC at the moment. This is the error message: $ lxc start debian10vm Error: Failed to run: forklimits limit=memlock:unlimited:unlimited -- /usr/bin/qemu-system-x86_64 -S -name debian10vm -uuid e265f257-85ca-445f-be5c-0170dca5955d -daemonize -cpu host -nographic -serial chardev:console -nodefaults -no-reboot -no-user-config -sandbox on,obsolete=deny,elevateprivileges=allow,spawn=deny,resourcecontrol=deny -readconfig /var/log/lxd/debian10vm/qemu.conf -pidfile /var/log/lxd/debian10vm/qemu.pid -D /var/log/lxd/debian10vm/qemu.log -chroot /var/lib/lxd/virtual-machines/debian10vm -smbios type=2,manufacturer=Canonical Ltd.,product=LXD -runas nobody: qemu-system-x86_64:/var/log/lxd/debian10vm/qemu.conf:27: There is no option group 'spice' qemu-system-x86_64: -readconfig /var/log/lxd/debian10vm/qemu.conf: read config /var/log/lxd/debian10vm/qemu.conf: Invalid argument : Process exited with a non-zero value Try `lxc info --show-log debian10vm` for more info $ lxc info --show-log debian10vm Name: debian10vm Location: none Remote: unix:// Architecture: x86_64 Created: 2021/02/07 21:51 UTC Status: Stopped Type: virtual-machine Profiles: default Error: open /var/log/lxd/debian10vm/qemu.log: no such file or directory Additional info: qemu 5.2.0-2 lxc 1:4.0.6-1 lxd 4.11-1 Steps to reproduce: lxc launch images:debian/10/cloud --vm -c security.secureboot=false This information might be of use: qemu-devel@nongnu.org/msg771453.html"> https://www.mail-archive.com/qemu-devel@nongnu.org/msg771453.html |
This task depends upon
https://aur.archlinux.org/packages/qemu-nonbroken/
I'll what with Anatol and figure out what we should do.
QEMU 5.2.0-3 with this patch has been pushed to [testing]. Please check if it fixed this issue.
If true, then qemu can surely lose the static hack patch and go back to fully modular?
I don't use lxd so could someone "in the know" please comment.