This is what happens when the CTF information in closed (usually) kernel modules screws you, in this case it's a SCSI module and thus probably mpt.
The full list of modules that tend to cause problems are: mpt klmmod klmops scsi_vhci_* You can run mcs -d -n .SUNW_ctf <module> to delete the CTF information from a given module, when you've done that you'd need to reboot to cause the module to be reloaded, and things should be ok (I should note that other modules _can_ cause problems, the above are just the most common). I tried to integrate a change to remove this bad information automatically earlier this year, but didn't have any luck. -- Rich ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be Modify Your Subscription: https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4 Powered by Listbox: http://www.listbox.com
