Learn about Centmin Mod LEMP Stack today
Register Now

My /etc/sysctl.conf is blank on Linode CentOS 7 :/.

Discussion in 'Install & Upgrades or Pre-Install Questions' started by rdan, Sep 29, 2016.

  1. rdan

    rdan Well-Known Member

    5,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    5:09 PM
    Mainline
    10.2
  2. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    12:09 PM
    Nginx-1.29.x
    MariaDB 10.6.x
    check:

    Code:
    /etc/sysctl.d/101-sysctl.conf
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,894
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    7:09 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    CentOS 7 uses /etc/sysctl.d/101-sysctl.conf in new 123.09beta01 installs and instead of sysctl -p command uses
    Code (Text):
    sysctl --system

    you can still use /etc/sysctl.conf and sysctl -p too
     
  4. rdan

    rdan Well-Known Member

    5,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    5:09 PM
    Mainline
    10.2
    Thanks a lot to both of you Sir :).