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


Ignore:
Timestamp:
Feb 16, 2011 1:12:08 AM (13 years ago)
Author:
mitty
Comment:

--

Legend:

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

    v3 v4  
    44 * http://virt-manager.et.redhat.com/ 
    55 
    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{{{ 
     8Unable to open connection to hypervisor URI 'xen:///': 
     9unable to connect to 'localhost:8000': Connection refused 
     10Traceback (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') 
     15libvirtError: 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 
    1223{{{ 
    1324 /var/lib/xend/xend-socket 
    1425}}} 
    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: 
     26  > 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: 
    1627{{{ 
    1728 #(xend-unix-server no) 
    1829}}} 
    19  > change this to 
     30  > change this to 
    2031{{{ 
    2132 (xend-unix-server yes) 
    2233}}} 
     34   * '''(xend-unix-path /var/lib/xend/xend-socket)''' のコメントアウトも必要 
     35  * '''(xend-http-server yes)''' だけでも良い模様 
     36   * Dom-0のstatusが見られるようになる 
     37 
     38 * warning : qemudStartup:1832 : Unable to create cgroup for driver: No such device or address 
     39  * [http://www.mail-archive.com/libvir-list@redhat.com/msg15638.html (libvirt) Unable to create cgroup for driver] 
    2340 
    2441 == install ==