Re: 32-bit guest on Bhyve

2013-11-12 Thread Michael Dexter
On 11/11/13 11:44 PM, Prakhar Deep wrote: > Can someone let me know which kernels does Bhyve support ? 32-bit or 64-bit? bhyve only supports amd64 VM kernels at this time and I have clarified this point on bhyve.org i386 support is indeed theoretically possible if your proprietary OS can provide

Updated bhyve-script for FreeBSD, FreeNAS, pfSense, OpenBSD and Linux VMs

2013-11-12 Thread Michael Dexter
Hello all, I have posted an updated bhyve-script.tar to bhyve.org that collectively includes preliminary support for amd64 FreeNAS, pfSense, OpenBSD and Linux VMs in addition to FreeBSD 9, 10 and 11 ones. http://bhyve.org/bhyve-script.tar This is all experimental and you will probably encounter

bhyve and guest rebooting

2013-11-12 Thread Aryeh Friedman
As far we can tell bhyve simply terminates on guest shutdown regardless of the reason (for example no difference [or we can find] in detecting if they typed "halt" or "reboot" {or some other internal method of shutting down the guest vm). Is there anyway for the caller to detect this and/or is it

Re: Hyper-V

2013-11-12 Thread Pavel Timofeev
So, we catched the bug that caused crash. Thanks to all. Cool! As regards the messages about "calcru": I tried to install CentOS 6.4 on new virt machine on same host system. Linux doesn't have any strange messages about time. I tried to migrate FreeBSD and CentOS virt machines to another host whic

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-12 Thread Sergey Kandaurov
On 12 November 2013 07:01, Mateusz Guzik wrote: > On Mon, Nov 11, 2013 at 01:33:25PM -0800, Julian Elischer wrote: >> On 11/11/13, 7:49 AM, Pavel Timofeev wrote: >> >Great, it helped! Thanks a lot! >> >> the suggested change suggests fragile code. It should be able to >> handle unexpected input..

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-12 Thread Mateusz Guzik
On Tue, Nov 12, 2013 at 03:33:45PM +0400, Sergey Kandaurov wrote: > On 12 November 2013 07:01, Mateusz Guzik wrote: > > On Mon, Nov 11, 2013 at 01:33:25PM -0800, Julian Elischer wrote: > >> On 11/11/13, 7:49 AM, Pavel Timofeev wrote: > >> >Great, it helped! Thanks a lot! > >> > >> the suggested ch

RE: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-12 Thread Abhishek Gupta (LIS)
Thanks for the response Michael! I understand now. Just wanted to let you know that Hyper-V Gen2 VMs do not have a virtual FDD. Not that we have FreeBSD supported on it yet but the scenarios you describe may not work on Gen2 FreeBSD virtual machines today. Thanks again for the feedback. Abhishe

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-12 Thread Julian Elischer
On 11/12/13, 5:31 AM, Mateusz Guzik wrote: On Tue, Nov 12, 2013 at 03:33:45PM +0400, Sergey Kandaurov wrote: On 12 November 2013 07:01, Mateusz Guzik wrote: On Mon, Nov 11, 2013 at 01:33:25PM -0800, Julian Elischer wrote: On 11/11/13, 7:49 AM, Pavel Timofeev wrote: Great, it helped! Thanks a

Re: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-12 Thread Michael Dexter
On 11/12/13 1:07 PM, Abhishek Gupta (LIS) wrote: > Thanks for the response Michael! I understand now. Just wanted to let > you know that Hyper-V Gen2 VMs do not have a virtual FDD. On the topic of passing a virtual FDD to a VM for a passed-through PCI* card BIOS update, a bhyve developer wrote: "

Re: Bhyve virtio-net on Linux guest

2013-11-12 Thread Tetsuya Mukawa
Hi, > Yes it is possible to use virtio-net from a Linux guest inside a bhyve > virtual machine. Thank you so much for your replying. I will try to do. Regards, Tetsuya > > Best > Neel > >> -- >> Tetsuya >> ___ >> freebsd-virtualization@freebsd.org ma

RE: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-12 Thread Abhishek Gupta (LIS)
Thanks for the insight Michael. Duly noted. Abhishek From: Michael Dexter Sent: Tuesday, November 12, 2013 5:08 PM To: Abhishek Gupta (LIS) Cc: freebsd-virtualization@freebsd.org Subject: Re: Use of Floppy Drive with FreeBSD Virtual Machines On 11/12/13 1:

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-12 Thread Pavel Timofeev
I hope all these changes you have done will be included in FreeBSD 10-RELEASE. ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-u

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-12 Thread Eitan Adler
On Tue, Nov 12, 2013 at 4:48 PM, Julian Elischer wrote: > On 11/12/13, 5:31 AM, Mateusz Guzik wrote: >> >> On Tue, Nov 12, 2013 at 03:33:45PM +0400, Sergey Kandaurov wrote:> hmm. one >> learns something every day. nitems() is new to me.. > yes assuming nitems is supported on all platforms t

Re: Hyper-V

2013-11-12 Thread Pavel Timofeev
I figured out another operations that cause caclru message appearance, such as 'top -n', car /proc/0/status, etc. But I tried these on 9.2-RELEASE LIVE CD and I saw calcru messages. So it seems like it's not related to brand new hyper-v integrated components. It's related to whole FreeBSD system.