search for: domstart

Displaying 3 results from an estimated 3 matches for "domstart".

Did you mean: romstart
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
0
Re: how to install libvirt-python
...1.3.1/python/README /usr/share/doc/libvirt-python-1.1.3.1/python/consolecallback.py /usr/share/doc/libvirt-python-1.1.3.1/python/dominfo.py /usr/share/doc/libvirt-python-1.1.3.1/python/domrestore.py /usr/share/doc/libvirt-python-1.1.3.1/python/domsave.py /usr/share/doc/libvirt-python-1.1.3.1/python/domstart.py /usr/share/doc/libvirt-python-1.1.3.1/python/esxlist.py /usr/share/doc/libvirt-python-1.1.3.1/python/topology.py Also, you can do: $ python >>> import libvirt >>> help('libvirt') and if that succeeds, then python found your installed libvirt bindings. -- Eric Blake...
2013 Nov 20
3
Re: how to install libvirt-python
...1.3.1/python/README /usr/share/doc/libvirt-python-1.1.3.1/python/consolecallback.py /usr/share/doc/libvirt-python-1.1.3.1/python/dominfo.py /usr/share/doc/libvirt-python-1.1.3.1/python/domrestore.py /usr/share/doc/libvirt-python-1.1.3.1/python/domsave.py /usr/share/doc/libvirt-python-1.1.3.1/python/domstart.py /usr/share/doc/libvirt-python-1.1.3.1/python/esxlist.py /usr/share/doc/libvirt-python-1.1.3.1/python/topology.py Also, you can do: $ python >>> import libvirt >>> help('libvirt') and if that succeeds, then python found your installed libvirt bindings. -- Eric Blak...