Description of problem: After system upgrade on fedora from 23 to 24, via virt-manager i start virtual machines but, when i try to open virtual machine console, i receive this error: Error starting the details: 'name-vm' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 820, in _show_vm_helper details = self._get_details_dialog(uri, vm.get_connkey()) File "/usr/share/virt-manager/virtManager/engine.py", line 798, in _get_details_dialog obj = vmmDetails(conn.get_vm(connkey)) File "/usr/share/virt-manager/virtManager/details.py", line 363, in __init__ self.console = vmmConsolePages(self.vm, self.builder, self.topwin) File "/usr/share/virt-manager/virtManager/console.py", line 128, in __init__ self._change_title() File "/usr/share/virt-manager/virtManager/console.py", line 291, in _change_title "connection-name": self.vm.conn.get_pretty_desc(), KeyError: 'name-vm' Version-Release number of selected component (if applicable): virt-manager-1.4.0-2.fc24.noarch Steps to Reproduce: 1. have a fedora 23 with virtual machine that running on 2. upgrade to fedora 24 with "dnf system-upgrade" directive 3. start virtual machine and try to open the vm console
[UPDATE] virt-manager doesn't start virtual machine if you try to create a new one. this is the traceback that i receive that is very similar to previous: Error starting the installation: 'name-vm' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/create.py", line 2199, in _finish_clicked self._show_customize_dialog(guest) File "/usr/share/virt-manager/virtManager/create.py", line 2230, in _show_customize_dialog self._customize_window = vmmDetails(virtinst_guest, self.topwin) File "/usr/share/virt-manager/virtManager/details.py", line 363, in __init__ self.console = vmmConsolePages(self.vm, self.builder, self.topwin) File "/usr/share/virt-manager/virtManager/console.py", line 128, in __init__ self._change_title() File "/usr/share/virt-manager/virtManager/console.py", line 291, in _change_title "connection-name": self.vm.conn.get_pretty_desc(), KeyError: 'name-vm'
I can confirm this, having just upgraded from Fedora 23 to 24. I'm no longer able to inspect the details of my virtual machines, including configuration options.
The issue seems to be solved by virt-manager-1.4.0-3.fc24, which has already been submitted as an update. See Bug 1350185 for details (this report should probably be marked as duplicate).
*** This bug has been marked as a duplicate of bug 1350185 ***