Re: Issues with GTX960 on CentOS7 using bhyve PCI passthru (FreeBSD 11-RC2)

2017-01-13 Thread Peter Grehan
Hi, Does bhyve not execute peripheral cards' option ROMs? Not yet. I guess it doesn't. This could explain a lot of strange behaviour seen resulting from running in a VM. Yes. How does UEFI work in this regard? My guess is that cards have to explicitly support the new boot method

Re: Issues with GTX960 on CentOS7 using bhyve PCI passthru (FreeBSD 11-RC2)

2017-01-13 Thread Peter Grehan
Hi, That is extremely likely. bhyve itself doesn't have a BIOS, though bhyve/UEFI could be modified to handle options ROMs (see http://awilliam.github.io/presentations/KVM-Forum-2014/#/) Hm, interesting. I wonder if a card that's not designed for use with UEFI is destined not to work

Re: Help getting vbox .vdi imares to run under Freenas

2017-01-13 Thread Peter Grehan
Hi Nils, can I do this inside of a jail? I'm on FreeNAS, so I don't want to (and can't) install and compile a lot of stuff in the main FN host. From what I've managed to read up on, jails don't get the full networking, but at the grub stage I should be OK, correct? I've not tried it but I

[Bug 213333] FreeBSD 11-RELEASE fails to boot under KVM/Qemu

2017-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=21 --- Comment #11 from Cameron --- I have a non-UEFI BIOS with a Supermicro H8DG6-F motherboard and dual 6348 CPU's. This issue doesn't appear to be UEFI related. -- You are receiving this mail because: You are the

[Bug 215471] Using bsnmpd with the snmp_hostres module on a vmware ESXi guest with a disconnected CD drive uses 100% CPU

2017-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215471 Scott Larson changed: What|Removed |Added CC||s...@ossuary.net

Re: Issues with GTX960 on CentOS7 using bhyve PCI passthru (FreeBSD 11-RC2)

2017-01-13 Thread Rodney W. Grimes
... > > > -Performance State : P0 > > > +Performance State : P8 > > > > Note sure what's happening here. > > Driver not kicking the card's BIOS into the right mode > to switch to dynamic power state selection? I suspect this is a failure to run the BIOS

[Bug 213333] FreeBSD 11-RELEASE fails to boot under KVM/Qemu

2017-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=21 --- Comment #10 from Miguel Castellanos --- I tried directly on the hardware as requested. FreeBSD-11.RELEASE booted correctly under the physical hardware, but fails to boot as guest on a qemu virtual machine

[Bug 213333] FreeBSD 11-RELEASE fails to boot under KVM/Qemu

2017-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=21 Luciano Mannucci changed: What|Removed |Added CC|

Re: Issues with GTX960 on CentOS7 using bhyve PCI passthru (FreeBSD 11-RC2)

2017-01-13 Thread soralx
> -- VDPAU works, but I suspect it's not using the GPU [3][4]; > I haven't figure a way how to force the use of GPU. Also, > the main window with text looks OK most of the time (when > doing the video test and in the end, in particular), but > show a smaller black rectangle

Re: Issues with GTX960 on CentOS7 using bhyve PCI passthru (FreeBSD 11-RC2)

2017-01-13 Thread soralx
> > First, `nvidia-smi -q` output diff [0] is interesting. It suggests > > that the card may be in some incompletely initialized state: notice > > the "Unknown Error" instead of real UUID, and the P8 power state. > > Could it be that the driver doesn't put the card's BIOS in the right > > state?