Data Transfer Interrupted

Discussion in 'Installation/Configuration' started by Linocks, Jan 11, 2009.

  1. Linocks

    Linocks New Member

    Help!!!:eek:

    I have installed ISPConfig according to the instructions on my server (Intrepid Ibex). Upon completion I get the below error.

    I have read this post and changed installation directories, etc. but all fails. This 'issue' (if it is indeen one) should have been fixed by now. Have I overlooked something??:eek:

    Some of the 'Posts' I have read realise this problem from previous releases.

    Please help.
     

    Attached Files:

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you try to access the controlpanel by http or https?
     
  3. Linocks

    Linocks New Member

    By HTTPS :eek:
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Try http then.
     
  5. Linocks

    Linocks New Member

    I started all over (i.e. a new HDD, a fresh install of II Server, and a fresh install of Ispconfig again using ISPConfig 2.2.29 software from sourceforge.net. At the end of the installation I chose Option 2 (http).

    I got the same error.:(

    Any other suggestions??

    The output of netstat -tap

    Code:
    root@svr1:# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 *:mysql                 *:*                     LISTEN      21769/mysqld
    tcp        0      0 *:www                   *:*                     LISTEN      10220/apache2
    tcp        0      0 *:81                    *:*                     LISTEN      10177/ispconfig_htt
    tcp        0      0 svr1.example.com:domain *:*                     LISTEN      10345/named
    tcp        0      0 localhost.locald:domain *:*                     LISTEN      10345/named
    tcp        0      0 *:ssh                   *:*                     LISTEN      3816/sshd
    tcp        0      0 localhost.localdoma:953 *:*                     LISTEN      10345/named
    tcp        0      0 *:smtp                  *:*                     LISTEN      10310/master
    tcp        0      0 *:https                 *:*                     LISTEN      10220/apache2
    tcp        0    148 svr1.example.com:ssh    xx.xx.xx.xx:3044        ESTABLISHED 10409/sshd: eron [p
    tcp        0      0 svr1.example.com:ssh    xx.xx.xx.xx:3107        ESTABLISHED 21291/sshd: eron [p
    tcp6       0      0 [::]:imaps              [::]:*                  LISTEN      15713/couriertcpd
    tcp6       0      0 [::]:pop3s              [::]:*                  LISTEN      15620/couriertcpd
    tcp6       0      0 [::]:pop3               [::]:*                  LISTEN      15555/couriertcpd
    tcp6       0      0 [::]:imap2              [::]:*                  LISTEN      15656/couriertcpd
    tcp6       0      0 [::]:ftp                [::]:*                  LISTEN      10362/proftpd: (acc
    tcp6       0      0 [::]:domain             [::]:*                  LISTEN      10345/named
    tcp6       0      0 [::]:ssh                [::]:*                  LISTEN      3816/sshd
    tcp6       0      0 localhost:953           [::]:*                  LISTEN      10345/named
    tcp6       0      0 [::]:smtp               [::]:*                  LISTEN      10310/master
    root@svr1:#

    The output of iptables -L is : -


    Code:
    root@svr1:# 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
    root@svr1:#
    The output of cat /var/log/ispconfig_install.log is

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

    I always use /tmp to extract the ispconfig file


     
  6. Linocks

    Linocks New Member

    Data Transfer Interrupted - Worked Using IP Address

    I just tried logging into ISPConfig using the IP Address (http://xxx.xxx.xxx.xxx:81) instead of the domain name (http://example.com:81) and it worked.:D

    There seems to be a 'bug' somewhere!:(

    Hopefully it will be resolved soon & someone will post the solution here!

    Thanks all for your continued support & help re this matter.

    I will now try to do it with the IP Address & https (Option 1) instead of http (Option 2).

    I'll let you know how I get on.:eek:
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    If the IP works but not the domain, then the problem is not related to ISPConfig and it is no bug. ISPConfig makes no difference if you use an Ip or domain. Most likely the domain name points to the wrong server.
     

Share This Page