Displaying 1 result from an estimated 1 matches for "ch3vm".
Did you mean:
ch3
2013 Jun 19
1
error : Failed to find user record for uid '32722'
...1.0.6 via Homebrew. However, the
following trivial Python script:
import libvirt
conn = libvirt.open('vbox:///session')
gives me the following error:
libvirt: error : Failed to find user record for uid '32722': Success
Traceback (most recent call last):
File "ch3vm.py", line 3, in <module>
conn = libvirt.open('vbox:///session')
File "/usr/local/lib/python2.7/site-packages/libvirt.py", line 236,
in open
if ret is None:raise libvirtError('virConnectOpen() failed')
libvirt.libvirtError: Failed to find user recor...