Hello all, Have installed Ubuntu 10.04 conform advise in: http://www.howtoforge.com/perfect-server-ubuntu-10.04-lucid-lynx-ispconfig-3-p5 and arriving at point 21 i meet some troubles with the first group of commands. Taking the first 2 commands: cd /tmp wget http://downloads.sourceforge.net/ispconfig/ISPConfig-3.0.2.1.tar.gz?use_mirror= and having changed the version number into: 3.0.3.2 it seems to go without problems. But with th 3rd command: tar xvfz ISPConfig-3.0.2.1.tar.gz and here also with the version number: 3.0.3.2 then the system tells me: root@ubuntu:/tmp# tar xvfz ISPConfig-3.0.3.2.tar.gz tar: ISPConfig-3.0.3.2.tar.gz: Functie open() is mislukt: Bestand of map bestaat niet tar: Fout is niet herstelbaar -- tar sluit nu af. tar: Child returned status 2 tar: Stopt met foutstatus vanwege eerdere fouten root@ubuntu:/tmp# Te 2nd line means at the end says: (Bestand of map bestaat niet) which means: file does not exest. Is here someone who can advise me what to do ? Thanks in advance
Please try Code: cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz tar xfz ISPConfig-3-stable.tar.gz cd ispconfig3_install/install/ php -q install.php
@falko: that 'stable' went perfect. With the cmd: php -q install.php systems says to use update in stead op install. Starting in ISPC onfig, so systems seems to go fine. Thank you !