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!
Make sure grep is installed. Also, did you select standard or expert mode for installation? From which directory do you try to install?
Do not unpack the installer in the directory /root/ispconfig, unpack the installer in the temp directory and make sure that grep is installed.
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!
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
Your /tmp partition is full! Please install from another directory, e.g. /home (anyway, 38 MB is pretty small for /tmp...).