I get the following error in libvirt starting any guest after I've updated my system:
virsh causes the same error when using that from the command line.
I am using tumbleweed. Does anyone know what this means and how I might be able to fix it..? Probably I shouldn't use tumbleweed but I wanted the latest version of xen.. not even using xen anymore, heh. Really would love to get my guests back up.
Code:
Error starting domain: Child quit during startup handshake: Input/output error
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 96, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 117, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/domain.py", line 1168, in startup
self._backend.create()
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 697, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: Child quit during startup handshake: Input/output error
I am using tumbleweed. Does anyone know what this means and how I might be able to fix it..? Probably I shouldn't use tumbleweed but I wanted the latest version of xen.. not even using xen anymore, heh. Really would love to get my guests back up.