digital
04-02-2006, 01:04 PM
Periodically check to ensure crond is running on your server
Login to SSH
root@server [~]# service crond restart
Stopping crond: [ OK ]
Starting crond: [ OK ]
is good and all working, but if you noticed your cpanel server is not updating or backups are older than they should be, maybe this is what you will see and restarting will correct the issue.
root@server [~]# service crond restart
Stopping crond: [ failed ]
Starting crond: [ OK ]
Login to SSH
root@server [~]# service crond restart
Stopping crond: [ OK ]
Starting crond: [ OK ]
is good and all working, but if you noticed your cpanel server is not updating or backups are older than they should be, maybe this is what you will see and restarting will correct the issue.
root@server [~]# service crond restart
Stopping crond: [ failed ]
Starting crond: [ OK ]