commit 99902b1 causes kernel panics

2022-06-04 Thread Michael Butler
On a Dell E6430 laptop with an i5-3340M CPU on-board but no additional video adapter, this commit causes a panic when i915kms is loaded :-( This adapter does not use any additional firmware. Reverting only this change allows me to run way past it - up to commit 00b0158d2ca, so far. All modul

Re: panic: make_dev_alias_v: bad si_name

2022-06-04 Thread Alan Somers
On Sat, Jun 4, 2022 at 1:04 PM Warner Losh wrote: > > > > On Sat, Jun 4, 2022, 11:13 AM Yuri wrote: >> >> Getting the following panic on HPE system with HPE enclosure: >> >> panic: make_dev_alias_v: bad si_name (error=22, >> si_name=enc@n../type@0/slot@1/elmdesc@{"Name":"DriveBay1"}/pass4) >>

Re: panic: make_dev_alias_v: bad si_name

2022-06-04 Thread Warner Losh
On Sat, Jun 4, 2022, 11:13 AM Yuri wrote: > Getting the following panic on HPE system with HPE enclosure: > > panic: make_dev_alias_v: bad si_name (error=22, > si_name=enc@n../type@0/slot@1/elmdesc@{"Name":"DriveBay1"}/pass4) > > db_trace_self_wrapper() > vpanic() > panic() > make_dev_alias_v

panic: make_dev_alias_v: bad si_name

2022-06-04 Thread Yuri
Getting the following panic on HPE system with HPE enclosure: panic: make_dev_alias_v: bad si_name (error=22, si_name=enc@n../type@0/slot@1/elmdesc@{"Name":"DriveBay1"}/pass4) db_trace_self_wrapper() vpanic() panic() make_dev_alias_v() make_dev_alias_p() make_dev_physpath_alias() pass_add_phy

Kernel crashed with "panic: VERIVY(e->lse-mscount != 0) failed"

2022-06-04 Thread Yasuhiro Kimura
packages with poudriere kernel crashed with following message. panic: VERIVY(e->lse-mscount != 0) failed Snapshot of console: https://people.freebsd.org/~yasu/FreeBSD-14-CURRENT-amd64-20220604.png Best Regards. --- Yasuhiro Kimura

Re: exec(btxld) failed (No such file or directory) and obj via nullfs

2022-06-04 Thread Marek Zarychta
W dniu 4.06.2022 o 01:39, Rozhuk Ivan pisze: Hi! I found a way to fix error during install: exec(btxld) failed (No such file or directory) in case obj is nullfs mounted. Use option: -o nocache mount_nullfs -o rw -o nocache -o noatime "${MAKEOBJDIRPREFIX_TMP}" "${MAKEOBJDIRPREFIX}" This he