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
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
> '
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
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