If you have services that are not running, be sure one of the things you check are permissions on /tmp. If the permissions on /tmp are set incorrectly, many services will fail to run properly. To check permissions, run this command: /var/lib/mysql]# ls -l / | grep tmp You should get an output like this: ... Read More