Description of problem: When run it prompts for root password, and dies. From command line no information is given, just exits Version-Release number of selected component (if applicable): How reproducible: Every time Steps to Reproduce: 1. Run virt-manager 2. 3. Actual results: closes Expected results: opens Additional info: I have added a trace to the virt-manager python script, the output is shown in attachment
Created attachment 254351 [details] trace of python script
Please run /usr/bin/virt-manager --no-fork and then provide the file /root/.virt-manager/virt-manager.log and any errors listed on the console
Console [root@localhost ~]# /usr/bin/virt-manager --no-fork Traceback (most recent call last): File "/usr/share/virt-manager/virt-manager.py", line 294, in <module> main() File "/usr/share/virt-manager/virt-manager.py", line 236, in main from virtManager.engine import vmmEngine File "/usr/share/virt-manager/virtManager/engine.py", line 33, in <module> from virtManager.console import vmmConsole File "/usr/share/virt-manager/virtManager/console.py", line 28, in <module> import gtkvnc ImportError: libgtk-vnc-1.0.so.0: cannot open shared object file: No such file or directory LOG [Sun, 11 Nov 2007 11:40:58 virt-manager 32441] INFO (virt-manager:124) Application startup [Sun, 11 Nov 2007 11:40:58 virt-manager 32441] ERROR (virt-manager:296) libgtk-vnc-1.0.so.0: cannot open shared object file: No such file or directory Traceback (most recent call last): File "/usr/share/virt-manager/virt-manager.py", line 294, in <module> main() File "/usr/share/virt-manager/virt-manager.py", line 236, in main from virtManager.engine import vmmEngine File "/usr/share/virt-manager/virtManager/engine.py", line 33, in <module> from virtManager.console import vmmConsole File "/usr/share/virt-manager/virtManager/console.py", line 28, in <module> import gtkvnc ImportError: libgtk-vnc-1.0.so.0: cannot open shared object file: No such file or directory
yum did not install the dep gtk-vnc works correctly now
God knows why, but this error message indicates you've not got the GTK-VNC package installed. Please make sure you have gtk-vnc gtk-vnc-python Installed using YUM. This should be automatically pulled in by the virt-manager RPM dependancies...