Posts by T0mcat

    They do exist and are listed in the /etc/network/interfaces. The 4 IPs were working before the upgrade, now, after the upgrade, I'm getting this messages. Unfortunately all sites are pointing to the other three IPs. Only the panel itself is available.

    Hello,


    I just upgraded on my Debian wheezy server from RC2.3 to 1.1.4 without any difficulties. I just had to delete the /var/cache/imscp folder and rerun the installer script.
    Now I got a mail:



    I have 4 IPs, but only the main IP, where the interface is running is accessible. All the other IPs can't even be pinged.


    Any help is greatly appreciated.


    Thanks, T0mcat


    Edit: I tried to reinstall imscp

    Quote

    ./imscp-setup


    Now it clearly shows me

    Hallo,


    Ich habe vor 2 Wochen auf den RC 1.1.0-rc2.3 geupgraded. Damit ist Roundcube wieder der Standard Webmail Programm. Sieht nett aus mit dieser Oberfläche.


    Frage : was muss ich ändern, damit Roundcube beim nächsten Mal wenigstens den Login verhält, wenn man sich bis einmal eingeloggt hat. Bei mir wird in sämtlichen Browsern die Option verwehrt Login&Passwort zu verhalten.


    Edit: Hab was gefunden:

    Code
    1. nano /var/www/imscp/gui/public/tools/webmail/config/main.inc.php


    Code
    1. // Allow browser-autocompletion on login form.
    2. // 0 - disabled, 1 - username and host only, 2 - username, host, password
    3. $rcmail_config['login_autocomplete'] = 2;


    Versuche es mal mit Option 2

    Because then I keep getting this error :

    Code
    1. Restarting web server: apache2[Mon Jul 01 21:33:18 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
    2. ... waiting .[Mon Jul 01 21:33:20 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results

    Rerun the process. Now it's working.
    However I still have a lot of problems.
    Firstly php isn't interpreted anymore, I see the php code when accessing the server panel.
    Edit: solved with

    Code
    1. a2dismod php5_cgi


    Secondly:

    Code
    1. Dear admin,This is an automatic email sent by your server.domain.com (1.2.3.4) server.A critical error has been encountered while executing functionmain::addVirtualNetcard in/var/www/imscp/engine/tools/imscp-net-interfaces-mngr.Error encountered was:=====================================================================Card doesn't exists. Please fix this inhttps://server.domain.com/admin/ip_manage.php====================================================


    Thirdly,

    Code
    1. [Mon Jul 01 20:09:16 2013] [warn] VirtualHost 1.2.3.4:80 overlaps with VirtualHost 1.2.3.4:80, the first has precedence, perhaps you need a NameVirtualHost directive

    Hello,


    As I encountered some problems during the squeeze to wheety update, I installed the latest 1.1.0-rc2.3 with the master fix for wheezy.


    I installed with this command:

    Code
    1. perl imscp-autoinstall -dr


    Now the process gets stucked, because the user vmail already exists.


    Should I remove the user vmail and try again ?