Version 4 (modified by mitty, 14 years ago) (diff) |
---|
virt-manager
- cannot connect hypervisor
Unable to open connection to hypervisor URI 'xen:///': unable to connect to 'localhost:8000': Connection refused Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/connection.py", line 971, in _try_open None], flags) File "/usr/lib/python2.6/dist-packages/libvirt.py", line 111, in openAuth if ret is None:raise libvirtError('virConnectOpenAuth() failed') libvirtError: unable to connect to 'localhost:8000': Connection refused
- (XenPPC) virt-manager/virsh connection errors - fixed
virt-manager:
Unable to open connection to hypervisor URI 'xen':
virtsh:
virsh: error: failed to connect to the hypervisor
After debugging a bit the problem looks pretty trivial - libvirt tries to access
/var/lib/xend/xend-socket
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:
#(xend-unix-server no)
change this to
(xend-unix-server yes)
- (xend-unix-path /var/lib/xend/xend-socket) のコメントアウトも必要
- (xend-http-server yes) だけでも良い模様
- Dom-0のstatusが見られるようになる
- (XenPPC) virt-manager/virsh connection errors - fixed
- warning : qemudStartup:1832 : Unable to create cgroup for driver: No such device or address
install
- $ sudo aptitude install -R virt-manager
- see also QEMU
use virt-manager with Windows
- need X Window System for Windows and X11forwarding
connecting local VMM
- virt-manager main window
- File > Add Connection...
- press [Connect]
- connected to localhost
- only double click to connect
create new VM
- Press [New] icon
Attachments (15)
- virt-manager-01-Cygwin-X.png (29.2 KB) - added by mitty 14 years ago.
- virt-manager-02-X11withPuTTY.png (10.9 KB) - added by mitty 14 years ago.
- virt-manager-03-exec.png (10.3 KB) - added by mitty 14 years ago.
- virt-manager-04-main-window.png (12.7 KB) - added by mitty 14 years ago.
- virt-manager-05-add-connection.png (14.0 KB) - added by mitty 14 years ago.
- virt-manager-06-connect.png (10.6 KB) - added by mitty 14 years ago.
- virt-manager-07-connected.png (14.0 KB) - added by mitty 14 years ago.
- virt-manager-08-system.png (14.4 KB) - added by mitty 14 years ago.
- virt-manager-09-double-click.png (16.6 KB) - added by mitty 14 years ago.
- virt-manager-10-1of5.png (12.9 KB) - added by mitty 14 years ago.
- virt-manager-11-2of5.png (14.4 KB) - added by mitty 14 years ago.
- virt-manager-12-3of5.png (14.8 KB) - added by mitty 14 years ago.
- virt-manager-13-4of5.png (17.1 KB) - added by mitty 14 years ago.
- virt-manager-14-5of5.png (16.4 KB) - added by mitty 14 years ago.
- virt-manager-15-advanced.png (18.8 KB) - added by mitty 14 years ago.
Download all attachments as: .zip