search for: _check_support

Displaying 5 results from an estimated 5 matches for "_check_support".

2012 Jan 30
3
Problem with Centos 6.2 KVM
...oll_helper if not check_support(): File "/usr/share/virt-manager/virtManager/connection.py", line 501, in is_network_capable virtinst.support.SUPPORT_CONN_NETWORK) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 574, in check_conn_support return _check_support(conn, feature, conn) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 443, in _check_support actual_drv_ver = _hv_ver(conn, uri) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 376, in _hv_ver ret = cmd(*args) File "/usr/lib6...
2012 Jan 17
2
Virtual Machine Manager error
...oll_helper if not check_support(): File "/usr/share/virt-manager/virtManager/connection.py", line 501, in is_network_capable virtinst.support.SUPPORT_CONN_NETWORK) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 574, in check_conn_support return _check_support(conn, feature, conn) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 443, in _check_support actual_drv_ver = _hv_ver(conn, uri) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 376, in _hv_ver ret = cmd(*args) File "/usr/lib6...
2012 May 12
2
Error connecting to KVM on CentOS 6.2
...oll_helper if not check_support(): File "/usr/share/virt-manager/virtManager/connection.py", line 501, in is_network_capable virtinst.support.SUPPORT_CONN_NETWORK) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 574, in check_conn_support return _check_support(conn, feature, conn) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 443, in _check_support actual_drv_ver = _hv_ver(conn, uri) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 376, in _hv_ver ret = cmd(*args) File "/usr/lib6...
2013 Nov 20
2
how to install libvirt-python
Hi, I have successfully installed libvirt-.0.10.0 from source ./configure make make install How can I check that if libvirt-python is installed? Search the folders, it seems there is no such file [root@tiger ~]# find /usr/ -name libvirt-python [root@tiger ~]# find . -name libvirt-python [root@tiger ~]#   Regards, Mahmood
2013 Nov 20
3
Re: how to install libvirt-python
...oll_helper     if not check_support():   File "/usr/share/virt-manager/virtManager/connection.py", line 509, in is_network_capable     virtinst.support.SUPPORT_CONN_NETWORK)   File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 574, in check_conn_support     return _check_support(conn, feature, conn)   File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 443, in _check_support     actual_drv_ver = _hv_ver(conn, uri)   File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 376, in _hv_ver     ret = cmd(*args)   File "/usr/lib6...