[virt-tools-list] "ERROR Format cannot be specified for unmanaged storage."
Peng Yu
pengyu.ut at gmail.com
Thu Mar 13 16:02:17 UTC 2014
> git clone git://fedorahosted.org/virt-manager.git
> cd virt-manager
> ./virt-install ...
I get the following error. Do I need something installed?
$ ./virt-install --version
Traceback (most recent call last):
File "./virt-install", line 29, in <module>
import virtinst
File "/home/pengy/dvcs/virt-manager/virtinst/__init__.py", line 18,
in <module>
from virtcli import cliconfig, cliutils
File "/home/pengy/dvcs/virt-manager/virtcli/cliconfig.py", line 78,
in <module>
_setup_gsettings_path(icon_dir)
File "/home/pengy/dvcs/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 709, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
The INSTALL file says the following, but it guess this is not a good
way to do as ubuntu update may overwrite such files. Instead, I may be
better install it to /opt/local?
```
To install the software into /usr/local (usually), you can do:
python setup.py install
```
--
Regards,
Peng
More information about the virt-tools-list
mailing list