Bug 375671
| Summary: | virt-manager does not load | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brennan Ashton <comphappy> | ||||
| Component: | virt-manager | Assignee: | Daniel Berrangé <berrange> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 8 | CC: | hbrock | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-11-11 19:53:34 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Brennan Ashton
2007-11-11 10:26:07 UTC
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... |