I installed virt-manager and I am unable to make it work.
I have tried some of the previously posted answers with no success. I've verified that:
- The
libvirt-binpackage is installed - The
libvirtddaemon has been started - I am a member of the
libvirtdgroup libvirtURI is:qemu:///system
This is the error I get when trying to run virt-manager:
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 1027, in _open_thread
self.vmm = self._try_open()
File "/usr/share/virt-manager/virtManager/connection.py", line 1009, in _try_open
flags)
File "/usr/lib/python2.7/dist-packages/libvirt.py", line 102, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission denied
ls -la /var/run/libvirt/. – Eric Carvalho Jul 11 '13 at 14:32