Bug 1351906 - after ugrade from fedora 23 to fedora 24 virt-manager doesn't open virtual machines console
Summary: after ugrade from fedora 23 to fedora 24 virt-manager doesn't open virtual ma...
Keywords:
Status: CLOSED DUPLICATE of bug 1350185
Alias: None
Product: Virtualization Tools
Classification: Community
Component: virt-manager
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Cole Robinson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-07-01 07:42 UTC by bitchecker
Modified: 2016-07-06 14:09 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-07-06 14:09:37 UTC
Embargoed:


Attachments (Terms of Use)

Description bitchecker 2016-07-01 07:42:10 UTC
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

Comment 1 bitchecker 2016-07-01 07:47:34 UTC
[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'

Comment 2 Guido Mureddu 2016-07-02 10:12:46 UTC
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.

Comment 3 Guido Mureddu 2016-07-02 14:14:26 UTC
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).

Comment 4 Cole Robinson 2016-07-06 14:09:37 UTC

*** This bug has been marked as a duplicate of bug 1350185 ***


Note You need to log in before you can comment on or make changes to this bug.