Get the most out of your Centmin Mod LEMP stack
Become a Member

Redis Redis error - after-rc-local.conf Line 2

Discussion in 'Other Centmin Mod Installed software' started by pamamolf, Jul 23, 2018.

  1. pamamolf

    pamamolf Well-Known Member

    4,003
    420
    83
    May 31, 2014
    Ratings:
    +812
    Local Time:
    2:32 PM
    Nginx-1.17.x
    MariaDB 10.3.x
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: i.e. 1.11.10
    • PHP Version Installed: 7.2.x
    • MariaDB MySQL Version Installed: 10.2.x
    • When was last time updated Centmin Mod code base ? : just now

    Hello :)

    I just check using:

    Code:
    systemctl status redis.service
    and i got this:


    Line 2 of after-rc-local.conf is:

    Any ideas on what to do?


    Thank you
     
  2. eva2000

    eva2000 Administrator Staff Member

    49,875
    11,487
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,839
    Local Time:
    9:32 PM
    Nginx 1.21.x
    MariaDB 10.x
    how old is 123.09beta01 install ? centos 7.4 or 7.5 ?

    try
    Code (Text):
    systemctl daemon-reload
    systemctl restart redis
    systemctl status redis.service
    
     
  3. pamamolf

    pamamolf Well-Known Member

    4,003
    420
    83
    May 31, 2014
    Ratings:
    +812
    Local Time:
    2:32 PM
    Nginx-1.17.x
    MariaDB 10.3.x
    CentOS Linux release 7.5.1804 (Core)

    On all installation old and new ones....

    Actually the latest one was 4-5 ago about.....
     
  4. pamamolf

    pamamolf Well-Known Member

    4,003
    420
    83
    May 31, 2014
    Ratings:
    +812
    Local Time:
    2:32 PM
    Nginx-1.17.x
    MariaDB 10.3.x
    Yes your above commands fix the issue :)

    Thank you !