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
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)
>>
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
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
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
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