If cron jobs have been disabled?

guischarf

Member
Sep 27, 2006
5
0
151
Hello,

My WHM is showing the following message:

A security vulnerability was discovered in cPanel which may result in privilege escalation. This vulnerability can be resolved by updating your cPanel software here. The necessary patch will occur automatically on all servers during the daily execution of upcp. If cron jobs have been disabled on your server, then you should manually update your cPanel software.

Where in the panel can I find whether cronjobs have been disabled?

Thanks
 

Jaipagare

Member
Sep 26, 2006
11
0
151
India - Maharashtra - Nasik
Crond...

cd /etc/init.d/
./crond status
crond (pid 3029) is stopped...

Then start it using ./crond start or restart.

Also use the cmd "chkconfig crond on" which will permanantly enable crond on your server.