particular requirements for one-service server within a multi-server setup

Discussion in 'Installation/Configuration' started by d@ten, Nov 6, 2009.

  1. d@ten

    d@ten New Member

    Hey,

    it would be nice to have a list of which pieces of software needed to be installed to get the requirements of the "master server" satisfied, same with web, mail, etc.

    I'm partially not sure which services needs to be installed on one host and which can be split up.

    For the master server I thought having a mysql and apache2-server (with php) would be enough, however I get this error message when installing ispconfig3 (latest svn-rev.) on my master server:

    Code:
    $ sudo php 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]: expert
    
    Full qualified hostname (FQDN) of the server, eg server1.domain.tld  [master.domain.tld]: 
    
    MySQL server hostname [localhost]: 
    
    MySQL root username [root]: 
    
    MySQL root password []: PASSWORD
    
    MySQL database to create [dbispconfig]: 
    
    MySQL charset [utf8]: 
    
    Shall this server join an existing ISPConfig multiserver setup (y,n) [n]: 
    
    Adding ISPConfig server record to database.
    
    Configure Mail (y,n) [y]: n
    
    Configure Jailkit (y,n) [y]: n
    
    Configure FTP Server (y,n) [y]: n
    
    Configure DNS Server (y,n) [y]: n
    
    
    Hint: If this server shall run the ispconfig interface, select 'y' in the 'Configure Apache Server' option.
    
    Configure Apache Server (y,n) [y]: 
    
    Configuring Apache
    Configuring vlogger
    Configuring Apps vhost
    Configure Firewall Server (y,n) [y]: n
    
    Install ISPConfig Web-Interface (y,n) [y]: 
    
    Installing ISPConfig
    ISPConfig Port [8080]: 1337
    
    chmod: cannot access `/usr/local/ispconfig/interface/web/temp': No such file or directory
    chown: invalid user: `getmail'
    Configuring DBServer
    Installing Crontab
    no crontab for root
    apache2: Could not reliably determine the server's fully qualified domain name, using man.dat.simula.in for ServerName
    apache2: Could not reliably determine the server's fully qualified domain name, using man.dat.simula.in for ServerName
    Restarting web server: apache2 ... waiting .
    Installation completed.
    $
    
    getmail? Is a mailsetup required having installed on the master server (beyond the usual mta for delivering system-mails to local users)?

    Thanks a lot in advance,

    d@ten
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The mailsetup is only required on mailservers.
     
  3. d@ten

    d@ten New Member

    Hey, then I'm confused about the error mentioned above about getmail during the installation/configuration on the master server.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You can ignore this error.
     

Share This Page