Re: bhyve: can't to passthru bge(4) card

2014-01-21 Thread Sergey Matveychuk
21.01.2014 8:56, Neel Natu пишет: I suspect that this is because the function number of the virtual PCI device and the physical PCI device are different. Could you try to use the following instead: -s 2:1,passthru,3/0/1 Thank you. It works. I've tried 3:1,passthru,3/0/1 but it does not work.

Re: bhyve: can't to passthru bge(4) card

2014-01-21 Thread Neel Natu
Hi Sergey, On Jan 21, 2014, at 1:27 AM, Sergey Matveychuk s...@semmy.ru wrote: 21.01.2014 8:56, Neel Natu пишет: I suspect that this is because the function number of the virtual PCI device and the physical PCI device are different. Could you try to use the following instead: -s

Re: bhyve: reboot stops vm

2014-01-21 Thread John Baldwin
On Monday, January 20, 2014 6:31:40 pm Sergey Matveychuk wrote: Hi. Is it expected behaviour? sem@vm0[17]% sudo reboot Jan 21 07:27:51 vm0 reboot: rebooted by sem Jan 21 07:27:51 vm0 syslogd: exiting on signal 15 Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting

Linux on BHyVe in 10.0-RELEASE

2014-01-21 Thread Takuya ASADA
Hi, I want to know which Linux distribution is supported on BHyVe (+grub2-bhyve) in 10.0-RELEASE. I tried to these distributions, but I haven't succeeded to install any choice. On these tests, I used modified vmrun.sh script for all test, source code is here:

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-21 Thread Takuya ASADA
Hmm, looks like neel@ adding ignoring unimplemented MSR access patch on -CURRENT. Does it means we can't use (some version of) Linux on 10.0-RELEASE? https://github.com/freebsd/freebsd/commit/5dab6f9ed3816204ff73fd075abfaba1ed5c7673 2014/1/22 Takuya ASADA s...@dokukino.com Hi, I want to

Re: kldload vmm partial lockup

2014-01-21 Thread Neel Natu
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 get to test this. The patch compiles cleanly however it fails now trying to build the vmm module. No worries. I committed the patch as r260972:

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-21 Thread Aryeh Friedman
Since I have not personally looked into doing this I have no idea if the following idea will work or not (it is on my personal todo list for the next week or so though) and that is to create a new HyperV subclass in PetiteCloud for bhyve-grub (you should only need to override loadVm(...) and there

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-21 Thread Takuya ASADA
Oh, I didn't know bhyve-script.tar is still on bhyve.org (I didn't notice there's Tools tab on the page). I'll try it. 2014/1/22 Matt Donovan kitchet...@gmail.com Hello On Jan 21, 2014 8:38 PM, Takuya ASADA s...@dokukino.com wrote: Hmm, looks like neel@ adding ignoring unimplemented MSR

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-21 Thread Peter Grehan
Hi Takuya, * Ubuntu 13.10 Almost boot-up but couldn't mount cdrom. That's a Linux issue - there isn't a virtio block driver in the installer's initrd so it can't be used as the backend for the ISO image. Use ahci-cd instead for the ISO. I've been able to boot Ubuntu

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-21 Thread Takuya ASADA
Append results using bhyyve-scripts. * CentOS 6.5 with bhyve-scripts Dies at same place: Unknown WRMSR code 391, val 200f, cpu 0 * Ubuntu 13.10 with bhyve-scripts Dies at same place: (initramfs) Anyway I'll test with ahci-cd, which is point-outed by Peter. * Debian 7.3 with bhyve-scripts

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-21 Thread Peter Grehan
Hi Takuya, * Debian 7.3 with bhyve-scripts Able to install, bootup! But serial console sometimes outputs AT+GCAP or something, looks like AT command? Maybe I mis-configured Debian during installation? I think I saw this but it eventually popped up a login prompt. Guessing it was attempting

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-21 Thread Takuya ASADA
2014/1/22 Takuya ASADA s...@dokukino.com Append results using bhyyve-scripts. * CentOS 6.5 with bhyve-scripts Dies at same place: Unknown WRMSR code 391, val 200f, cpu 0 This issue was resolved by back-porting -CURRENT patch: svn co svn://svn.freebsd.org/base/head cd head svn diff

Re: Linux on BHyVe in 10.0-RELEASE

2014-01-21 Thread Takuya ASADA
Thanks, I'll test your image. 2014/1/22 Peter Grehan gre...@freebsd.org Hi Takuya, * Debian 7.3 with bhyve-scripts Able to install, bootup! But serial console sometimes outputs AT+GCAP or something, looks like AT command? Maybe I mis-configured Debian during installation? I think I