Want to subscribe to topics you're interested in?
Become a Member

Install Centmin Mod previous installation detected

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Jota, Oct 19, 2014.

  1. Jota

    Jota Member

    78
    18
    8
    Oct 9, 2014
    Barcelona
    Ratings:
    +20
    Local Time:
    4:18 PM
    Hi, I tried to install centminmod in 2 different fresh VPSs with centos 6 and I always get same error installing:

    Centmin Mod previous installation detected


    But this is not correct, I got this error just 1st time running the cript, any tip ?

    Thanks a lot
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    11:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @Jota which version of Centmin Mod ?

    line 1259 to 1270 of centmin.sh in .07 stable is where detection routine is

    if any of the Centmin Mod installed services are detected before initial install you will get this message
    Code:
    CHECKCENTMINMODINSTALL=`ls /etc/init.d | grep -E '(csf|lfd|nginx|php-fpm|^nsd)'`
    so if you have csf, ldf, nginx, php-fpm or nsd installed prior to Centmin Mod initial install, you will get this message
     
  3. Jota

    Jota Member

    78
    18
    8
    Oct 9, 2014
    Barcelona
    Ratings:
    +20
    Local Time:
    4:18 PM
    I always install csf as default on every new VPS, that was the issue, thanks eva, all fine now ... cheers ! :)
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    11:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+