messsage at the end of ispconfig

Discussion in 'Installation/Configuration' started by cruz, Apr 30, 2007.

  1. cruz

    cruz New Member

    I just reinstalled ispconfig and at the very end it told me.
    HTML:
    no crontab for root
    Is that something I need to be worried about?
     
  2. jnsc

    jnsc rotaredoM Moderator

    do you have the same output when you type
    Code:
    crontab -l
    under root?
     
  3. cruz

    cruz New Member

    crontab -l output

    HTML:
    [root@server1 ~]# crontab -l
    30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/ftp_logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/mail_logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/cleanup.php &> /dev/null
    0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null
    0,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null
    15 3,15 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/quota_msg.php &> /dev/null
    40 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php &> /dev/null
    05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null
    Is it because I have not setup any cronjobs yet in ispconfig?
     
  4. jnsc

    jnsc rotaredoM Moderator

    I don't know why you got this message, but your crontab entries looks ok.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    The message "no crontab for root" appears at the end of the installation because there was no crontab for root before you installed ISPConfig. The installer tries to open an existing crontab to append the lines for ISPConfig, if there is no crontab before, the above message appears.
     
  6. jnsc

    jnsc rotaredoM Moderator

    Thank's Till for the details, I should have known this as I am playing with the installer right now. But as I did not touch the crontab part, I forgive myself.
     
  7. cruz

    cruz New Member

    thanks till

    Thanks Till
     
  8. cruz

    cruz New Member

    crontab for root

    I reinstalled the centos 5 and ispconfig and got the same message at the end of installing ispconfig. no crontab for root. I am suppose to have crontab after set up correct? How can I fix this without reinstall?
     
    Last edited: May 1, 2007
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    Please read my notes above. The message is ok and not an error. I really dont know why you reinstalled your server.
     
  10. cruz

    cruz New Member

    Why

    I am new to Linux. I get a bit confused at times. I read your posting
    HTML:
    The message "no crontab for root" appears at the end of the installation because there was no crontab for root before you installed ISPConfig. The installer tries to open an existing crontab to append the lines for ISPConfig, if there is no crontab before, the above message appears.
    
    I did the crontab -l command and figured the ispconfig needed to have crontabs to place info to do specific tasks. I was having a hard drive issue as well.I/O arror on screen. So I swapped out my HD. I'll be working for howtoforge if I keep installing.lol, I'm getting lots of practice. I have learned way lots. Thanks for the cool site.
     

Share This Page