Hi Rich, Thank you very much. Do you mean I should delete the CTF information in the closed binaries ie files in 'closed'. 'when you've done that you'd need to reboot to cause the module to be reloaded', do you mean I should reboot my build machine? best regards Sam
Date: Thu, 3 May 2012 22:06:24 -0400 Subject: Re: [discuss] nightly build failed with 'dtrace: failed to compile script' From: [email protected] To: [email protected] 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 | Modify Your Subscription ------------------------------------------- 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
