https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258007
Peter Grehan changed:
What|Removed |Added
CC||gre...@freebsd.org
--- Comment #6 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258007
--- Comment #7 from mario felicioni ---
How can I install the nvidia proprietary driver in the guest if the guest can't
recognize the presence of the nvidia graphic card ?
--
You are receiving this mail because:
You are the assignee for t
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258007
--- Comment #8 from mario felicioni ---
this is the error message I get if I try to install the nvidia proprietary
driver on the ubuntu guest without that I haven't been able to pass trhu the
card before :
https://ibb.co/XtKqZTk
as I've s
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256159
--- Comment #8 from Aleks Michajlow ---
Created attachment 227428
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227428&action=edit
ktrdump.out
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256159
--- Comment #9 from Aleks Michajlow ---
I recompile my kernel with options
options KTR
options KTR_MASK=(KTR_GEN)
options KTR_ENTRIES=(4*1024*1024)
and try get kernel dump with
doas ktrdump -cto /tmp/ktrdump.out
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258007
--- Comment #9 from mario felicioni ---
this :
/boot/loader.conf
pptdevs="1/0/0 1/0/1 1/0/2 1/0/3"
bhyve -S -c 4 -m 11G -w -H \
-s 0,hostbridge \
-s 1,virtio-blk,/mnt/da1p1/vms/os/ubuntu-budgie-gpu/ubuntu-2104-gpu.img \
-s 2:0,passthru,1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258007
--- Comment #10 from mario felicioni ---
[drm] Unable to create a private tmpfs mount, hugepage support will be
disabled(-19).
Failed to add WC MTRR for [0x4000-0x5fff]: -22; performance may suffer
[drm] Got stolen memory base 0x0,
On Thu, Aug 19, 2021 at 10:26 AM Chuck Tuffli wrote:
>
> On Mon, Aug 16, 2021 at 5:30 AM John Kennedy wrote:
> ...
> > > bhyve: Fix NVMe iovec construction for large IOs
> > ...
> > > PR: 256422
> > > Reported by:d...@syix.com
> > > Tested by: ja...@tubnor.n
On Wed, Aug 25, 2021 at 05:16:21PM -0700, Chuck Tuffli wrote:
> On Thu, Aug 19, 2021 at 10:26 AM Chuck Tuffli wrote:
> > On Mon, Aug 16, 2021 at 5:30 AM John Kennedy wrote:
> > >
> > > Is there any reason not to merge that into releng/13.0? Adding this
> > > patch against 13.0-RELEASE-p3 fixe