Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.39
-
None
Description
See MDEV-30607 for some previous context.
It looks like on May 8th, the RPMS in https://archive.mariadb.org/mariadb-10.3/yum/centos/6/x86_64/ were updated (or just re-signed?), but the repodata was not updated.
This causes yum failures for anyone attempting to install MariaDB 10.3 on CloudLinux 6 or other RHEL6 like operating systems (which have extended support from the OS vendor, despite CentOS 6 being EOL).
yum install MariaDB-server
|
...
|
Downloading Packages:
|
(1/5): MariaDB-client-10.3.27-1.el6.x86_64.rpm | 59 MB 00:04
|
https://archive.mariadb.org/mariadb-10.3/yum/centos/6/x86_64/rpms/MariaDB-client-10.3.27-1.el6.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=MariaDB103 clean metadata
|
...
|
Error Downloading Packages:
|
MariaDB-client-10.3.27-1.el6.x86_64: failure: rpms/MariaDB-client-10.3.27-1.el6.x86_64.rpm from MariaDB103: [Errno 256] No more mirrors to try.
|
galera-25.3.29-1.rhel6.el6.x86_64: failure: rpms/galera-25.3.29-1.rhel6.el6.x86_64.rpm from MariaDB103: [Errno 256] No more mirrors to try.
|
MariaDB-common-10.3.27-1.el6.x86_64: failure: rpms/MariaDB-common-10.3.27-1.el6.x86_64.rpm from MariaDB103: [Errno 256] No more mirrors to try.
|
MariaDB-compat-10.3.27-1.el6.x86_64: failure: rpms/MariaDB-compat-10.3.27-1.el6.x86_64.rpm from MariaDB103: [Errno 256] No more mirrors to try.
|
MariaDB-server-10.3.27-1.el6.x86_64: failure: rpms/MariaDB-server-10.3.27-1.el6.x86_64.rpm from MariaDB103: [Errno 256] No more mirrors to try.
|
I think the rpm changes happened due to the latest 10.3 minor version update – since 10.3 is now EOL, this particular problem shouldn't re-occur in the future.