[Bug 280817] With DMAR enabled, my laptop panics

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280817 --- Comment #25 from Ed Maste --- DMAR has now been disabled by default (i.e. hw.dmar.enable=0). It would be good to confirm after Kostik's 45543d3424d4 the panic does not occur with it reenabled. -- You are receiving this mail because: Y

[Bug 279308] mdmfs does not work as documented

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279308 --- Comment #5 from Kirk McKusick --- Created attachment 253136 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253136&action=edit Proposed fix to mdmfs(8) See proposed fix to mdmfs(8). -- You are receiving this mail because: Y

[Bug 280817] With DMAR enabled, my laptop panics

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280817 --- Comment #24 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d66c4853b84002c064bc314a0824a8667a0089c6 commit d66c4853b84002c064bc314a0824a8667a0089c6 Author

[Bug 280196] sh autocomplete

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280196 --- Comment #3 from sergono...@gmail.com --- directories start with @ also not listed -- You are receiving this mail because: You are the assignee for the bug.

[Bug 281035] agp driver kernel panic on 14.1 - agp_close(): page fault while in kernel mode

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281035 --- Comment #5 from Franco Fichtner --- Can share the vmcore from the user from a debug kernel or dump further info if you want. I don't want to put the user through more debug. For us disabling agp(4) in the kernel config is a viable optio

[Bug 281043] gptboot error 4 lba report when Problems when restoring vmdk

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281043 --- Comment #3 from Vladimir Druzenko --- (In reply to water from comment #2) Try this: https://download.freebsd.org/releases/VM-IMAGES/14.1-RELEASE/amd64/Latest/FreeBSD-14.1-RELEASE-amd64.vmdk.xz amd64 is name of the architecture - https:

[Bug 281035] agp driver kernel panic on 14.1 - agp_close(): page fault while in kernel mode

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281035 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org Stat

[Bug 281043] gptboot error 4 lba report when Problems when restoring vmdk

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281043 --- Comment #2 from water --- (In reply to Vladimir Druzenko from comment #1) I'm sorry that I didn't describe it clearly. I just want to run FreeBSD in a VMware virtual machine on my Windows system, but the downloaded package has a problem

[Bug 281035] agp driver kernel panic on 14.1 - agp_close(): page fault while in kernel mode

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281035 --- Comment #3 from Franco Fichtner --- am_is_bound = -2119914208 this sure is sketchy :) if (mem->am_is_bound) AGP_UNBIND_MEMORY(dev, mem); -- You are receiving this mail because: You are the assignee for the bug.

[Bug 281035] agp driver kernel panic on 14.1 - agp_close(): page fault while in kernel mode

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281035 --- Comment #2 from Franco Fichtner --- (kgdb) frame 18 #18 agp_close (kdev=, fflag=, devtype=, td=) at /usr/src/sys/dev/agp/agp.c:840 840 AGP_UNBIND_MEMORY(dev, mem); (kgdb) p dev $1 = (device_t) 0xf800045d3

[Bug 281035] agp driver kernel panic on 14.1 - agp_close(): page fault while in kernel mode

2024-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281035 Franco Fichtner changed: What|Removed |Added CC||fra...@opnsense.org --- Comment