| | 5 | |
| | 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 |
| | 12 | {{{ |
| | 13 | /var/lib/xend/xend-socket |
| | 14 | }}} |
| | 15 | > The default config of xend as it is currently in the repostitory seems to have the config in /etc/xen/xend-config.sxp default to no and commented out: |
| | 16 | {{{ |
| | 17 | #(xend-unix-server no) |
| | 18 | }}} |
| | 19 | > change this to |
| | 20 | {{{ |
| | 21 | (xend-unix-server yes) |
| | 22 | }}} |