[virt-tools-list] trying virt-Manager 0.8.2 but getting error messgaes

Sharadha Prabhakar (3P) sharadha.prabhakar at citrix.com
Tue Jan 19 15:56:36 UTC 2010


Could you help me with this?

I don't seem to get the GUI of virt-manager 0.8.2 still. I've printed the virt-manager.log
Messages below.
When I run just virt-manager with no other parameters from the command line
I get the following log messages in virt-mananger.log

[Mon, 18 Jan 2010 09:41:31 virt-manager 21558] ERROR (__init__:1072) Traceback (most recent call last):
  File "/usr/local/share/virt-manager/virt-manager.py", line 411, in ?
    _show_startup_error(str(run_e), "".join(traceback.format_exc()))
  File "/usr/local/share/virt-manager/virt-manager.py", line 58, in _show_startup_error
    err.show_err(title + ": " +  msg, details, title, async=False)
  File "/usr/local/share/virt-manager/virtManager/error.py", line 86, in show_err
    self_set_text(self, summary)
NameError: global name 'self_set_text' is not defined
None

When I run 
/usr/local/bin/virt-manager  --no-fork

These are the log messages
[Mon, 18 Jan 2010 09:47:31 virt-manager 21779] INFO (__init__:1072) Application startup
[Mon, 18 Jan 2010 09:47:32 virt-manager 21779] WARNING (__init__:1072) No support for gnome-keyring
[Mon, 18 Jan 2010 09:47:32 virt-manager 21779] DEBUG (__init__:1072) About to connect to uris ['XenAPI://root:xenroot@isis']
[Mon, 18 Jan 2010 09:47:32 virt-manager 21779] ERROR (__init__:1072) the object does not support the given parameter
Traceback (most recent call last):
  File "/usr/local/share/virt-manager/virt-manager.py", line 404, in ?
    main()
  File "/usr/local/share/virt-manager/virt-manager.py", line 391, in main
    options.no_conn_auto)
  File "/usr/local/share/virt-manager/virt-manager.py", line 239, in show_engine
    engine.show_manager()
  File "/usr/local/share/virt-manager/virtManager/engine.py", line 409, in show_manager
    self.get_manager().show()
  File "/usr/local/share/virt-manager/virtManager/engine.py", line 381, in get_manager
    self.windowManager = vmmManager(self.get_config(), self)
  File "/usr/local/share/virt-manager/virtManager/manager.py", line 144, in __init__
    self.init_toolbar()
  File "/usr/local/share/virt-manager/virtManager/manager.py", line 295, in init_toolbar
    tool.set_property("icon-size", gtk.ICON_SIZE_LARGE_TOOLBAR)
TypeError: the object does not support the given parameter
[Mon, 18 Jan 2010 09:47:32 virt-manager 21779] ERROR (__init__:1072) Traceback (most recent call last):
  File "/usr/local/share/virt-manager/virt-manager.py", line 411, in ?
    _show_startup_error(str(run_e), "".join(traceback.format_exc()))
  File "/usr/local/share/virt-manager/virt-manager.py", line 58, in _show_startup_error
    err.show_err(title + ": " +  msg, details, title, async=False)
  File "/usr/local/share/virt-manager/virtManager/error.py", line 86, in show_err
    self_set_text(self, summary)
NameError: global name 'self_set_text' is not defined
None

When I run 
/usr/local/bin/virt-manager --connect "XenAPI://root@asd" --no-fork
These are the log messages
[Mon, 18 Jan 2010 09:49:46 virt-manager 21895] INFO (__init__:1072) Application startup
[Mon, 18 Jan 2010 09:49:47 virt-manager 21895] WARNING (__init__:1072) No support for gnome-keyring
[Mon, 18 Jan 2010 09:49:47 virt-manager 21895] DEBUG (__init__:1072) About to connect to uris ['XenAPI://root@asd']





-----Original Message-----
From: Cole Robinson [mailto:crobinso at redhat.com] 
Sent: 15 January 2010 15:36
To: Sharadha Prabhakar (3P)
Subject: Re: [virt-tools-list] trying virt-Manager 0.8.2 but getting error messgaes

On 01/15/2010 05:58 AM, Sharadha Prabhakar (3P) wrote:
> I got rid of the syntax error near expect. There are a few more warnings
> ttht show up and get stuck there, I don't get to see the graphical interface.
> I think these warnings are due to the old version of gtk. Is it enough if
> I just update python-gtk2 to version 2.10 or libgtk2 as well
> 

You would need to update both AFAIK.

> (virt-manager.py:18679): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'
> 
> (virt-manager.py:18679): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'
> 
> (virt-manager.py:18679): libglade-WARNING **: unknown property `has_tooltip' for class `GtkToolButton'
> 
> (virt-manager.py:18679): libglade-WARNING **: unknown property `has_tooltip' for class `GtkToolButton'
> 
> (virt-manager.py:18679): libglade-WARNING **: unknown property `has_tooltip' for class `GtkToolButton'
> 
> (virt-manager.py:18679): libglade-WARNING **: unknown property `has_tooltip' for class `GtkToggleToolButton'
> 
> (virt-manager.py:18679): libglade-WARNING **: unknown property `has_tooltip' for class `GtkMenuToolButton'
>

These warnings should be harmless. Not sure why the gui wouldn't be showing
up. What is the command line you are running with this time? The output of
~/.virt-manager/virt-manager.log might also be useful.

- Cole




More information about the virt-tools-list mailing list