Hi There, I'm trying to install ISPConfig 2.2.17 stable on Ubuntu 6.06 LTS. I followed the exact instructions from: www.howtoforge.com/perfect_setup_ubuntu_6.06 when I run setup from this dir $:/root/dowloads/install_ispconfig/ ./setup I get a lot of questions: ISPConfig found the following MTA: postfix Is this correct? [y/n]: y Virtusertable-File: /etc/postfix/virtusertable Is this correct? [y/n]:y there is no file named /etc/postfix/virtusertable so I made it with; $touch /etc/postfix/virtusertable same here: Local-Host-Names-File: /etc/postfix/local-host-names Is this correct? [y/n]y the file /etc/postfix/local-host-names does not exist so i made it with: $touch /etc/postfix/local-host-names but in the end I always get: ########## FTP SERVER ########## Checking if an FTP server is installed... ERROR: Your system configuration is not compatible with ISPConfig! The installation routine stops here! I thought maybe the upgrade which I ran: $apt-get update $apt-get upgrade might have screwed things up, but I'm not sure. also I noticed that the program was looking for /etc/proftpd.conf but proftpd.conf is in /etc/proftpd/proftpd.conf so I made a softlink like this: $ln -s /etc/proftpd/proftpd.conf /etc/proftpd.conf should I make changes to the dist.txt file? If so what changes? Anybody with the same problem? or any ideas how to fix this??? Help would be much appreciated ;-) gr, E.
apt-get install proftpd helped, but error but setup2 script... 8. Certificate Validity (days) [365]:. ______________________________________________________________________ STEP 3: Generating X.509 certificate for CA signed by itself [ca.crt] Certificate Version (1 or 3) [3]: bad number of days usage: x509 args -inform arg - input format - default PEM (one of DER, NET or PEM) -outform arg - output format - default PEM (one of DER, NET or PEM) -keyform arg - private key format - default PEM -CAform arg - CA format - default PEM -CAkeyform arg - CA key format - default PEM -in arg - input file - default stdin -out arg - output file - default stdout -passin arg - private key password source -serial - print serial number value -hash - print hash value -subject - print subject DN -issuer - print issuer DN -email - print email address(es) -startdate - notBefore field -enddate - notAfter field -purpose - print out certificate purposes -dates - both Before and After dates -modulus - print the RSA key modulus -pubkey - output the public key -fingerprint - print the certificate fingerprint -alias - output certificate alias -noout - no certificate output -ocspid - print OCSP hash values for the subject name and public key -trustout - output a "trusted" certificate -clrtrust - clear all trusted purposes -clrreject - clear all rejected purposes -addtrust arg - trust certificate for a given purpose -addreject arg - reject certificate for a given purpose -setalias arg - set certificate alias -days arg - How long till expiry of a signed certificate - def 30 days -checkend arg - check whether the cert expires in the next arg seconds exit 1 if so, 0 if not -signkey arg - self sign cert with arg -x509toreq - output a certification request object -req - input is a certificate request, sign and output. -CA arg - set the CA certificate, must be PEM format. -CAkey arg - set the CA key, must be PEM format missing, it is assumed to be in the CA file. -CAcreateserial - create serial number file if it does not exist -CAserial arg - serial file -set_serial - serial number to use -text - print the certificate in text form -C - print out C code forms -md2/-md5/-sha1/-mdc2 - digest to use -extfile - configuration file with X509V3 extensions to add -extensions - section from config file with X509V3 extensions to add -clrext - delete extensions before signing and input certificate -nameopt arg - various certificate name options -engine e - use engine e, possibly a hardware device. -certopt arg - various certificate text options mkcert.sh:Error: Failed to generate self-signed CA certificate make[1]: *** [certificate] Error 1 make[1]: Leaving directory `/root/dowloads/install_ispconfig/compile_aps/apache_1.3.39/src' make: *** [certificate] Error 2 ERROR: Could not make certificate for Apache cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory 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 873: 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'm not sure if this problems has allready been discussed but this is my error...
You where asked by the installer for the number of days that the cert should be valid and you entered a dot instaed of a number, so the installer stopped.
hate to be a pest but i have the same problem on ubuntu 7.10 and trust me i put in a number for the number of days just maybe too high a number 3650?
3650 is ok, but you should press enter for all other questions to make sure you don't enter anything invalid.