Join the community today
Become a Member

Master Branch update inc/csftweaks.inc modprobe -l doesn't exist on CentOS 7

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jun 24, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:50 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update inc/csftweaks.inc modprobe -l doesn't exist on CentOS 7

    seems the -l flag in modprobe on CentOS 7 no longer exists like on CentOS 6 so switching it out for simple find search for ipset kernel module support

    find /lib/modules/`uname -r` -name 'ipset'

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.