HowTo feedback: Dependencies missed in Ubuntu Perfect Server 8.10

Discussion in 'HOWTO-Related Questions' started by chillifire, Apr 29, 2009.

  1. chillifire

    chillifire New Member

    Hi, I installed th perfect server 8.10 and the ISPConfig 2.2.32.

    I noticed the script missed two dependencies:
    1) When testing the mail server works telnet is used. However telnet is not previously installed as a package. maybe you want to add that under the point 'Install some software'
    2) When ISPConfig is just about to finish, the system wants to install some cron jobs. However, cron has not yet been installed as a package, so the command failes. The dependency is not checked at the beginning to ISPConfig installation either. Here an extract of the on-screen log:

    Code:
    ...
    Connected successfully to MySQL server
    [COLOR="Red"][B]sh: crontab: command not found[/B][/COLOR]
    Restarting some services...
     * Stopping Postfix Mail Transport Agent postfix                         [ OK ]
     * Starting Postfix Mail Transport Agent postfix                         [ OK ]
     * Stopping ftp server proftpd                                           [ OK ]
     * Starting ftp server proftpd                                           [ OK ]
    Starting ISPConfig system...
    /root/ispconfig/httpd/bin/apachectl startssl: httpd started
    ISPConfig system is now up and running!
    Congratulations! Your ISPConfig system is now installed. If you had to install quota, please take the steps described in the installation manual. Otherwise your system is now available without reboot.
    ...

    Question:

    What were the cron jobs the system wanted to install?
    Obviously I need to install them manually, but what are they?
    Please advise
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Did you install the system as shown on the first two pages of the tutorial, or did you get the system with Ubuntu pre-installed?


    Code:
    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
     

Share This Page