bhyve + linux problem on HEAD

2014-12-17 Thread Diane Bruce
I am having a problem with bhyve + linux. FreeBSD based VM's work fine here FreeBSD odyssey 11.0-CURRENT FreeBSD 11.0-CURRENT #83 r275732: Fri Dec 12 16:48:37 EST 2014 root@odyssey:/usr/obj/home/db/svn/system/head/sys/GENERIC amd64 Using this as a guide. https://www.freebsd.org/doc/handbo

Re: bhyve + linux problem on HEAD

2014-12-17 Thread Peter Grehan
Hi Diane, > Assertion failed: (error == 0), function fbsdrun_addcpu This is a symptom of the VM not being destroyed before being reloaded/rerun. Would you be able to try with a 'bhyvectl --destroy --vm=linuxguest' before the load with grub-bhyve ? later, Peter.

Re: bhyve + linux problem on HEAD

2014-12-17 Thread Diane Bruce
On Wed, Dec 17, 2014 at 03:20:38PM -0800, Peter Grehan wrote: > Hi Diane, > > > Assertion failed: (error == 0), function fbsdrun_addcpu > > This is a symptom of the VM not being destroyed before being > reloaded/rerun. Would you be able to try with a 'bhyvectl --destroy > --vm=linuxguest' be