Re: CFT: vmrc Virtual Machine rc script

2014-02-28 Thread Takuya ASADA
2014-02-28 10:00 GMT+02:00 Michael Dexter : > On 2/27/14 6:13 AM, Takuya ASADA wrote: > > Then I get an error: > > vm: provisioning VM openbsd6 > > /usr/local/vm//openbsd6/openbsd6.conf: 21: Syntax error: "(" unexpected > > Note that because the OpenBSD VM is using a pre-made disk image, it will >

Re: bhyve core dump...

2014-02-28 Thread Neel Natu
Hi Andrea, On Thu, Feb 27, 2014 at 6:58 AM, Andrea Brancatelli wrote: > Hello guys. > > I was installing mysql56 in a freebsd10 inside freebsd 10 and while doing > the install the machine bombed out. In the console this is what I got: > > Assertion failed: (aior != NULL), function ahci_handle_dma

NEEDS TESTING - rc script for bhyve

2014-02-28 Thread Rudy (bulk)
OK, I did test it a bit. Really, I wanted something short to automate booting, but I ran into some issues that ballooned up the script. Things I put into the script: 0 - does no provisioning, I only want a start/stop script 1 - adds vmtab for configuring VMs 2 - supports grub loader 3 - u

Re: CFT: vmrc Virtual Machine rc script

2014-02-28 Thread Michael Dexter
On 2/27/14 6:13 AM, Takuya ASADA wrote: > Then I get an error: > vm: provisioning VM openbsd6 > /usr/local/vm//openbsd6/openbsd6.conf: 21: Syntax error: "(" unexpected Note that because the OpenBSD VM is using a pre-made disk image, it will not support "provision". You simply want "start". > Same