On 12.04.2012 10:40, Qian Zhang wrote:
Hi,
I am using RHEL 6.2 64bit, and the libvirt shipped in it is
"libvirt-0.9.4-23.el6.x86_64". I found sometimes the command "virsh
list" hangs forever, and same issue for virt-manager which is always
in "Connecting" status. But after restarting the libvirtd service,
this issue is gone.
Is this a bug of libvirt? Any help will be appreciated.
I think I saw a bug in recent history about this, but now I can't find
it. Anyway, please file a bug:
https://bugzilla.redhat.com/
And attach debug logs. You can obtain them by editing
/etc/libvirt/libvirtd.conf and setting:
log_level=1
log_filters=""
log_outputs="1:file:/var/log/libvirtd.log"
For more information follow up
http://libvirt.org/logging.html;
For client log (we refer to virsh, virt-manager, ... as clients) you can
set environment variables:
LIBVIRT_DEBUG=1 LIBVIRT_LOG_OUTPUTS="1:file:client.log" virt-manager
--no-fork
Then attach /var/log/libvirtd.log and client.log to the bugzilla.
Michal