Storcli show all report 0 controllers since truenas 24

I have a

root@truenas[~]# lspci | grep LSI
0a:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (rev 02)

Since Truenas 24 the command that used to work to check the temperature of the controller is no longer working.

storcli /c0 show all | grep temp

and storcli show all reports 0 controllers

Everything else is working correctly.

Controller was flashed with the recommended firmware from TRuenas.

Anyone with the same issue ?

This thread will answer all your questions :

Please be aware that enabling developer mode comes with permanent consequences for that install. There’s a reason why the official docs points out it’s unsupported.

Considering that, and your use case here, I would instead recommend that you put the binary on your pool somewhere, and that you append the relevant PATH in an rc-script. That will survive updates as long as the binary itself keeps working.

Something like:
/mnt/tank/bin

You’re again misleading people on this forum.

installing an extra binary into local user’s bin directory doesnt require enabling development capabilities.

In the post you linked to, one of the suggestions you give is to remount a locked down directory as rw.
This is ill-advised for the reason I explained, among other things.

I presented an alternative that survives updates and doesn’t mess with the OS.