Cron not working after upgrade to 3.1

Discussion in 'ISPConfig 3 Priority Support' started by nokia80, Sep 30, 2016.

  1. nokia80

    nokia80 Member

    Hi all

    Fore some reason the ispconfig cron is not working.

    /usr/local/ispconfig/server/cron.sh and /usr/local/ispconfig/server/server.sh doit solved the problem when i look into ispconfig the no changes are made when i fore exaple make a new website or mail box.

    is there a wat to force the jobs?

    thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to restart the cron dameon and if this wont help, run:

    crontab -e

    as root, add a new line e.g. a commebt:

    # test comment

    and save the file to trigger a reload of the crontab.
     
  3. nokia80

    nokia80 Member

    Thanks Till works again now
     

Share This Page