Learn about Centmin Mod LEMP Stack today
Become a Member

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,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    7:01 PM
    Mainline
    10.2
  2. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    2:01 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    check:

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

    eva2000 Administrator Staff Member

    55,906
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    9:01 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    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,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    7:01 PM
    Mainline
    10.2
    Thanks a lot to both of you Sir :).