could not connect after relocation of VM-Image

Discussion in 'Installation/Configuration' started by ralfba, Feb 26, 2008.

  1. ralfba

    ralfba New Member

    Hi Fellows,

    i installed ispconfig on a opensuse 10.3 box based on a VM-Ware Image.
    afterwards i moved the image to a different host and wanted to connect to it again ... unfortunately this doesn't work for some reason.
    so i thought it should be a piece of cake to just uninstall and reinstall it ... at the very end i get the following errors:
    Code:
    ls: cannot access /etc/apache2/vhosts.d/*.conf: No such file or directory
    ls: cannot access /etc/apache2/vhosts.d/*.conf: No such file or directory
    sh: crontab: command not found
    Restarting some services...
    which: no apachectl in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/libexec)
    which: no w3m in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/libexec)
    which: no lynx in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/libexec)
    Shutting down mail service (Postfix)                                  done
    Starting mail service (Postfix)                                       done
    Shutting down mail service (Postfix)                                  done
    Starting mail service (Postfix)                                       done
    Shutting down ProFTPD Server:                                         done
    Starting ProFTPD Server:                                              done
    Shutting down ProFTPD Server:                                         done
    Starting ProFTPD Server:                                              done
    Starting ISPConfig system...
    /root/ispconfig/httpd/bin/apachectl startssl: httpd started
    ISPConfig system is now up and running!
    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
    
    https://www.<MY-DOMAIN-NAME>:81
    
    and log in:
    Username: admin
    Password: admin
    
    and still no luck in connecting to it.

    output of netstat -tap

    Code:
    isp01:/ # netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 *:imaps                 *:*                     LISTEN      2717/couriertcpd
    tcp        0      0 *:pop3s                 *:*                     LISTEN      2743/couriertcpd
    tcp        0      0 localhost:872           *:*                     LISTEN      2816/famd
    tcp        0      0 localhost:mysql         *:*                     LISTEN      3360/mysqld
    tcp        0      0 *:pop3                  *:*                     LISTEN      2729/couriertcpd
    tcp        0      0 *:sunrpc                *:*                     LISTEN      2808/portmap
    tcp        0      0 *:imap                  *:*                     LISTEN      2703/couriertcpd
    tcp        0      0 *:www-http              *:*                     LISTEN      14857/httpd2-prefor
    tcp        0      0 *:hosts2-ns             *:*                     LISTEN      14786/ispconfig_htt
    tcp        0      0 *:ftp                   *:*                     LISTEN      15072/proftpd: (acc
    tcp        0      0 isp01:domain            *:*                     LISTEN      15052/named
    tcp        0      0 localhost:domain        *:*                     LISTEN      15052/named
    tcp        0      0 *:ssh                   *:*                     LISTEN      2679/sshd
    tcp        0      0 localhost:953           *:*                     LISTEN      15052/named
    tcp        0      0 *:smtp                  *:*                     LISTEN      14946/master
    tcp        0      0 *:https                 *:*                     LISTEN      14857/httpd2-prefor
    tcp        0      0 *:1019                  *:*                     LISTEN      2965/rpc.rquotad
    tcp        0      0 localhost:44963         localhost:953           TIME_WAIT   -
    tcp        0      0 localhost:48052         localhost:953           TIME_WAIT   -
    tcp        0      0 localhost:953           localhost:50139         TIME_WAIT   -
    tcp        0    296 isp01:ssh               192.168.120.2:62259     ESTABLISHED 3013/0
    
    thanks for help - ralf
     
  2. ralfba

    ralfba New Member

    Done - :)

    Done - seemed that something went wrong with the network setup ...
    reran it a couple of times with yast and now it is workin!
    sorry for bathering you !
    ralf
     

Share This Page