Hi All,
I wanted to mount a qcow2 image using the 'guestmount' command and I ran the following:
apt-get install libguestfs-tools --fix-missing
However, I've found this has broken something and I can't start VMs or containers anymore:
qemu-system-x86_64: -id: invalid option
TASK ERROR: start failed: command '/usr/bin/kvm -id 1000 -chardev 'socket,id=qmp,path=/var/run/qemu-server/1000.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -pidfile /var/run/qemu-server/1000.pid -daemonize -smbios ' ...blah'' failed: exit code 1
TASK ERROR: command 'lxc-start -n 1011' failed: exit code 1
lxc-start: tools/lxc_start.c: main: 258 Failed to load rcfile
Any suggestions on a fix?
I wanted to mount a qcow2 image using the 'guestmount' command and I ran the following:
apt-get install libguestfs-tools --fix-missing
However, I've found this has broken something and I can't start VMs or containers anymore:
qemu-system-x86_64: -id: invalid option
TASK ERROR: start failed: command '/usr/bin/kvm -id 1000 -chardev 'socket,id=qmp,path=/var/run/qemu-server/1000.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -pidfile /var/run/qemu-server/1000.pid -daemonize -smbios ' ...blah'' failed: exit code 1
TASK ERROR: command 'lxc-start -n 1011' failed: exit code 1
lxc-start: tools/lxc_start.c: main: 258 Failed to load rcfile
Any suggestions on a fix?