Hi Liu, On Mon, Oct 19, 2009 at 6:58 PM, Liu, Zhentao <[email protected]> wrote: > Hello, > > I updated libvirt-bin to version 0.7.0. I still got a error: > > ------------------------------------------------------------------------------------------- > > r...@forest:/tmp/libvirt-0.7.0# virsh -c qemu:///system list > error: unable to connect to '/usr/local/var/run/libvirt/libvirt-sock': > Connection refused > error: failed to connect to the hypervisor > ------------------------------------------------------------------------------------------- > > Any helps?
I guess libvirtd is not running, or running but waiting on '/var/run/libvirt/libvirt-sock' where your virsh is try to look up '/usr/local/var/run/libvirt/libvirt-sock'. In the second case, you can confirm my guess by doing 'lsof |grep libvirt-sock'. ozaki-r > > Regards > > Zhentao > > -- > Libvir-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/libvir-list > > -- Libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
