search for: a702d3dbcff3

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

2015 Nov 11
2
Re: xen+ssh with openauth
...======================================== In [105]: con.listAllDomains() libvirt: Remote Driver error : unknown procedure: 273 --------------------------------------------------------------------------- libvirtError Traceback (most recent call last) <ipython-input-105-a702d3dbcff3> in <module>() ----> 1 con.listAllDomains() /usr/lib64/python2.7/site-packages/libvirt.pyc in listAllDomains(self, flags) 4925 ret = libvirtmod.virConnectListAllDomains(self._o, flags) 4926 if ret is None: -> 4927 raise libvirtError("virConnectListAl...
2015 Nov 11
0
Re: xen+ssh with openauth
...=============== > In [105]: con.listAllDomains() > libvirt: Remote Driver error : unknown procedure: 273 > --------------------------------------------------------------------------- > libvirtError Traceback (most recent call last) > <ipython-input-105-a702d3dbcff3> in <module>() > ----> 1 con.listAllDomains() > > /usr/lib64/python2.7/site-packages/libvirt.pyc in listAllDomains(self, flags) > 4925 ret = libvirtmod.virConnectListAllDomains(self._o, flags) > 4926 if ret is None: > -> 4927 raise libvi...
2015 Nov 03
2
xen+ssh with openauth
Hi, I am trying to connect to remote libvirt via script, and I get password prompt from the shell. ============================================================================ uri='xen+ssh://root@myserver/?no_verify=1' def req(credentials, user_data): print('in req...\n') for cred in credentials: if cred[0] == libvirt.VIR_CRED_AUTHNAME: cred[4] =