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

Beta Branch update inc/yumpriorities.inc check CentOS-Base.repo usage in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 4, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,189
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    4:28 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update inc/yumpriorities.inc check CentOS-Base.repo usage in 123.09beta01

    Double check if /etc/yum.repos.d/CentOS-Base.repo is actively in use before applying yum priorities. Some web hosts disable CentOS-Base.repo and have custom setups which will cause yum errors like below if yum priorities routines are applied to inactive CentOS-Base.repo setups

    Code (Text):
    File contains no section headers.
    file: file:///etc/yum.repos.d/CentOS-Base.repo, line: 19
    'priority=1\n'
    
    File contains no section headers.
    file: file:///etc/yum.repos.d/CentOS-Base.repo, line: 19
    'priority=1\n'
    


    Continue reading...

    123.09beta01 branch