[Bug 251320] [PATCH] vfs_domount_first: do not crash on mount failure

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251320 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org --- Comment

Hello

2020-11-23 Thread nohoreyakujiku
I've invited you to fill out the following form: Hello To fill it out, visit: https://docs.google.com/forms/d/e/1FAIpQLSdCBRYm4hRwGp-_rbFlB-NpPW302ulWmjaXwKtMY6foecdezQ/viewform?vc=0&c=0&w=1&flr=0&usp=mail_form_link I've invited you to fill out a form: Google Forms: Create and analyze surveys.

[Bug 251276] [boot] Legacy BIOS boot hangs indefinitely with post-12.0-RELEASE loader

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251276 --- Comment #2 from ncoll...@xes-inc.com --- Firmware Revision : 01.24 Firmware Build Time : 06/15/2017 BIOS Version: 2.1 BIOS Build Time: 06/15/2018 Redfish Version : 1.0.1 CPLD Version: 02.b6.01 Looks like I'm more out of date than I tho

[Bug 251276] [boot] Legacy BIOS boot hangs indefinitely with post-12.0-RELEASE loader

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251276 --- Comment #3 from VVD --- (In reply to ncollins from comment #2) Can't remember. Do I need reboot to BIOS for check this? I'm using zfs mirror of partitions for root. Loader is gptzfsboot. BTW, current firmware zip file is broken: > Bund

[Bug 251276] [boot] Legacy BIOS boot hangs indefinitely with post-12.0-RELEASE loader

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251276 --- Comment #4 from VVD --- (In reply to VVD from comment #3) I found previous version at: https://drunkencat.net/misc/SupermicroBIOS.html https://www.supermicro.com/support/resources/getfile.php?SoftwareItemID=11392 -- You are receiving

[Bug 251313] gstat(8) man page does not list any keyboard commands

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251313 Guangyuan Yang changed: What|Removed |Added Status|New |Open Assignee|b...@free

[Bug 250133] tools/tools/ifinfo/ifinfo.c Fixing build

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250133 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org Stat

[Bug 245541] [panic ] fault code = supervisor read data, page not present

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245541 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #2 f

[Bug 250580] VMware UEFI guests crash in virtual hardware after r366691

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250580 Yuri Pankov changed: What|Removed |Added CC||yur...@yuripv.dev --- Comment #16 fr

[Bug 251149] SynPS/2 Synaptics TouchPad: Failed to create a device for ... after upgrade from 12.1 to 12.2

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251149 --- Comment #6 from Jason W. Bacon --- (In reply to Jason W. Bacon from comment #4) Just hit the same issue after upgrading an old MacBook Pro to 12.2. kern.evdev.rcpt_mask=3 fixed it here as well. -- You are receiving this mail because

[Bug 251320] [PATCH] vfs_domount_first: do not crash on mount failure

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251320 --- Comment #2 from Tong Zhang --- (In reply to Konstantin Belousov from comment #1) lock order reversal: 1st 0xf80004da0258 ufs (ufs, lockmgr) @ /usr/src/sys/kern/vfs_mount.c:1739 2nd 0xf80004da0070 devfs (devfs, lockmgr) @ /us

[Bug 251320] [PATCH] vfs_domount_first: do not crash on mount failure

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251320 --- Comment #3 from Tong Zhang --- (In reply to Tong Zhang from comment #2) root@freebsd:~ # uname -a FreeBSD freebsd 13.0-CURRENT FreeBSD 13.0-CURRENT #9 r367963M: Tue Nov 24 02:20:06 UTC 2020 root@freebsd:/usr/obj/usr/src/amd64.amd64

[Bug 251320] [PATCH] vfs_domount_first: do not crash on mount failure

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251320 --- Comment #4 from Tong Zhang --- (In reply to Tong Zhang from comment #3) hmmm... after testing an unmodified r367963, my conclusion is that this lock order bug already exists in r367963 which is irrelevant to your patch. -- You are re

[Bug 251112] Compiling C++ with asan fails by default because libclang_rt.asan-x86_64.so uses symbol pthread_attr_get_np but doesn't link to libpthread.so

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251112 --- Comment #9 from Andrew Stitcher --- (In reply to Konstantin Belousov from comment #8) I think I understand the libpthread/libc interaction a bit better now: It seems that the only way to get pthread_create() is to actually link libpthre

[Bug 179312] PXE installer fails to boot without modification

2020-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179312 Richard Russo changed: What|Removed |Added CC||free...@ruka.org --- Comment #4 fr