Welcome to Centmin Mod Community
Become a Member

Beta Branch update inc/cpcheck.inc add ovhkernelcheck function

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 19, 2016.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    5:28 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update inc/cpcheck.inc add ovhkernelcheck function

    during initial install, check if server is OVH based and whether it uses OVH custom Linux kernel or not and abort if it does with exception of Intel Xeon D-15xx Broadwell-DE processors which need newer network NIC card support that is available in OVH custom Linux kernel


    Continue reading...

    123.09beta01 branch
     
  2. rdan

    rdan Well-Known Member

    5,447
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    3:28 PM
    Mainline
    10.2
    Opz, my live server doesn't use OVH Kernel, still I got this error?
    How can I bypass this and still use centminmod?
     
  3. rdan

    rdan Well-Known Member

    5,447
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    3:28 PM
    Mainline
    10.2
    Server Info:
    upload_2016-4-21_1-22-27.png

    upload_2016-4-21_1-22-50.png
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    5:28 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what does the output of below command give
    Code (Text):
    awk -F "\"" '/DISTRIBKERNEL/ {print $2}' /root/.ovhrc
     
  5. rdan

    rdan Well-Known Member

    5,447
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    3:28 PM
    Mainline
    10.2
    Code:
    # awk -F "\"" '/DISTRIBKERNEL/ {print $2}' /root/.ovhrc
    1
    
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,857
    12,238
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,809
    Local Time:
    5:28 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    latest update 123.09beta01 should of fixed it