https://bugzilla.novell.com/show_bug.cgi?id=892196 https://bugzilla.novell.com/show_bug.cgi?id=892196#c6 --- Comment #6 from Olaf Martens <olafmartens@web.de> 2014-08-22 07:55:47 UTC --- By digging through virt-manager's logs I found this: *** [Fr, 22 Aug 2014 09:30:36 virt-manager 2216] DEBUG (manager:173) Showing manager [Fr, 22 Aug 2014 09:30:36 virt-manager 2216] DEBUG (engine:329) window counter i ncremented to 1 [Fr, 22 Aug 2014 09:30:38 virt-manager 2216] DEBUG (details:562) Showing VM deta ils: <vmmDomain object at 0x2a2f320 (virtManager+domain+vmmDomain at 0x27b7e00)> [Fr, 22 Aug 2014 09:30:39 virt-manager 2216] DEBUG (engine:329) window counter i ncremented to 2 [Fr, 22 Aug 2014 09:30:39 virt-manager 2216] DEBUG (console:1116) Starting conne ct process for proto=vnc trans=tcp connhost=192.168.127.1 connuser=******* connport=None gaddr=0.0.0.0 gport=5901 gsocket=None [Fr, 22 Aug 2014 09:30:39 virt-manager 2216] DEBUG (console:412) VNC connection to 192.168.127.1:5901 [Fr, 22 Aug 2014 09:30:40 virt-manager 2216] DEBUG (console:1029) Viewer connected [Fr, 22 Aug 2014 09:30:42 virt-manager 2216] DEBUG (manager:186) Closing manager [Fr, 22 Aug 2014 09:30:42 virt-manager 2216] DEBUG (engine:333) window counter decremented to 1 ***
From what I see here it appears as if virt-manager attempts to open a TCP connection to the remote libvirtd - however, there's a connection already up and running so it seems as if the two are colliding.
============================================================================= Then, after some time has passed, I'm also seeing this: *** [Fr, 22 Aug 2014 09:33:22 virt-manager 2216] DEBUG (config:709) get_default_directory(screenshot): returning /home/thorin/Downloads [Fr, 22 Aug 2014 09:33:23 virt-manager 2216] ERROR (engine:310) Could not refresh connection xen+tcp://******@192.168.127.1/ Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 297, in _tick conn.tick() File "/usr/share/virt-manager/virtManager/connection.py", line 1311, in tick self._tick(noStatsUpdate) File "/usr/share/virt-manager/virtManager/connection.py", line 1320, in _tick self.hostinfo = self.vmm.getInfo() File "/usr/lib64/python2.7/site-packages/libvirt.py", line 3630, in getInfo if ret is None: raise libvirtError ('virNodeGetInfo() failed', conn=self) libvirtError: Ende der Datei beim Lesen von Daten: Eingabe-/Ausgabefehler [Fr, 22 Aug 2014 09:33:23 virt-manager 2216] DEBUG (engine:311) Closing connection since libvirtd appears to have stopped [Fr, 22 Aug 2014 09:33:23 virt-manager 2216] DEBUG (details:579) Closing VM details: <vmmDomain object at 0x2a2f320 (virtManager+domain+vmmDomain at 0x27b7e00)> [Fr, 22 Aug 2014 09:33:23 virt-manager 2216] DEBUG (engine:333) window counter decremented to 0 [Fr, 22 Aug 2014 09:33:24 virt-manager 2216] DEBUG (cli:83) Uncaught exception: Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/console.py", line 341, in <lambda> lambda src: self.console.disconnected()) File "/usr/share/virt-manager/virtManager/console.py", line 1000, in disconnected self.close_viewer() File "/usr/share/virt-manager/virtManager/console.py", line 886, in close_viewer viewport = self.widget("console-vnc-viewport") File "/usr/share/virt-manager/virtManager/baseclass.py", line 248, in widget return self.window.get_object(name) AttributeError: 'NoneType' object has no attribute 'get_object' ============================================================================= I have also noticed an appearance of the following messages every five seconds (my preset refresh interval for VM usage statistics) - just in case this is messing anything up here: *** [Fr, 22 Aug 2014 09:30:40 virt-manager 2216] ERROR (connection:1165) Couldn't fe tch inactive interface 'enp0s29u1u2' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/connection.py", line 1162, in _poll_ helper check_obj(name, False) File "/usr/share/virt-manager/virtManager/connection.py", line 1134, in check_ obj current[key] = build_class(self, obj, key, is_active) File "/usr/share/virt-manager/virtManager/interface.py", line 41, in __init__ self.refresh_xml() File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 105, in refr esh_xml self._xml = self._XMLDesc(self._active_xml_flags) File "/usr/share/virt-manager/virtManager/interface.py", line 45, in _XMLDesc return self.interface.XMLDesc(flags) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2414, in XMLDesc if ret is None: raise libvirtError ('virInterfaceGetXMLDesc() failed', net=s elf) libvirtError: Ein Fehler ist aufgetreten, aber die Ursache ist unbekannt *** The interface in question points to a mobile phone that is currently not attached. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.