On Mon, Dec 20, 2010 at 02:14:42PM +0100, Jiri Denemark wrote:
Ouch, I wonder if that could be the reason... Could you just compile
libvirt
yourself?
I still had a box around where I was using a hand-compiled libvirt with
the following version output:
Compiled against library: libvir 0.8.5
Using library: libvir 0.8.5
Using API: QEMU 0.8.5
Running hypervisor: QEMU 0.12.5
I experimented on there, and found the same problem. What's more, the
0.8.5 version appears to have 'virsh list' freeze at the same spot as in
the traceback I gave you for 0.8.6. I'm assuming therefore that the
package conversion is not the issue here; I'd be happy to set up a
hand-compiled 0.8.6 but that would take a little more time.
tries to authenticate to libvirtd. Could you run this second virsh
list with
LIBVIRT_DEBUG environment variable set to 1 and attach the debug output? Also
please check the virsh is stuck in the same place. Hopefully the log will tell
us more.
I have attached two 'virsh list' logs -- one where I just did 'virsh
list' and one where I explicitly specified the URI (
'virsh -c "qemu:///system" list'). Both appear to be stuck at the same
spot. This spot is also the same on libvirt .8.5.0, which has generally
identical output.
Let me know what you think, and thanks again for helping me with this.
--Igor