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 no...@freebsd.org wrote: Craig Rodrigues wrote: conn = libvirt.openReadOnly(None) ^^^ I think here the URI should be 'bhyve:///system'. Or you could tweak

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