View Single Post
Posts: 9 | Thanked: 6 times | Joined on Dec 2007
#13
alfa2536,

On my system, the file /var/lib/mce/mode is owned by root, and writable only by root. There are many threads around to show you how to obtain root access, check them out. The easiest I found was to install openssh and then do:
Code:
ssh root@localhost
You can use any text editor to edit the file. If vi is out of your league, you can simply use the following command ONLY if you are sure the file is empty. Running this command will squash all data currently in the file, so check it first.

Code:
echo "normal" > /var/lib/mce/mode
Hope this helps.

*Edit: Upon further thought, while this fixed the problem for me also, I have no idea why, or how this occurred. I'd love to get to the bottom of this. I hate just changing configurations without knowing fully what they do, and how they changed to begin with.

Last edited by alphalux; 2008-02-09 at 23:11.
 

The Following User Says Thank You to alphalux For This Useful Post: