Classic messed up!

HECTORdaBIZATCH

Registered
I can't get classic to start.

It gives me an error message that says I need to run Classic as root.

...I found the 'TruBlueEnvironment' file and made sure that it was owned by root and setup with the right permissions... but I can't figure out how to make it 'setuid' (I don't even know what this is)...

Anyway, if anybody could help me figure out how to get Classic back up and running, I'd appreciate it.
 
An easy way to do this is by using a handy utility called XRay.
Or open a Terminal window and type:
sudo chmod 4755 [path_to_TruBlueEnvironment]
The 4 in that string of numbers does the setuid.
 
Back
Top