MATLAB: Do I receive an error regarding permissions of the /Library/S​tartUpItem​s/MATLABLm​gr folder after installing MATLAB R14SP2 on the machine

MATLAB

The following error appears after rebooting the machine if you have selected to install the Network License Manager to run at boot time.
"An item in the Startup items folder ("/Library/StartupItems/MATLABLmgr") does not have the proper security settings."
I am given the option to "Decide Later", "Disable", or "Fix".

Best Answer

This has been fixed in MATLAB 7.1 (R14SP3).
To repair the permissions of the folder in R14SP2, click on the "Fix" button and restart the machine. The error will not be reported at system startup and the network license manager should also now start successfully, allowing MATLAB to start.
The permission fix removes write permission from users for the MATLABLmgr folder:
Before fix is made:
drwxrwxr-x
After fix is made:
drwxr-x-r-x
NOTE: To start the license manager manually if it is currently not running, do the following:
1. Open a Terminal Window(Applications->Utilities)
2. Navigate to your $MATLAB/etc folder on your machine.
(Where $MATLAB is your root MATLAB directory)
Example: If /Applications/MATLAB704 is your root MATLAB directory then run:
cd /Applications/MATLAB704/etc
3. Run the following command to start the license manager:
./lmstart
This will start the license manager and return to the command prompt. You should now be able to start MATLAB.