Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Unable to complete install '<class 'libvirt.libvirtError'> unmarshalling remote_error
  2. Traceback (most recent call last):
  3. File "/usr/share/virt-manager/virtManager/create.py", line 728, in do_install
  4. dom = guest.start_install(False, meter = meter)
  5. File "/var/lib/python-support/python2.5/virtinst/Guest.py", line 973, in start_install
  6. return self._do_install(consolecb, meter, removeOld, wait)
  7. File "/var/lib/python-support/python2.5/virtinst/Guest.py", line 1038, in _do_install
  8. "install")
  9. File "/var/lib/python-support/python2.5/virtinst/Guest.py", line 1009, in _create_guest
  10. dom = self.conn.createLinux(start_xml, 0)
  11. File "/usr/lib/python2.5/site-packages/libvirt.py", line 1202, in createLinux
  12. if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
  13. libvirtError: unmarshalling remote_error
  14. '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement