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?
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?
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.
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.
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?
Please read my notes above. The message is ok and not an error. I really dont know why you reinstalled your server.
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.