6 | | * [http://lists.xensource.com/archives/html/xen-ppc-devel/2007-07/msg00001.html (XenPPC) virt-manager/virsh connection errors - fixed] |
7 | | > virt-manager: |
8 | | > Unable to open connection to hypervisor URI 'xen': |
9 | | > virtsh: |
10 | | > virsh: error: failed to connect to the hypervisor |
11 | | > After debugging a bit the problem looks pretty trivial - libvirt tries to access |
| 6 | * cannot connect hypervisor |
| 7 | {{{ |
| 8 | Unable to open connection to hypervisor URI 'xen:///': |
| 9 | unable to connect to 'localhost:8000': Connection refused |
| 10 | Traceback (most recent call last): |
| 11 | File "/usr/share/virt-manager/virtManager/connection.py", line 971, in _try_open |
| 12 | None], flags) |
| 13 | File "/usr/lib/python2.6/dist-packages/libvirt.py", line 111, in openAuth |
| 14 | if ret is None:raise libvirtError('virConnectOpenAuth() failed') |
| 15 | libvirtError: unable to connect to 'localhost:8000': Connection refused |
| 16 | }}} |
| 17 | * [http://lists.xensource.com/archives/html/xen-ppc-devel/2007-07/msg00001.html (XenPPC) virt-manager/virsh connection errors - fixed] |
| 18 | > virt-manager: |
| 19 | > Unable to open connection to hypervisor URI 'xen': |
| 20 | > virtsh: |
| 21 | > virsh: error: failed to connect to the hypervisor |
| 22 | > After debugging a bit the problem looks pretty trivial - libvirt tries to access |