[virt-tools-list] trying virt-Manager 0.8.2 but getting error messgaes
Cole Robinson
crobinso at redhat.com
Tue Jan 19 19:13:26 UTC 2010
On 01/19/2010 10:56 AM, Sharadha Prabhakar (3P) wrote:
> 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
>
Did you patch the source yourself or use an upstream checkout? There is no
'self_set_text' in upstream error.py. There is a function called
'safe_set_text' though
> 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)
Hmm, this looks like another issue caused by an older gtk. I've pushed
upstream virt-manager changes to try and fix this problem.
Please checkout upstream virt-manager and see if you still have problems:
hg clone http://hg.fedorahosted.org/hg/virt-manager
cd virt-manager
./autogen.sh && ./configure && make -j4 && sudo make install
- Cole
More information about the virt-tools-list
mailing list