Hi all,
I have built libvirt by
http://libvirt.org/sources/libvirt-0.4.4.tar.gz
on fedora 9 as follows.
$ tar zxf libvirt-cvs-snapshot.tar.gz
$ cd libvirt-0.4.4
$ ./configure --without-xen
$ make
However, virsh failed to connect via SSH to remote server.
How can I fix the problem?
$ ./src/virsh -c xen+ssh://root@server list
root@server's password:
libvir: Remote error : socket closed unexpectedly
error: failed to connect to the hypervisor
Thanks,
Minai