Crontab not updating on secondary server

Discussion in 'ISPConfig 3 Priority Support' started by toyinal, Jul 31, 2015.

  1. toyinal

    toyinal Member

    I have primary and secondary DNS servers on vps centos 6.6 ISPCONFIG 3.0.5, I noticed that server.sh on the crontab of the secondary dns server does not update any changes made on the primary dns server, until I run the server.sh on the command line. Can you please point me in the right direction? Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check with:

    crontab -e

    that the cronjob is not commented out. If thats ok, then try to comment it out by adding a # in front, then edit it again and remove the # again, sometimes such a refresh can help if the cron daemon was stuck.
     
  3. toyinal

    toyinal Member

    I found the problem, crond daemon was not running, so the solution was to start the crond daemon. Thanks Till
     

Share This Page