Join the community today
Become a Member

MariaDB MariaDB 10.4 repo broken

Discussion in 'Bug Reports' started by jellday, Feb 15, 2025.

  1. jellday

    jellday Member

    83
    4
    8
    May 31, 2014
    Ratings:
    +11
    Local Time:
    5:13 PM
    1.4.6
    5.5
    Code:
    ./opendkim.sh
    MariaDB                                         5.2  B/s |  10  B     00:01   
    Errors during downloading metadata for repository 'mariadb':
      - Status code: 404 for https://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
    Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
    cp: cannot stat '/etc/opendkim.conf': No such file or directory
    Running the latest centminmod version.

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,935
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    7:13 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what do you get for the following commands
    Code (Text):
    cat /etc/yum.repos.d/mariadb.repo

    Code (Text):
    cmupdate
    

    Code (Text):
    cmdir
    git branch
    

    Code (Text):
    cminfo versions
     
  3. jellday

    jellday Member

    83
    4
    8
    May 31, 2014
    Ratings:
    +11
    Local Time:
    5:13 PM
    1.4.6
    5.5
    Here they are:
    Code:
    cat /etc/yum.repos.d/mariadb.repo
    [mariadb]
    name = MariaDB
    baseurl = https://yum.mariadb.org/10.4/centos8-amd64
    module_hotfixes=1
    gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
    gpgcheck=1
    exclude=MariaDB-Galera-server
    [09:29][root@ ~]# cmupdate
    No local changes to save
    Updating 52fed24..e2beadf
    Fast-forward
     centmin-cli.sh             |   2 +-
     centmin.sh                 |   2 +-
     inc/cpcheck.inc            |  25 +++++++
     inc/mariadb_install104.inc | 503 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------
     inc/mariadb_upgrade104.inc | 505 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------
     tools/cmupdate.sh          |   4 +-
     6 files changed, 538 insertions(+), 503 deletions(-)
    No local changes to save
    Already up to date.
    [09:29][root@~]# cmdir
    /usr/local/src/centminmod ~
    [09:29][root@ centminmod]# git branch
    * 131.00stable
    [09:30][root@centminmod]# cminfo versions
    
    1st:
    131.00stable.b062 #Tue Dec 24 03:36:32 EST 2024
    ..
    last 10:
    131.00stable.b062 #Tue Dec 31 11:29:10 EST 2024
    131.00stable.b062 #Tue Dec 31 22:12:57 EST 2024
    131.00stable.b066 #Mon Jan 20 08:42:15 EST 2025
    131.00stable.b066 #Sat Feb  8 22:14:10 EST 2025
    131.00stable.b066 #Sat Feb  8 22:18:48 EST 2025
    131.00stable.b070 #Sat Feb  8 22:23:54 EST 2025
    131.00stable.b071 #Thu Feb 13 05:02:10 EST 2025
    131.00stable.b071 #Fri Feb 14 22:19:03 EST 2025
    131.00stable.b071 #Fri Feb 14 22:21:28 EST 2025
    131.00stable.b071 #Fri Feb 14 22:30:22 EST 2025
    
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,935
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    7:13 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. jellday

    jellday Member

    83
    4
    8
    May 31, 2014
    Ratings:
    +11
    Local Time:
    5:13 PM
    1.4.6
    5.5
    Yes. I ran cmupdate, it said, up to date.
    Code:
    # cmupdate
    No local changes to save
    Already up to date.
    No local changes to save
    Already up to date.
    
    Then I ran cenmin.sh then quit.

    Code:
    cat /etc/yum.repos.d/mariadb.repo
    [mariadb]
    name = MariaDB
    baseurl = https://yum.mariadb.org/10.4/centos8-amd64
    module_hotfixes=1
    gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
    gpgcheck=1
    exclude=MariaDB-Galera-server
    
    Still the same as yesterday, and the error still exists.
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,935
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    7:13 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ah issue is baseurl you have is https not so my fix didn't match so updated fix for 131.00stable, 132.00stable and 140.00beta01 with fix

    then run cmupdate and then run and exit centmin.sh once and recheck contents of
    /etc/yum.repos.d/mariadb.repo