Comment 16 for bug 198957

Revision history for this message
Drake Martin (s3ppel) wrote :

Yupp, got the same problem as Nikolaus,

xend and libvirtd are running. Xm list shows the Dom0.

However when I try to connect to local Xen via virt-manager, I get:

Verify that:
    - A Xen host kernel was booted
    - The Xen service has been started

Unable to open connection to hypervisor URI 'xen:///':
<class 'libvirt.libvirtError'> virConnectOpenReadOnly() failed
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/connection.py", line 331, in _open_thread
    self.vmm = libvirt.openReadOnly(self.uri)
  File "/usr/lib/python2.5/site-packages/libvirt.py", line 144, in openReadOnly
    if ret is None:raise libvirtError('virConnectOpenReadOnly() failed')
libvirtError: virConnectOpenReadOnly() failed

Any other info I might provide?