Problem with installation of ISPConfig 3 on Ubuntu 8.10

Discussion in 'Installation/Configuration' started by VMartins, Nov 19, 2009.

  1. VMartins

    VMartins New Member

    Hi folks,

    I have some problems following the The Perfect Server - Ubuntu 8.10 [ISPConfig 3]

    The problem with courier:

    Code:
    root@ns1:/etc/courier# /etc/init.d/courier-imap-ssl restart
    -bash: /etc/init.d/courier-imap-ssl: No such file or directory
    root@ns1:/etc/courier# /etc/init.d/courier-pop-ssl restart
    -bash: /etc/init.d/courier-pop-ssl: No such file or directory
    root@ns1:/etc/courier#
    
    This the result of ISPConfig install:

    Code:
    root@ns1:/tmp/ispconfig3_install/install# php -q install.php
    
    
    --------------------------------------------------------------------------------
     _____ ___________   _____              __ _
    |_   _/  ___| ___ \ /  __ \            / _(_)
      | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _
      | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |
     _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| |
     \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, |
                                                  __/ |
                                                 |___/
    --------------------------------------------------------------------------------
    
    
    >> Initial configuration
    
    Operating System: Debian Lenny/Sid or compatible
    
        Following will be a few questions for primary configuration so be careful.
        Default values are in [brackets] and can be accepted with <ENTER>.
        Tap in "quit" (without the quotes) to stop the installer.
    
    
    Select language (en,de) [en]:
    
    Installation mode (standard,expert) [standard]:
    
    Full qualified hostname (FQDN) of the server, eg server1.domain.tld  [ns1.vinicius.mobi]:
    
    MySQL server hostname [localhost]:
    
    MySQL root username [root]:
    
    MySQL root password []:
    
    MySQL database to create [dbispconfig]:
    
    MySQL charset [utf8]: ^C
    root@ns1:/tmp/ispconfig3_install/install# php -q install.php
    
    
    --------------------------------------------------------------------------------
     _____ ___________   _____              __ _
    |_   _/  ___| ___ \ /  __ \            / _(_)
      | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _
      | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |
     _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| |
     \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, |
                                                  __/ |
                                                 |___/
    --------------------------------------------------------------------------------
    
    
    >> Initial configuration
    
    Operating System: Debian Lenny/Sid or compatible
    
        Following will be a few questions for primary configuration so be careful.
        Default values are in [brackets] and can be accepted with <ENTER>.
        Tap in "quit" (without the quotes) to stop the installer.
    
    
    Select language (en,de) [en]:
    
    Installation mode (standard,expert) [standard]:
    
    Full qualified hostname (FQDN) of the server, eg server1.domain.tld  [ns1.vinicius.mobi]:
    
    MySQL server hostname [localhost]:
    
    MySQL root username [root]:
    
    MySQL root password []: XXXXXX
    
    MySQL database to create [dbispconfig]:
    
    MySQL charset [utf8]:
    
    Generating a 2048 bit RSA private key
    .................................................................................................+++
    ..............................................+++
    writing new private key to 'smtpd.key'
    -----
    You are about to be asked to enter information that will be incorporated
    into your certificate request.
    What you are about to enter is what is called a Distinguished Name or a DN.
    There are quite a few fields but you can leave some blank
    For some fields there will be a default value,
    If you enter '.', the field will be left blank.
    -----
    Country Name (2 letter code) [AU]:BR
    State or Province Name (full name) [Some-State]:MG
    Locality Name (eg, city) []:Iturama
    Organization Name (eg, company) [Internet Widgits Pty Ltd]:VMartins
    Organizational Unit Name (eg, section) []:VMartins
    Common Name (eg, YOUR name) []:Vinicius Martins
    Email Address []:[email protected]
    Configuring Jailkit
    Configuring SASL
    Configuring PAM
    Configuring Courier
    Configuring Spamassassin
    Configuring Amavisd
    Configuring Getmail
    Configuring Pureftpd
    Configuring MyDNS
    Configuring Apache
    Configuring Firewall
    Installing ISPConfig
    ISPConfig Port [8080]:
    
    Configuring DBServer
    Installing Crontab
    no crontab for getmail
    Restarting services ...
     * Stopping MySQL database server mysqld
       ...done.
     * Starting MySQL database server mysqld
       ...done.
     * Checking for corrupt, not cleanly closed and upgrade needing tables.
     * Stopping Postfix Mail Transport Agent postfix
       ...done.
     * Starting Postfix Mail Transport Agent postfix
       ...done.
     * Stopping SASL Authentication Daemon saslauthd
       ...done.
     * Starting SASL Authentication Daemon saslauthd
       ...done.
    Stopping amavisd: amavisd-new.
    head: cannot open `/etc/mailname' for reading: No such file or directory
    Starting amavisd: amavisd-new.
     * Stopping ClamAV daemon clamd
       ...done.
     * Starting ClamAV daemon clamd
    LibClamAV Warning: ***********************************************************
    LibClamAV Warning: ***  This version of the ClamAV engine is outdated.     ***
    LibClamAV Warning: *** DON'T PANIC! Read http://www.clamav.net/support/faq ***
    LibClamAV Warning: ***********************************************************
    LibClamAV Warning: ***********************************************************
    LibClamAV Warning: ***  This version of the ClamAV engine is outdated.     ***
    LibClamAV Warning: *** DON'T PANIC! Read http://www.clamav.net/support/faq ***
    LibClamAV Warning: ***********************************************************
       ...done.
     * Restarting web server apache2
       ...done.
    Restarting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -u 1000 -E -A -b -O clf:/var/log/pure-ftpd/transfer.log -B
    Installation completed.
    Tips?

    Regards,

    Vinicius
     
    Last edited: Nov 19, 2009
  2. VMartins

    VMartins New Member

    Problem solved!

    I did aptitude purge courier*** and reinstall...
     
    Last edited: Nov 19, 2009

Share This Page