Re: py-libvirt problems with bhyve

2014-06-29 Thread Roman Bogorodskiy
Craig Rodrigues wrote: > On Wed, Jun 25, 2014 at 11:01 AM, Roman Bogorodskiy > wrote: > > > Craig Rodrigues wrote: > > > > > > > > conn = libvirt.openReadOnly(None) > > ^^^ > > > > I think here the URI should be 'bhyve:///system'. > > > > Or you could tweak li

Re: py-libvirt problems with bhyve

2014-06-26 Thread Craig Rodrigues
On Wed, Jun 25, 2014 at 11:01 AM, Roman Bogorodskiy wrote: > Craig Rodrigues wrote: > > > > > conn = libvirt.openReadOnly(None) > ^^^ > > I think here the URI should be 'bhyve:///system'. > Or you could tweak libvirt.conf and assign the bhyve url value to the > '

Re: py-libvirt problems with bhyve

2014-06-25 Thread Roman Bogorodskiy
Craig Rodrigues wrote: > Hi, > > I did the following: > > (1) Set up libvirt, taking Roman's latest port, and configuring bhyve > support: > > http://people.freebsd.org/~rodrigc/libvirt/libvirt-bhyve.html > > (2) Installed the py-libvirt port. > > > I wrote this code: > > import l

py-libvirt problems with bhyve

2014-06-25 Thread Craig Rodrigues
Hi, I did the following: (1) Set up libvirt, taking Roman's latest port, and configuring bhyve support: http://people.freebsd.org/~rodrigc/libvirt/libvirt-bhyve.html (2) Installed the py-libvirt port. I wrote this code: import libvirt import sys conn = libvirt.openReadOnly(None) if