Oh dear.....

Ricky

Registered
I just recently was having loads of trouble reinstalling OS X and OS 9. It's nearly fixed but I am having one remaining problem out of "Classic Startup:"

Dialog:

"You are running Classic without superuser(root) privileges. Ensure that TruBlueEnvironment is setuid and owned by root, or reinstall your Mac OS X System Software."

(OK)

:confused:

I obviously want the thing to work, and I already tried reinstalling because of this... what should I do?

Hopefully some one knows.......
 
Run the following in Terminal:

Code:
sudo chown root:wheel /System/Library/CoreServices/Classic\ Startup.app/Contents/Resources/TruBlueEnvironment
sudo chmod 4755 /System/Library/CoreServices/Classic\ Startup.app/Contents/Resources/TruBlueEnvironment

That will make it the right owner and setuid like it needs to be.
 
Back
Top