I-MSCP Update Error - 1.1.20 to 1.2.2

  • Hello, today i've got a problem with updating i-mscp. Hope anonyone can help me with this.
    OS: Debian 7 Jessie

  • I think its Debian 7, but @Nuxwin already found an issue, that our server uses jessie and sid packages.


    Sources List:


    Code
    1. deb http://debian.mirrors.ovh.net/debian/ wheezy main non-free
    2. deb-src http://debian.mirrors.ovh.net/debian/ wheezy main
    3. deb http://security.debian.org/ wheezy/updates main non-free
    4. deb-src http://security.debian.org/ wheezy/updates main
    5. deb http://ftp.debian.org/debian sid main non-free
  • After apt-get purge nginx and apt-get purge nginx-full new try:


  • I really can not understand why you have this kind of settings in your sources.list
    As far as I know the correct one should look something like this:


    But I really don't know if you need sid packages for your setup. You have to check yourself.

  • @freedom


    Please, comment the sid repository in your sources.list file, then update apt index, them purge any nginx related packages, then retry.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @Nuxwin


    Done. Now Autoinstall worked, but at the end the following error appears. I used the sources.list from kess this time.


    Error:

    Code
    1. [ERROR]
    2. Package::FrontEnd::start: Unable to start nginx service
    3. main::setupRestartServices: Unable to restart Frontend (Nginx) service
    4. autoinstaller::Functions::install: An error occured while performing installation steps


    And I-MSCP isn't reachable from admin domain..

  • @freedom



    Result of nginx -t ???

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @Nuxwin


    Code
    1. root@srv1 /usr/local/src/imscp-1.2.2 # nginx -t
    2. nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
    3. nginx: configuration file /etc/nginx/nginx.conf test is successful
  • Result of service nginx start ???


    BTW: Do you have any plugin installed such as Monitorix? Be sure that no other service is listening on port 8080 ;)


    Eg, result of netstat -plunt ????

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206