After the first launch of virt-manager, which worked as expected, i can not launch it again. I have to launch it with the dbus-launch command.<br />
<br />
# virt-manager --no-fork --debug<br />
(same problem if i don't provide the "--no-fork --debug" options...)<br />
<br />
2011-12-21 14:12:40,943 (virt-manager:175): Application startup<br />
2011-12-21 14:12:40,943 (virt-manager:352): Launched as: /usr/share/virt-manager/virt-manager.py --no-fork --debug<br />
2011-12-21 14:12:41,015 (config:34): Error importing spice: No module named SpiceClientGtk<br />
2011-12-21 14:12:41,024 (virt-manager:462): Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See <a href="http://projects.gnome.org/gconf/">http://projects.gnome.org/gconf/</a> [<a href="http://projects.gnome.org/gconf/" target="_blank">^</a>] for information. (Details - 1: Failed to get connection to session: Failed to connect to socket /tmp/dbus-XaCLCqyiHN: Connection refused)<br />
Traceback (most recent call last):<br />
File "/usr/share/virt-manager/virt-manager.py", line 455, in <module><br />
main()<br />
File "/usr/share/virt-manager/virt-manager.py", line 390, in main<br />
icon_dir, data_dir)<br />
File "/usr/share/virt-manager/virtManager/config.py", line 99, in __init__<br />
gconf.CLIENT_PRELOAD_NONE)<br />
GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See <a href="http://projects.gnome.org/gconf/">http://projects.gnome.org/gconf/</a> [<a href="http://projects.gnome.org/gconf/" target="_blank">^</a>] for information. (Details - 1: Failed to get connection to session: Failed to connect to socket /tmp/dbus-XaCLCqyiHN: Connection refused)<br />
<br />
<br />
I can lauch virt-manager with the following command.<br />
<br />
# dbus-launch --exit-with-session virt-manager
↧