Comment 26 for bug 116897

Revision history for this message
tirili (tom-tiri) wrote :

Marcelo, I created these directories and now the paravirtualized VM is created (but I cannot see any Virtual Networks, but I can take a shared virtual device (peth0)).

When trying to finish virtmanager thows:

Unable to complete install '<class 'libvirt.libvirtError'> virDomainCreateLinux() failed POST operation failed: (xend.err 'Device 0 (vif) could not be connected. Hotplug scripts not working.')
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/create.py", line 616, in do_install
    dom = guest.start_install(False, meter = meter)
  File "/var/lib/python-support/python2.5/virtinst/Guest.py", line 810, in start_install
    return self._do_install(consolecb, meter)
  File "/var/lib/python-support/python2.5/virtinst/Guest.py", line 831, in _do_install
    self.domain = self.conn.createLinux(install_xml, 0)
  File "/usr/lib/python2.5/site-packages/libvirt.py", line 585, in createLinux
    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err 'Device 0 (vif) could not be connected. Hotplug scripts not working.')