virt-manager +kvm wont load up since the last rounds of F7 updates I think.<br><br>Unable to open connection to hypervisor URI &#39;qemu:///system&#39;:<br>&lt;class &#39;libvirt.libvirtError&#39;&gt; virConnectOpenReadOnly() failed No such file or directory
<br>Traceback (most recent call last):<br>&nbsp; File &quot;/usr/share/virt-manager/virtManager/engine.py&quot;, line 68, in _connect_to_uri<br>&nbsp;&nbsp;&nbsp; conn = self.get_connection(uri, readOnly)<br>&nbsp; File &quot;/usr/share/virt-manager/virtManager/engine.py&quot;, line 309, in get_connection
<br>&nbsp;&nbsp;&nbsp; conn = vmmConnection(self.get_config(), uri, readOnly)<br>&nbsp; File &quot;/usr/share/virt-manager/virtManager/connection.py&quot;, line 74, in __init__<br>&nbsp;&nbsp;&nbsp; self.vmm = libvirt.openReadOnly(openURI)<br>&nbsp; File &quot;/usr/lib64/python2.5/site-packages/libvirt.py&quot;, line 132, in openReadOnly
<br>&nbsp;&nbsp;&nbsp; if ret is None:raise libvirtError(&#39;virConnectOpenReadOnly() failed&#39;)<br>libvirtError: virConnectOpenReadOnly() failed No such file or directory<br><br><br>[root@echelon ~]# lsmod |grep kvm<br>kvm_amd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 25813&nbsp; 1 
<br>kvm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 75969&nbsp; 1 kvm_amd<br><br><br>This works:<br><br>[root@echelon kvm]# /usr/bin/qemu-kvm fedora7_1 <br><br>