View Single Post
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#52
On reboot mce should start again.
You can check to see if it's running by typing:
Code:
ps | grep mce
Iget the following output
Code:
  741 root      5312 S <  /sbin/mce --force-syslog 
 1750 user      2092 R    grep mce
which shows mce is running.

If mce is running then it might be that some changes you've made have done wrong.
If it isn't then you should be able to restart mce by typing
Code:
rootsh initctl start mce
Let us know what happens.