[virt-tools-list] Portgroups in Virt-Manager VM Setup
Cole Robinson
crobinso at redhat.com
Sat May 31 20:34:15 UTC 2014
On 05/31/2014 04:24 PM, Jason Van Patten wrote:
> On May 31, 2014, at 3:53 PM, Cole Robinson <crobinso at redhat.com> wrote:
>> You can test it with:
>>
>> git clone git://git.fedorahosted.org/virt-manager.git
>> cd virt-manager
>> ./virt-manager --debug
>
> Thanks for the quick patch. I snagged the latest virt-manager, but apparently there are some more things I need to install on this Ubuntu server:
>
> arkham# ./virt-manager --debug
> Traceback (most recent call last):
> File "./virt-manager", line 32, in <module>
> from virtinst import util as util
> File "/usr/local/src/virt-manager/virtinst/__init__.py", line 18, in <module>
> from virtcli import cliconfig, cliutils
> File "/usr/local/src/virt-manager/virtcli/cliconfig.py", line 78, in <module>
> _setup_gsettings_path(icon_dir)
> File "/usr/local/src/virt-manager/virtcli/cliconfig.py", line 58, in _setup_gsettings_path
> ret = subprocess.call(["glib-compile-schemas", "--strict", schemadir])
> File "/usr/lib/python2.7/subprocess.py", line 522, in call
> return Popen(*popenargs, **kwargs).wait()
> File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
> errread, errwrite)
> File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
> raise child_exception
> OSError: [Errno 2] No such file or directory
Yeah you need to install glib-compile-schemas to run from git, I've pushed a
patch upstream now which should clarify that issue
- Cole
More information about the virt-tools-list
mailing list