Dear all:<br>     I ust installed Fedora16Fedora16 X86_64 on my new machine, and then I ran the commands as follows(ran as root):<br><br>yum install qemu-kvm<br>yum install qemu<br>yum install libvirt<br>yum install virt-manager<br>

<br>    then I started the libvirtd as follow:<br>/etc/init.d/lbvirtd start<br><br>So , it ran well.<br><br><br>However, after a few days , when I ran the command "virt-manager" , it showed as in the attachment.<br>
<br><br>
<br>it seemed that ti cannot connect the hipervisor.<br><br><br>Then I did a little test:<br>I ran the conmand "virsh list" , but it didnot work,either.<br><br>Then I used Python as follows:<br>import libvirt<br>

cc = libvirt.open(r'qemu:///system'<div id=":3f">)<br><br>but it didnot work,either.<br><br><br>All the test above are under root . I hope that someone can give me some suggestiion. Thanks to all!</div>