Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.3(EOL), 10.4(EOL), 10.5, 10.6
-
None
-
CentOS 7, or any RPM based OS
Description
We're getting lots of reports with the following when doing a yum update:
STDERR: failure: repodata/repomd.xml from MariaDB103: [Errno 256] No more mirrors to try.
|
http://yum.mariadb.org/10.3/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
|
|
|
Cpanel::Exception::ProcessFailed::Error/(XID zyvdap) “/usr/local/cpanel/bin/needs-restarting-cpanel” reported error code “1” when it ended: failure: repodata/repomd.xml from MariaDB103: [Errno 256] No more mirrors to try.
|
http://yum.mariadb.org/10.3/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
|
The MariaDB103.repo file:
# cat MariaDB103.repo
|
# MariaDB 10.3 CentOS repository list - created 2014-10.39 00:41 UTC
|
# http://mariadb.org/mariadb/repositories/
|
[MariaDB103]
|
name = MariaDB103
|
baseurl = http://yum.mariadb.org/10.3/centos7-amd64
|
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
|
gpgcheck=1
|
The mariadb.repo file is empty.
Going to https://mirror.mariadb.org/yum/10.3/centos7-amd64/ shows no files (under rpms or any other location)
I can try using the Secondary rsync mirrors found at https://mariadb.com/kb/en/mirror-sites-for-mariadb/ But that's a lot of servers for us to update.
Attachments
Issue Links
- duplicates
-
MDEV-29303 MariaDB apt repo's are all broken
-
- Closed
-
- is duplicated by
-
MDBF-458 repomd/repomd.xml is 404
-
- Closed
-
-
MDEV-29309 MariaDB Repo 10.2 returns 404 not found
-
- Closed
-
-
MDEV-29316 Fedora 36 ARM64 repos are empty
-
- Closed
-
I have confirmed that changing the baseurl in the repo file to one of the secondary rsync mirrors solves the issue. So the main mirrors are just missing the data needed. Please correct this as soon as possible.