Bug 435264 - --show-domain-creator doesn't work
Summary: --show-domain-creator doesn't work
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-manager
Version: 9
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Cole Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-28 12:45 UTC by Karel Zak
Modified: 2008-12-21 08:27 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-12-21 08:27:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karel Zak 2008-02-28 12:45:14 UTC
# virt-manager --connect qemu:///system --show-domain-creator

log:

[Thu, 28 Feb 2008 13:41:06 virt-manager 14573] INFO (virt-manager:126)
Application startup
[Thu, 28 Feb 2008 13:41:07 virt-manager 14574] DEBUG (engine:74) About to
connect to uris ['qemu:///system?socket=/var/run/libvirt/libvirt-sock-ro',
'qemu:///system']
[Thu, 28 Feb 2008 13:41:07 virt-manager 14574] ERROR (virt-manager:306)
'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager.py", line 304, in <module>
    main()
  File "/usr/share/virt-manager/virt-manager.py", line 291, in main
    show_engine(engine, options.show, options.uri, options.uuid)
  File "/usr/share/virt-manager/virt-manager.py", line 162, in show_engine
    engine.show_create(uri)
  File "/usr/share/virt-manager/virtManager/engine.py", line 319, in show_create
    self.connections[uri]["windowCreate"].show()
  File "/usr/share/virt-manager/virtManager/create.py", line 116, in show
    self.reset_state()
  File "/usr/share/virt-manager/virtManager/create.py", line 223, in reset_state
    if self.connection.get_type().lower() == "qemu":
AttributeError: 'NoneType' object has no attribute 'lower'
[Thu, 28 Feb 2008 13:41:07 virt-manager 14574] ERROR (virt-manager:132)
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager.py", line 304, in <module>
    main()
  File "/usr/share/virt-manager/virt-manager.py", line 291, in main
    show_engine(engine, options.show, options.uri, options.uuid)
  File "/usr/share/virt-manager/virt-manager.py", line 162, in show_engine
    engine.show_create(uri)
  File "/usr/share/virt-manager/virtManager/engine.py", line 319, in show_create
    self.connections[uri]["windowCreate"].show()
  File "/usr/share/virt-manager/virtManager/create.py", line 116, in show
    self.reset_state()
  File "/usr/share/virt-manager/virtManager/create.py", line 223, in reset_state
    if self.connection.get_type().lower() == "qemu":
AttributeError: 'NoneType' object has no attribute 'lower'
None

Comment 1 Cole Robinson 2008-06-06 16:34:02 UTC
My guess is this has been broken for a bit. The cause was basically a race:
connecting to hypervisor is now threaded off, but calling the domain creator
directly was accessing variables before they had been populated.

This is now fixed upstream:
http://hg.et.redhat.com/virt/applications/virt-manager--devel?cs=fdacfd833874

Comment 2 Bug Zapper 2008-11-26 09:57:34 UTC
This message is a reminder that Fedora 8 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 8.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '8'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 8's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 8 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Cole Robinson 2008-11-26 15:23:19 UTC
This won't be fixed for F8, the fix is pretty invasive and we rebasing at this point. Moving to F9, which I will be building a fixed package for soon.

Comment 4 Fedora Update System 2008-12-01 18:10:19 UTC
virt-manager-0.6.0-0.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/virt-manager-0.6.0-0.fc9

Comment 5 Fedora Update System 2008-12-01 18:22:54 UTC
virt-manager-0.6.0-1.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/virt-manager-0.6.0-1.fc9

Comment 6 Fedora Update System 2008-12-03 01:29:42 UTC
virt-manager-0.6.0-1.fc9 has been pushed to the Fedora 9 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing-newkey update virt-manager'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-10705

Comment 7 Fedora Update System 2008-12-21 08:26:45 UTC
virt-manager-0.6.0-1.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.


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