Want to subscribe to topics you're interested in?
Become a Member

[Solved] CentALT bug confirmed

Discussion in 'Bug Reports' started by Zykov, May 29, 2014.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    50,869
    11,786
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,239
    Local Time:
    12:41 PM
    Nginx 1.25.x
    MariaDB 10.x
    That would work too :D

     
  2. Zykov

    Zykov Member

    31
    7
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    11:41 AM
    Nginx 1.7.1
    MariaDB 10
    I have:
    libicu.i686 4.2.1-9.1.el6_2 @base
    libicu-devel.i686 4.2.1-9.1.el6_2 @base

    Beta20 for now.
     
  3. eva2000

    eva2000 Administrator Staff Member

    50,869
    11,786
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,239
    Local Time:
    12:41 PM
    Nginx 1.25.x
    MariaDB 10.x
    to elaborate on this quoted fix.

    basically, after MariaDB MySQL is installed, I originally added exclude line into the cenalt.repo file to prevent it from install MariaDB version from CentALT so it can use the official MariaDB repo instead, But that function didn't take into account whether or not CentALT repo was infact enabled/installed in the first place. So the fix does add a check to make sure the newly added variable CENTALTREPO_DISABLE was not set to 'y' in centmin.sh first.

    so if you get this error below on a new install pre-.07 beta 21 latest fix, just remove the /etc/yum.repos.d/centalt.repo file and run yum clean all

    Code:
    Loaded plugins: downloadonly, fastestmirror, priorities
    
    Config Error: File contains no section headers.
    
    file: file://///etc/yum.repos.d/centalt.repo, line: 1
    
    'exclude=mariadb*\n'