search for: domsave

Displaying 4 results from an estimated 4 matches for "domsave".

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
....3.1/python/Makefile.am /usr/share/doc/libvirt-python-1.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 pyth...
2020 Aug 24
2
Re: python-libvirt domain.destroy() doesn't appear to be working for me
I was simply following the examples in the python-libvirt repo. If those methods raise exceptions I'll definitely change to try/catch. Thank you. The maintainer of the repo should update the examples and documentation if exceptions are raised by those. On Mon, Aug 24, 2020, 05:31 Daniel P. Berrangé <berrange@redhat.com> wrote: > On Sat, Aug 22, 2020 at 10:32:09AM -0400, Jeremy
2013 Nov 20
3
Re: how to install libvirt-python
....3.1/python/Makefile.am /usr/share/doc/libvirt-python-1.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 pyt...