You are not logged in.
As part of the upgrade virt-manager needed to remove virtinst-0.600.4-1
virtinst does not seem to exist as a package in the repositories any more.
After the upgrade I receive the following error messages when starting virtmanager.
virt-manager --debug --connect=qemu:///system
2013-07-04 17:34:57,638 (cliutils:75): virt-manager startup
2013-07-04 17:34:57,638 (virt-manager:201): Launched as: ['/usr/share/virt-manager/virt-manager', '--debug', '--connect=qemu:///system']
2013-07-04 17:34:57,638 (virt-manager:202): virt-manager version: 0.10.0
2013-07-04 17:34:57,638 (virt-manager:203): virtManager import: <module 'virtManager' from '/usr/share/virt-manager/virtManager/__init__.py'>
2013-07-04 17:34:57,980 (virt-manager:249): GTK version: 3.8.2
2013-07-04 17:34:58,154 (importer:51): Could not find any typelib for AppIndicator3
2013-07-04 17:34:58,160 (engine:423): libguestfs inspection support: False
2013-07-04 17:34:58,164 (systray:157): Showing systray: False
2013-07-04 17:34:58,165 (engine:229): About to connect to uris ['qemu:///system']
2013-07-04 17:34:58,255 (manager:202): Showing manager
2013-07-04 17:34:58,256 (engine:326): window counter incremented to 1
2013-07-04 17:34:58,257 (connection:941): Scheduling background open thread for qemu:///system
2013-07-04 17:34:58,257 (connection:994): Background 'open connection' thread is running
2013-07-04 17:34:58,265 (connection:1045): Background open thread complete, scheduling notify
2013-07-04 17:34:58,347 (connection:1050): Notifying open result
2013-07-04 17:34:58,349 (error:84): error dialog message:
summary=Unable to connect to libvirt.
Verify that the 'libvirtd' daemon is running.
details=Unable to connect to libvirt.
Verify that the 'libvirtd' daemon is running.
Libvirt URI is: qemu:///system
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 1002, in _open_thread
self.vmm = self._try_open()
File "/usr/share/virt-manager/virtManager/connection.py", line 984, in _try_open
flags)
File "/usr/lib/python2.7/site-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': No such file or directoryRunning libvirtd produced
libvirtd
2013-07-04 16:36:35.914+0000: 7405: info : libvirt version: 1.1.0
2013-07-04 16:36:35.914+0000: 7405: error : virPidFileAcquirePath:411 : Failed to acquire pid file '/run/user/1000/libvirt/libvirtd.pid': Resource temporarily unavailableI have had to uninstall virt-manager , and then install virtinst-0.600.4-1 and virt-manager-0.9.5-1 from the pkg cache to get virtmanager working again. (and added virtmanager to IgnorePkg for now)
I'm guessing it's an authentication / group issue but I'm not sure how to solve it ?
Last edited by gripped (2013-07-04 17:13:54)
Offline