perfect install but no ISPconfig

Discussion in 'Installation/Configuration' started by provell, Oct 14, 2008.

  1. provell

    provell New Member

    Hi Everyone,

    I just followed the "debian etch perfect installation"(As I have done many times before).
    Then I went on to installing ISPconfig, there were no errors during installation.
    The installation log shows no errors
    ISPconfig says it's started but I can't reach it on https://server:81 ????
    (page not found :confused:)

    If I just go to port 80 http://server I get the default appache page saying "It works".
    Not the ISPconfig welkom page.

    Checking the forum for some simmular problems I could not find it but did gave me some trouble shouting commands.
    The output starting ISPconfig by hand shows errors:

    /etc/init.d/ispconfig_server start
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Starting ISPConfig system...
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    /root/ispconfig/httpd/bin/apachectl startssl: httpd started
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    ISPConfig system is now up and running!


    Am I missing files?
    Is there something in the installation directory not accessible?

    Never had this before.
    Any help would be much aprecited, thanks in advance.:)

    Rgds Edo
     
  2. assuncao

    assuncao New Member

    I am having the same problem
     
  3. falko

    falko Super Moderator Howtoforge Staff

    This happens because you're in a directory that doesn't exist anymore. The install_ispconfig directory deletes itself after installation. Just moce out of it:
    Code:
    cd
    and you won't see these errors again.

    What's the output of
    Code:
    netstat -tap
    ?
     
  4. provell

    provell New Member

    still nothing on port 81

    Hi thanks for the response.

    Well you got me there with the running ISPconfig from a deleted directory.
    Now the output is:
    /etc/init.d/ispconfig_server start
    Starting ISPConfig system...
    /root/ispconfig/httpd/bin/apachectl startssl: httpd (pid 2851) already running
    FreshClam is already running!
    ISPConfig system is now up and running!

    Output of netstat -tap:
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:57541 *:* LISTEN 2723/rpc.statd
    tcp 0 0 *:mysql *:* LISTEN 2418/mysqld
    tcp 0 0 *:sunrpc *:* LISTEN 2044/portmap
    tcp 0 0 *:81 *:* LISTEN 2851/ispconfig_http
    tcp 0 0 *:auth *:* LISTEN 2589/inetd
    tcp 0 0 *:ftp *:* LISTEN 3450/proftpd: (acce
    tcp 0 0 WEBSRV02.HOMENET:domain *:* LISTEN 3429/named
    tcp 0 0 localhost.locald:domain *:* LISTEN 3429/named
    tcp 0 0 localhost.localdoma:953 *:* LISTEN 3429/named
    tcp 0 0 *:smtp *:* LISTEN 3399/master
    tcp6 0 0 *:imaps *:* LISTEN 2561/couriertcpd
    tcp6 0 0 *:pop3s *:* LISTEN 2580/couriertcpd
    tcp6 0 0 *:pop3 *:* LISTEN 2566/couriertcpd
    tcp6 0 0 *:imap2 *:* LISTEN 2545/couriertcpd
    tcp6 0 0 *:www *:* LISTEN 3313/apache2
    tcp6 0 0 *:domain *:* LISTEN 3429/named
    tcp6 0 0 *:ssh *:* LISTEN 2683/sshd
    tcp6 0 0 ip6-localhost:953 *:* LISTEN 3429/named
    tcp6 0 0 *:smtp *:* LISTEN 3399/master
    tcp6 0 0 *:https *:* LISTEN 3313/apache2
    tcp6 0 592 WEBSRV02.HOMENET.LO:ssh ::ffff:10.0.0.150:3822 ESTABLISHED3238/0


    To me it looks like all is running and also on port 81.
    But I still have a page could not be displayed:confused:

    Rgds Edo
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    iptables -L
     
  6. provell

    provell New Member

    no firewall installed

    The output of "netstat -tap" shows all is up and running on all the correct ports(if I am correct).

    Her is my output off "iptables -L":
    Chain INPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    The output of iptabels would suggest I have installed a firewall? right?
    The perfect setup does not have any steps for that.
    And the fact that I don't get the normal ISPconfig(welcome) page on port 80 clearly shows something is not up and running.

    Just to be sure I'm posting my /var/log/ispconfig_installation.log.
    Mayby you're seeing something I have missed and was not showing up during installation:

    cat ispconfig_install.log
    Tue Oct 14 19:11:19 CEST 2008 - [ISPConfig] - installation directory: /root/install_ispconfig
    Tue Oct 14 19:11:19 CEST 2008 - [ISPConfig] - operating system: Debian 4.0
    Tue Oct 14 19:11:22 CEST 2008 - [ISPConfig] - Neuinstallation eines ISPConfig-Systems. / Installation of a new ISPConfig system. / Installation d'ISPConfig sur un nouveau système.
    Tue Oct 14 19:11:33 CEST 2008 - [ISPConfig] - selected language: en
    Tue Oct 14 19:11:42 CEST 2008 - [ISPConfig] - installation note accepted
    Tue Oct 14 19:11:50 CEST 2008 - [ISPConfig] - licence accepted
    Tue Oct 14 19:11:53 CEST 2008 - [ISPConfig] - installation mode: standard
    Tue Oct 14 19:11:59 CEST 2008 - [ISPConfig] - mail: postfix
    Tue Oct 14 19:11:59 CEST 2008 - [ISPConfig] - dist_mail=postfix ##
    Tue Oct 14 19:11:59 CEST 2008 - [ISPConfig] - dist_mail_log=/var/log/mail.log ##
    Tue Oct 14 19:11:59 CEST 2008 - [ISPConfig] - dist_mail_virtusertable=/etc/postfix/virtusertable ##
    Tue Oct 14 19:11:59 CEST 2008 - [ISPConfig] - dist_mail_local_host_names=/etc/postfix/local-host-names ##
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - ftp: proftpd
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - dist_ftp=proftpd ##
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - dist_ftp_conf=/etc/proftpd.conf ##
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - dist_ftp_version=standalone ##
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - dist_ftp_log=/var/log/xferlog ##
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - procmail found: /usr/bin/procmail
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - quota found: /usr/bin/quota
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - mysql found: /usr/bin/mysql
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - openssl found: /usr/bin/openssl
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - named found: /usr/sbin/named
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - iptables found: /sbin/iptables
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - httpd found: /usr/bin/httpd
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - httpd syntax ok!
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - dist_path_httpd_root=/var/www ##
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - gcc found: /usr/bin/gcc
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - make found: /usr/bin/make
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - flex found: /usr/bin/lex
    Tue Oct 14 19:12:01 CEST 2008 - [ISPConfig] - g++ found: /usr/bin/g++
    Tue Oct 14 19:12:05 CEST 2008 - [ISPConfig] - symbolic link from /var/lib/mysql/mysql.sock to /var/run/mysqld/mysqld.sock created
    Tue Oct 14 19:12:05 CEST 2008 - [ISPConfig] - Directory /var/www/sharedip created.
    Tue Oct 14 19:12:05 CEST 2008 - [ISPConfig] - Use sharedip_index.html_en as SharedIP default page.
    Tue Oct 14 19:29:07 CEST 2008 - [ISPConfig] - unpacked ISPConfig system
    Tue Oct 14 19:29:07 CEST 2008 - [ISPConfig] - moved directory ispconfig_tmp to /root/ispconfig
    Tue Oct 14 19:31:14 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 623: create group admispconfig
    Tue Oct 14 19:31:14 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 624: create user admispconfig
    Tue Oct 14 19:31:14 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 628: groupadd -g 20000 ispconfigend
    Tue Oct 14 19:31:14 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 629: useradd -u 20000 -s /usr/sbin/nologin ispconfigend -g ispconfigend
    Tue Oct 14 19:31:15 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 654: create /var/spool/mail/admispconfig
    Tue Oct 14 19:31:15 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 655: chown admispconfig:mail /var/spool/mail/admispconfig
    Tue Oct 14 19:31:15 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 656: chmod 600 /var/spool/mail/admispconfig
    Tue Oct 14 19:31:15 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 983: copied directory scripts to /root/ispconfig/
    Tue Oct 14 19:31:15 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 984: copied directory sv to /root/ispconfig/
    Tue Oct 14 19:31:15 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 987: copied directory isp to /root/ispconfig/
    Tue Oct 14 19:31:15 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 988: copied cronolog to /root/ispconfig/
    Tue Oct 14 19:31:15 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 989: copied cronosplit to /root/ispconfig/
    Tue Oct 14 19:31:15 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 997: copied ispconfig_server to /etc/init.d
    Tue Oct 14 19:31:17 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1020: copied directory ispconfig to /home/admispconfig/ispconfig
    Tue Oct 14 19:31:17 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1021: chown -R admispconfig:admispconfig /home/admispconfig
    Tue Oct 14 19:31:17 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1024: chown -R admispconfig:mysql /home/admispconfig/ispconfig/backup
    Tue Oct 14 19:31:17 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1025: chmod -R 770 /home/admispconfig/ispconfig/backup
    Tue Oct 14 19:31:17 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1057: cp -f /etc/proftpd.conf /etc/proftpd.conf.orig
    Tue Oct 14 19:31:17 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1071: create /etc/proftpd_ispconfig.conf
    Tue Oct 14 19:31:17 CEST 2008 - [ISPConfig] - Connected successfully to MySQL server
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1136: read in db_ispconfig.sql
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1138: rm -f db_ispconfig.sql
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1218: chmod 600 /home/admispconfig/ispconfig/lib/config.inc.php
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1219: chown admispconfig:admispconfig /home/admispconfig/ispconfig/lib/config.inc.php
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1275: cp -f /etc/apache2/apache2.conf /etc/apache2/apache2.conf.orig
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1311: create /etc/apache2/vhosts/Vhosts_ispconfig.conf
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1313: create /var/log/httpd/ispconfig_access_log
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 582: /etc/init.d/cron restart
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1364: cp -f /etc/postfix/main.cf /etc/postfix/main.cf.orig
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - created virtusertable entry in /etc/postfix/main.cf
    Tue Oct 14 19:31:19 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1372: create /etc/postfix/virtusertable
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1373: postmap /etc/postfix/virtusertable
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - created mydestination entry in /etc/postfix/main.cf
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1381: create /etc/postfix/local-host-names
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1395: cp -f isp/conf/bastille-firewall.cfg.master /etc/Bastille/bastille-firewall.cfg
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1396: chmod 644 /etc/Bastille/bastille-firewall.cfg
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1419: cp -f security/bastille-firewall /etc/init.d
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1420: chmod 700 /etc/init.d/bastille-firewall
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1423: cp -f security/bastille-ipchains /sbin
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1424: chmod 700 /sbin/bastille-ipchains
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1427: cp -f security/bastille-netfilter /sbin
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1428: chmod 700 /sbin/bastille-netfilter
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1453: chmod 755 /home/admispconfig/ispconfig/tools/clamav/bin/trashscan
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1454: chown admispconfig:admispconfig /home/admispconfig/ispconfig/tools/clamav/bin/trashscan
    Tue Oct 14 19:31:21 CEST 2008 - [ISPConfig] - /root/install_ispconfig/install.php, Line 1474: delete /root/ispconfig/dist.inc.php
    Tue Oct 14 19:31:22 CEST 2008 - [ISPConfig] - httpd restart successful
    Tue Oct 14 19:31:23 CEST 2008 - [ISPConfig] - postfix restart successful
    Tue Oct 14 19:31:37 CEST 2008 - [ISPConfig] - file /root/ispconfig/dist.info deleted
    Tue Oct 14 19:31:43 CEST 2008 - [ISPConfig] - directory install_ispconfig deleted
    Tue Oct 14 19:31:43 CEST 2008 - [ISPConfig] - ##############################

    Thanks for the help so far!:)
     
  7. nocture

    nocture New Member

  8. provell

    provell New Member

    Hi Nocure, thanks for your interest.

    What is wrong is that ISPconfig says it has started.
    There were no errors during installation but I am getting no respons on https port 81 from ISPconfig, and on port 80 I am getting the standard apache welkom page instead of the ISPconfig(welkom) page.

    See my earlyer post:
     
  9. falko

    falko Super Moderator Howtoforge Staff

    Can you try your server's IP address?
    https://1.2.3.4:81 (replace 1.2.3.4 with the server's IP address)
     
  10. provell

    provell New Member

    lookes like it's fixed

    Hi there,

    Yes I normaly use an IP adres to connect to my server so that was not the problem.

    Anyway, I read somewhere on this forum looking for a solution that it was best to start extracting the ispconfig files and the installation in a place like /tmp.
    As I was running my installation from /root and I thougt I could give it a try.

    So I removed the /root/ispconfig programm directory and copyied the installation *tar.gz file to the /tmp directory and started the installation again.

    And YES this ended with a running ISPconfig system.:D
    Don't know why but it seems to be working now.

    Thanks for the support on getting this running!;)

    I am now trying to setup sites and try if everything is stable.
     
  11. hsenet

    hsenet New Member

    ISPconfig login doesnot show

    Hello!

    I have same problem above, when i run http://mydomain.com:81 or http://ipaddress:81, ispconfig doesnot show up atall! I am getting a page load error.

    I have even tried running setup from /tmp still it doesnot work!

    My server specifications are as follows:
    Server OS: centos 5.2 VPS server on virtuozzo

    I have followed the instructions properly and ISPConfig 2 installs without an error! Even it runs properly
    But i cannot access the login page at all! Please help!
     
  12. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    ?
    Have you tried https instead of http?
     
  13. hsenet

    hsenet New Member

    Yes i tried with https..with the same result

    Code:
    [root@peresx905 install_ispconfig]# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
    tcp        0      0 localhost.localdomain:10024 *:*                         LISTEN      3558/amavisd (maste 
    tcp        0      0 *:mysql                     *:*                         LISTEN      5727/mysqld         
    tcp        0      0 localhost.local:dyna-access *:*                         LISTEN      3524/clamd          
    tcp        0      0 peresx905.easyvserver.c:ssh 219.149.211.50:40413        SYN_RECV    -                   
    tcp        0      0 localhost.localdomain:smtp  *:*                         LISTEN      23650/master        
    tcp        0      0 *:imaps                     *:*                         LISTEN      3577/couriertcpd    
    tcp        0      0 *:pop3s                     *:*                         LISTEN      3589/couriertcpd    
    tcp        0      0 *:pop3                      *:*                         LISTEN      3583/couriertcpd    
    tcp        0      0 *:imap                      *:*                         LISTEN      3569/couriertcpd    
    tcp        0      0 *:http                      *:*                         LISTEN      13715/httpd         
    tcp        0      0 *:ftp                       *:*                         LISTEN      23683/proftpd: (acc 
    tcp        0      0 *:ssh                       *:*                         LISTEN      3514/sshd           
    tcp        0      0 *:https                     *:*                         LISTEN      13715/httpd         
    tcp        0   1008 peresx905.easyvserver.c:ssh ::ffff:59.92:cisco-net-mgmt ESTABLISHED 11676/0             
    tcp        0      1 peresx905.easyvserver.c:ssh ::ffff:219.149.211.50:40307 LAST_ACK    -          
    
     
    Last edited: Oct 20, 2008
  14. hsenet

    hsenet New Member

    I tried to uninstall and reinstall IPConfig this time i got the following at the end of the file:
    Code:
    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:
    1) HTTPS
    2) HTTP
    Your Choice: 2
    
    ./setup2: line 1090: mysql_config: No such file or directory
    ./setup2: line 1091: httpd: No such file or directory
    ./setup2: line 1092: httpd2: No such file or directory
    ./setup2: line 1093: httpd2: No such file or directory
    ./setup2: line 1103: ip_addresses: No such file or directory
    ./setup2: line 1105: /root/ispconfig/php/php: No such file or directory
    ./setup2: line 1106: /root/ispconfig/dist.info: No such file or directory
    chmod: cannot access `/home/admispconfig/ispconfig/tools/suphp/usr/bin/php-wrapper': No such file or directory
    ./setup2: line 1119: /home/admispconfig/ispconfig/sysconf.txt: No such file or directory
    ./setup2: line 1120: /home/admispconfig/ispconfig/sysconf.txt: No such file or directory
    Restarting some services...
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Shutting down postfix:                                     [FAILED]
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Starting postfix:                                          [  OK  ]
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    Shutting down proftpd:                                     [  OK  ]
    Starting proftpd:                                          [  OK  ]
    ./setup2: line 1163: /etc/rc.d/init.d/ispconfig_server: No such file or directory
    Congratulations! Your ISPConfig system is now installed. If you had to install quota, please take the steps described in the installation manual. Otherwise your system is now available without reboot.
    Please direct your browser to
    
    http://peresx905.easyvserver.com:81
    
    and log in:
    Username: admin
    Password: admin
    
    ./setup2: line 1189: cd: /tmp/install_ispconfig/compile_aps/../..: No such file or directory
    
    
     
  15. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    df -h
    ?
     
  16. tylerishappy

    tylerishappy New Member

    ISPconfig Install Issue

    I am having the same issue.

    I installed ISPConfig and i get page load error.
    I went into /etc/init.d/ and there is no ISPConfig service.
     
  17. falko

    falko Super Moderator Howtoforge Staff

    Did you see any errors during the installation?

    What's the output of
    Code:
    df -h
    ?
     
  18. tylerishappy

    tylerishappy New Member

    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 73G 1.4G 68G 2% /
    varrun 247M 224K 247M 1% /var/run
    varlock 247M 0 247M 0% /var/lock
    udev 247M 36K 247M 1% /dev
    devshm 247M 0 247M 0% /dev/shm
     
  19. tylerishappy

    tylerishappy New Member

    I am willing to reinstall ISPConfig. I removed the /root/isp... dir

    I am going to run ./setup again.

    I am going to run it as root from /var/www/ISPConfig

    Should I be doing anything else also?
     
  20. tylerishappy

    tylerishappy New Member

    Right off the beginning it looks like its not creating the correct directories or permissions...






    ./configure:Error: APACI failed
    ERROR: Could not configure 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
    mv: cannot stat `ispconfig_tmp': No such file or directory
    cp: cannot stat `dist.info': No such file or directory
    All prerequisites are fulfilled.
    Here we go...
    chmod: cannot access `./install.php': No such file or directory
    Please enter your MySQL server:
     

Share This Page