On Sat, Mar 10, 2012 at 07:53:28PM +0800, Osier Yang wrote:
> On 2012年03月09日 11:40, Qu, John (IS) wrote:
> >virsh worked after I created .libvirt dir in user eucalyptus home dir.
>
> $HOME/.libvirt is created automatically, wondering why you have to
> create manually.
This is a known bug that's b
# virt-manager
/usr/share/virt-manager/virt-manager.py:306: DeprecationWarning:
Importing dbus.glib to use the GLib main loop with dbus-python is
deprecated.
Instead, use this sequence:
from dbus.mainloop.glib import DBusGMainLoop
DBusGMainLoop(set_as_default=True)
import dbus.glib