Install fails despite following Perfect Setup

Discussion in 'Installation/Configuration' started by minktoast, Jun 12, 2006.

  1. minktoast

    minktoast New Member

    Hello - I'm trying to install ISPConfig on my VPS. It's Ubuntu Breezy and I've followed Perfect Setup with success.

    When installing ISPConfig I get:

    Code:
    ########## WEB SERVER ##########
    
    Checking for program httpd...
    /usr/bin/httpd
    OK
    Checking the syntax of the httpd.conf...
    Syntax OK
    The syntax is ok!
    grep: standard: No such file or directory
    
    ########## INSTALLATION ##########
    
    cat: dist.info.ende: No such file or directory
    Preparing files. Please wait a moment...
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory
    mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
    mv: cannot stat `binaries/cronolog': No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
    mv: cannot stat `binaries/zip': No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    tar: spamassassin.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `spamassassin': No such file or directory
    tar: uudeview.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `uudeview': No such file or directory
    tar: clamav.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ./setup2: line 794: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
    
    I've searched around and can't find anything - Falko mention mysql devel a few times - but I'm sure I have this if I've followed Perfect Setup?

    Thanks if you can help!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Make sure grep is installed.
    Also, did you select standard or expert mode for installation?
    From which directory do you try to install?
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Do not unpack the installer in the directory /root/ispconfig, unpack the installer in the temp directory and make sure that grep is installed.
     
  4. minktoast

    minktoast New Member

    Yes

    Standard

    /tmp/install_ispconfig/

    Just looking back through my install notes and I have found one thing that didn't work:

    Code:
    root@xxxx:/tmp# mysqladmin -h xxxx.vm.bytemark.co.uk -u root password xxxx
    mysqladmin: connect to server at 'xxxx.vm.bytemark.co.uk' failed
    error: 'Host 'xxxx.vm.bytemark.co.uk' is not allowed to connect to this MySQL server'
    
    I'm not sure if that's relevant or how to fix it. mysql is listening on port 490.

    Code:
    tcp        0      0 *:mysql                 *:*                     LISTEN     490/mysqld
    
    Also when i run setup1 it says at the beginning:

    Code:
    Debian testing/unstable.0
    grep: write error: No space left on device
    
    Thanks again if you can help - apologies for newbie 'copy and paster' questions!
     
    Last edited: Jun 12, 2006
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    df -h
     
  6. minktoast

    minktoast New Member

    Thanks Till, it's:

    Code:
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/ubd/2            4.0G  538M  3.3G  14% /
    tmpfs                  38M     0   38M   0% /dev/shm
    tmpfs                  38M   38M     0 100% /tmp
    shm                    38M     0   38M   0% /dev/shm
    
     
  7. falko

    falko Super Moderator Howtoforge Staff

    Your /tmp partition is full! Please install from another directory, e.g. /home (anyway, 38 MB is pretty small for /tmp...).
     

Share This Page