trying to create a new virtual machine.
This is something I've done before without any problem but thios is now the error msg. Note that there are no existing .img files and that the pool location is on a second disk on the same machine and in its own partition.
Code:
Unable to complete install: 'cannot send monitor command '{"execute":"qmp_capabilities"}': Connection reset by peer'
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 45, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/create.py", line 1645, in do_install
guest.start_install(False, meter=meter)
File "/usr/lib/python2.7/site-packages/virtinst/Guest.py", line 1187, in start_install
start_xml, final_xml, is_initial)
File "/usr/lib/python2.7/site-packages/virtinst/Guest.py", line 1246, in _create_guest
dom = self.conn.createLinux(start_xml or final_xml, 0)
File "/usr/lib/python2.7/site-packages/libvirt.py", line 1346, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: cannot send monitor command '{"execute":"qmp_capabilities"}': Connection reset by peer
What is this saying ?