Symlink errors when trying to install ISPConfig 3.0.4

Discussion in 'Installation/Configuration' started by por, Nov 24, 2011.

  1. por

    por New Member

    root@###:~/tmp/ispconfig3_install/install# php -q install.php

    >> Initial configuration

    Operating System: Debian 6.0 (Squeeze/Sid) or compatible

    Following will be a few questions for primary configuration so be careful.
    Default values are in [brackets] and can be accepted with <ENTER>.
    Tap in "quit" (without the quotes) to stop the installer.


    Select language (en,de) [en]:

    Installation mode (standard,expert) [standard]:

    Full qualified hostname (FQDN) of the server, eg server1.domain.tld [#################]:

    MySQL server hostname [localhost]:

    MySQL root username [root]:

    MySQL root password []: ##############

    MySQL database to create [dbispconfig]:

    MySQL charset [utf8]:

    Apache and nginx detected. Select server to use for ISPConfig: (apache,nginx) [apache]: nginx

    Generating a 2048 bit RSA private key
    ....................+++
    ......................................................................................+++
    writing new private key to 'smtpd.key'
    -----
    You are about to be asked to enter information that will be incorporated
    into your certificate request.
    What you are about to enter is what is called a Distinguished Name or a DN.
    There are quite a few fields but you can leave some blank
    For some fields there will be a default value,
    If you enter '.', the field will be left blank.
    -----
    Country Name (2 letter code) [AU]:US
    State or Province Name (full name) [Some-State]:Nevada
    Locality Name (eg, city) []:Las Vegas
    Organization Name (eg, company) [Internet Widgits Pty Ltd]:########
    Organizational Unit Name (eg, section) []:###
    Common Name (eg, YOUR name) []:#######################
    Email Address []:############################
    Configuring Jailkit
    Configuring Dovecot
    Configuring Spamassassin
    Configuring Amavisd
    Configuring Getmail
    Configuring Pureftpd
    Configuring BIND
    Configuring nginx
    Configuring Vlogger
    Configuring Apps vhost
    PHP Warning: symlink(): No such file or directory in /root/tmp/ispconfig3_install/install/lib/installer_base.lib.php on line 1515
    PHP Stack trace:
    PHP 1. {main}() /root/tmp/ispconfig3_install/install/install.php:0
    PHP 2. installer_base->configure_apps_vhost() /root/tmp/ispconfig3_install/install/install.php:247
    PHP 3. symlink() /root/tmp/ispconfig3_install/install/lib/installer_base.lib.php:1515
    Configuring Bastille Firewall
    Configuring Fail2ban
    Installing ISPConfig
    ISPConfig Port [8080]:

    Do you want a secure (SSL) connection to the ISPConfig web interface (y,n) [y]: n

    PHP Warning: symlink(): No such file or directory in /root/tmp/ispconfig3_install/install/lib/installer_base.lib.php on line 1859
    PHP Stack trace:
    PHP 1. {main}() /root/tmp/ispconfig3_install/install/install.php:0
    PHP 2. installer_base->install_ispconfig() /root/tmp/ispconfig3_install/install/install.php:283
    PHP 3. symlink() /root/tmp/ispconfig3_install/install/lib/installer_base.lib.php:1859
    Configuring DBServer
    Installing ISPConfig crontab
    Restarting services ...
    Stopping MySQL database server: mysqld.
    Starting MySQL database server: mysqld ..
    Checking for tables which need an upgrade, are corrupt or were
    not closed cleanly..
    Stopping Postfix Mail Transport Agent: postfix.
    Starting Postfix Mail Transport Agent: postfix.
    Stopping amavisd: amavisd-new.
    Starting amavisd: amavisd-new.
    Stopping ClamAV daemon: clamd.
    Starting ClamAV daemon: clamd .
    If you have trouble with authentication failures,
    enable auth_debug setting. See http://wiki.dovecot.org/WhyDoesItNotWork
    This message goes away after the first successful login.
    Restarting IMAP/POP3 mail server: dovecot.
    Reloading PHP5 FastCGI Process Manager: php5-fpm.
    Reloading nginx: nginx.
    Restarting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -D -Y 1 -E -H -b -8 UTF-8 -u 1000 -A -O clf:/var/log/pure-ftpd/transfer.log -B
    Installation completed.

    Above are the two stack trace warnings via php5 xdebug. But I don't think that those are the problem?

    This is a custom install using Debian Squeeze and Nginx 1.0.10 thanks to the Nginx Debian 6 repos and DotDeb repos for php5-fpm, and Falko's great Ubuntu 11.10 and Debian 6 guides which I used a mix of the two to get this far.

    Everything went just a smooth as butter until I ran the ISPConfig 3 Installer, that's were I saw the two php warnings (I know there just warnings!).

    Anyhow the installer did complete, but when I try to go to myipaddress:8080 or myipaddress:8081/phpmyadmin nothing happens. Just get page not found errors, However if I go to my servers ip address I do see the default Nginx page...which makes me think at least something is working.

    Well any help would be great...I don't mind doing a bunch of things to get this to work since I'm sure there are a lot of people out there like me that would love to get off Apache servers and jump on to using Nginx!!!
     
  2. AllRaDiO

    AllRaDiO New Member

    I have the same problem :(
     

Share This Page