Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
Tested on Centos 6 & 7
Description
Looking at https://downloads.mariadb.org/mariadb/+releases/ one could be led to think 10.0.10, the first stable 10.0 release, is a good one to install. Running
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=10.0.10
|
does not result in any errors. It concludes normally.
[warning] Adjusting given --mariadb-server-version ('10.0.10') to have the correct prefix ('mariadb-10.0.10')
|
[info] Repository file successfully written to /etc/yum.repos.d/mariadb.repo.
|
[info] Adding trusted package signing keys...
|
[info] Succeessfully added trusted package signing keys.
|
However, then trying to install the server results in an error
[root@16698-10 ~]# yum -y install vim screen wget MariaDB-server
|
Loaded plugins: fastestmirror
|
Setting up Install Process
|
Determining fastest mirrors
|
* base: mirror.netflash.net
|
* extras: mirror.netflash.net
|
* updates: mirror.netaddicted.ca
|
base | 3.7 kB 00:00
|
base/primary_db | 4.7 MB 00:00
|
extras | 3.4 kB 00:00
|
extras/primary_db | 29 kB 00:00
|
https://downloads.mariadb.com/MariaDB/mariadb-10.0.10/yum/rhel/6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
|
Trying other mirror.
|
To address this issue please refer to the below knowledge base article
|
|
|
https://access.redhat.com/articles/1320623
|
|
|
If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
|
|
|
Error: Cannot retrieve repository metadata (repomd.xml) for repository: mariadb-main. Please verify its path and try again
|
and tryign to install any package after that also results in an error
[root@16698-10 ~]# yum -y install vim screen wget
|
Loaded plugins: fastestmirror
|
Setting up Install Process
|
Loading mirror speeds from cached hostfile
|
* base: mirror.netflash.net
|
* extras: mirror.netflash.net
|
* updates: mirror.netaddicted.ca
|
https://downloads.mariadb.com/MariaDB/mariadb-10.0.10/yum/rhel/6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
|
Trying other mirror.
|
To address this issue please refer to the below knowledge base article
|
|
|
https://access.redhat.com/articles/1320623
|
|
|
If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
|
|
|
Error: Cannot retrieve repository metadata (repomd.xml) for repository: mariadb-main. Please verify its path and try again
|
Subsequently selecting a package that does exist in the repository and running mariadb_repo_setup again results in a successful installation.