Date: Sat, 4 Jun 2022 17:14:12 +0300 From: Yuri <yuri@aetern.org> To: current@freebsd.org Subject: panic: make_dev_alias_v: bad si_name Message-ID: <b2770c91-b3dd-78cd-b668-b9d10c1aa0d2@aetern.org>
next in thread | raw e-mail | index | archive | help
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_physpath() taskqueue_run_locked() taskqueue_thread_loop() fork_exit() fork_trampoline() I have skipped typing all the frame information as the cause of panic seems to be apparent -- enclosure replies with "Name":"DriveBay1" via ses (it does the same weirdness for sensors and other elements), and make_dev_alias_v() does not like the double quotes. Probably we need to sanitize the input somewhere?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b2770c91-b3dd-78cd-b668-b9d10c1aa0d2>