Changes between Version 2 and Version 3 of TipAndDoc/VM/virt-manager


Ignore:
Timestamp:
Feb 15, 2011 11:42:05 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/virt-manager

    v2 v3  
    33 = virt-manager = 
    44 * http://virt-manager.et.redhat.com/ 
     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}}} 
    523 
    624 == install ==