[libvirt] error: failed to connect to the hypervisor

2009-10-19 Thread Liu, Zhentao
Hello, I have reinstalled libvirt-bin on ubuntu 9.04. Then I got a error: r...@forest:/usr/local/etc/logrotate.d# virsh -c qemu:///system list error: failed to connect to the hypervisor --

Re: [libvirt] error: failed to connect to the hypervisor

2009-10-18 Thread Daniel Huhardeaux
Liu, Zhentao a écrit : > > Hello, > Hi > > > I have installed libvirt-bin 0.6.1 on the ubuntu 9.04. When I run > "virsh -c qemu:///system list", I get this error: > > > unable to connect to '/var/run/libvirt/libvirt-sock':

[libvirt] error: failed to connect to the hypervisor

2009-10-18 Thread Liu, Zhentao
Hello, I have installed libvirt-bin 0.6.1 on the ubuntu 9.04. When I run "virsh -c qemu:///system list", I get this error: unable to connect to '/var/run/libvirt/libvirt-sock': Permission denied failed to connect to t

Re: [libvirt] error: failed to connect to the hypervisor

2009-08-21 Thread Dominik Klein
>> I've never seen that error message before, but if I had to guess I'd >> say that was a bug in 0.6.1 libvirt. There were quite a few really >> nasty bugs in that release, which cause really wierd, random, and >> inexplicable problems, so I'd really recommend updating to at >> least 0.6.3 if at al

Re: [libvirt] error: failed to connect to the hypervisor

2009-08-07 Thread Dominik Klein
Daniel P. Berrange wrote: > On Mon, Aug 03, 2009 at 08:56:48AM +0200, Dominik Klein wrote: >> Hi >> >> I am running kvm-78 with libvirt 0.6.1 and see the following error from >> time to time when my linux-ha cluster tries to run "virsh domstate" to >> figure out a virtual machine's state: >> >> err

Re: [libvirt] error: failed to connect to the hypervisor

2009-08-06 Thread Daniel P. Berrange
On Mon, Aug 03, 2009 at 08:56:48AM +0200, Dominik Klein wrote: > Hi > > I am running kvm-78 with libvirt 0.6.1 and see the following error from > time to time when my linux-ha cluster tries to run "virsh domstate" to > figure out a virtual machine's state: > > error: failed to connect to the hype

[libvirt] error: failed to connect to the hypervisor

2009-08-02 Thread Dominik Klein
Hi I am running kvm-78 with libvirt 0.6.1 and see the following error from time to time when my linux-ha cluster tries to run "virsh domstate" to figure out a virtual machine's state: error: failed to connect to the hypervisor In syslog, I see: libvirtd: 23:39:11.357: error : Failed to set clos

Re: [libvirt] error: failed to connect to the hypervisor

2009-05-24 Thread Daniel P. Berrange
On Fri, May 22, 2009 at 12:24:40PM -0600, Erkan Unal wrote: > Hi, > > I installed the libvirt with the following configure options as an > unprivileged user, I am planning to use it just for qemu/kvm: > > ./configure --without-xen --without-lxc --without-uml --without-openvz > --without-vbox

[libvirt] error: failed to connect to the hypervisor

2009-05-22 Thread Erkan Unal
Hi, I installed the libvirt with the following configure options as an unprivileged user, I am planning to use it just for qemu/kvm: ./configure --without-xen --without-lxc --without-uml --without-openvz --without-vbox --without-numactl --prefix=/some/nonstandard/dir make make install --