Re: bhyve: reboot stops vm

2014-01-22 Thread John Baldwin
On Tuesday, January 21, 2014 4:48:38 pm Aryeh Friedman wrote: Yes, I use the vmrun.sh script which uses a loop to restart the VM when you reboot. Ideally shouldn't the -H option be the default? That doesn't do what you think it does. That means when the guest does a 'hlt' instruction

bhyve and legacy

2014-01-22 Thread John Baldwin
Is there any interest in supporting more legacy setups via bhyve? In particular, I'd like to take a whack at improving the PCI INTx support, but that can involve several things such as possibly implementing 8259A support and a PCI interrupt router vs always assuming that we have APICs. If we

Re: emulators/petitecloud 0.2.1 available

2014-01-22 Thread Mark Martinec
2014-01-20 Aryeh Friedman wrote: Fixed and posted new port files to petitecloud.org... side question - should I update the PR for the port or create a new one? Please update the existing one. Already done via GNATS Trying the patch from http://www.freebsd.org/cgi/query-pr.cgi?pr=185362

Re: emulators/petitecloud 0.2.1 available

2014-01-22 Thread Aryeh Friedman
On Wed, Jan 22, 2014 at 7:03 PM, Mark Martinec mark.martinec+free...@ijs.si wrote: 2014-01-20 Aryeh Friedman wrote: Fixed and posted new port files to petitecloud.org... side question - should I update the PR for the port or create a new one? Please update the existing one. Already

Re: bhyve and legacy

2014-01-22 Thread Tycho Nightingale
Hi, Interest? Yes! Matter of fact, I have some scraps of 8259 support lying around here if you are keen to have a starting point. Now with respect to bhyveload, while it certainly does have some FreeBSD-specific uses, it is a bit of a barrier to supporting non-FreeBSD guests and

Re: emulators/petitecloud 0.2.1 available

2014-01-22 Thread Mark Martinec
2014-01-23 01:09, Aryeh Friedman wrote: fetch: ftp://ftp.petitecloud.org/petitecloud/0.2.1/aryeh/src- petitecloud-aryeh-0.2.1.tar.gz: size mismatch: expected 116983, actual 109364 We had a build system bug that did this (updated the release files even when no release was made) it is now solved

Re: bhyve and legacy

2014-01-22 Thread Neel Natu
Hi John, On Wed, Jan 22, 2014 at 2:15 PM, John Baldwin j...@freebsd.org wrote: Is there any interest in supporting more legacy setups via bhyve? In particular, I'd like to take a whack at improving the PCI INTx support, but that can involve several things such as possibly implementing 8259A

Re: emulators/petitecloud 0.2.1 available

2014-01-22 Thread Aryeh Friedman
On Wed, Jan 22, 2014 at 9:03 PM, Mark Martinec mark.martinec+free...@ijs.si wrote: 2014-01-23 01:09, Aryeh Friedman wrote: You need devel/thistest ( http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185363) Thanks, got it now patched and installed, after some wrestling with an aryeh/aegis

Re: bhyve and legacy

2014-01-22 Thread Aryeh Friedman
On Wed, Jan 22, 2014 at 7:54 PM, Tycho Nightingale tycho.nighting...@pluribusnetworks.com wrote: Now with respect to bhyveload, while it certainly does have some FreeBSD-specific uses, it is a bit of a barrier to supporting non-FreeBSD guests and furthermore supporting them well e.g. reboot

Re: emulators/petitecloud 0.2.1 available

2014-01-22 Thread Aryeh Friedman
This is correct behavior since there are no long lived processes all running the rc.d does is do some quick system wide inits needed to run vm's correctly (currently it loads vmm, if_tap and aio and also creates the bridge that vm's will be using). This is true for all PetiteCloud commands,

Re: kldload vmm partial lockup

2014-01-22 Thread Joe Maloney
Hey Neel, I compiled 11-CURRENT and it works now I can kldload vmm with no problems. Thanks. Joe Maloney On Jan 21, 2014, at 9:01 PM, Neel Natu neeln...@gmail.com wrote: Hi Joe, On Tue, Jan 21, 2014 at 6:53 PM, Joe Maloney jpm...@gmail.com wrote: Neel, sorry it took me a day or two to

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-22 Thread Jonas Bülow
Hi. I tried to create an ubunto13.10 image using the bhyve-script (from http://bhyve.org/bhyve-script.tar) without success. Copied vm0 to lin1 and changed VMOS to linux and VMOSVER to ubuntu13.10. Then run: #sh lin1 iso Installation starts and everything looks good until it tries to install

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-22 Thread Jonas Bülow
Yes, if using zvol is the same thing as using ZFS for the guest image. I tried setting DEVTYPE to with the same result. /J On Thu, Jan 23, 2014 at 8:16 AM, Peter Grehan gre...@freebsd.org wrote: Hi Jonas, Installation starts and everything looks good until it tries to install the grub