Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.3
-
None
-
Centos7
Description
Hi!
I following the instruction from this page https://mariadb.com/kb/en/installing-mariadb-ax-mariadb-columnstore-from-the-package-repositories-12x/#centos-7
I created two files `/etc/yum.repos.d/mariadb-columnstore.repo` and `/etc/yum.repos.d/mariadb-columnstore-api.repo` with the following content:
# /etc/yum.repos.d/mariadb-columnstore.repo
|
|
[mariadb-columnstore]
|
name=MariaDB ColumnStore
|
baseurl=https://downloads.mariadb.com/MariaDB/mariadb-columnstore/latest/yum/centos/7/x86_64/
|
gpgkey=https://downloads.mariadb.com/MariaDB/mariadb-columnstore/RPM-GPG-KEY-MariaDB-ColumnStore
|
gpgcheck=1
|
|
# /etc/yum.repos.d/mariadb-columnstore-api.repo
|
|
[mariadb-columnstore-api]
|
name=MariaDB ColumnStore API
|
baseurl=https://downloads.mariadb.com/MariaDB/mariadb-columnstore-api/latest/yum/centos/7/x86_64/
|
gpgkey=https://downloads.mariadb.com/MariaDB/mariadb-columnstore/RPM-GPG-KEY-MariaDB-ColumnStore
|
gpgcheck=1
|
And then running `yum --enablerepo=mariadb-column* install -y mariadb-columnstore-api*` gives me error:
Loaded plugins: fastestmirror, ovl
|
Loading mirror speeds from cached hostfile
|
epel/x86_64/metalink | 30 kB 00:00:00
|
* base: centos.colocall.net
|
* centos-sclo-rh: centos1.hti.pl
|
* centos-sclo-sclo: centos1.hti.pl
|
* epel: mirrors.colocall.net
|
* extras: mirror.mirohost.net
|
* updates: mirror.mirohost.net
|
base | 3.6 kB 00:00:00
|
centos-sclo-rh | 3.0 kB 00:00:00
|
centos-sclo-sclo | 3.0 kB 00:00:00
|
epel | 4.7 kB 00:00:00
|
extras | 2.9 kB 00:00:00
|
mariadb-columnstore | 3.6 kB 00:00:00
|
https://downloads.mariadb.com/MariaDB/mariadb-columnstore-api/latest/centos/7/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
|
Trying other mirror.
|
To address this issue please refer to the below wiki article
|
|
https://wiki.centos.org/yum-errors
|
|
If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
|
|
|
|
One of the configured repositories failed (MariaDB ColumnStore API),
|
and yum doesn't have enough cached data to continue. At this point the only
|
safe thing yum can do is fail. There are a few ways to work "fix" this:
|
|
1. Contact the upstream for the repository and get them to fix the problem.
|
|
2. Reconfigure the baseurl/etc. for the repository, to point to a working
|
upstream. This is most often useful if you are using a newer
|
distribution release than is supported by the repository (and the
|
packages for the previous distribution release still work).
|
|
3. Run the command with the repository temporarily disabled
|
yum --disablerepo=mariadb-columnstore-api ...
|
|
4. Disable the repository permanently, so yum won't use it by default. Yum
|
will then just ignore the repository until you permanently enable it
|
again or use --enablerepo for temporary usage:
|
|
yum-config-manager --disable mariadb-columnstore-api
|
or
|
subscription-manager repos --disable=mariadb-columnstore-api
|
|
5. Configure the failing repository to be skipped, if it is unavailable.
|
Note that yum will try to contact the repo. when it runs most commands,
|
so will have to try and fail each time (and thus. yum will be be much
|
slower). If it is a very temporary problem though, this is often a nice
|
compromise:
|
|
yum-config-manager --save --setopt=mariadb-columnstore-api.skip_if_unavailable=true
|
|
failure: repodata/repomd.xml from mariadb-columnstore-api: [Errno 256] No more mirrors to try.
|
https://downloads.mariadb.com/MariaDB/mariadb-columnstore-api/latest/centos/7/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
|
|
Attachments
Issue Links
- relates to
-
MCOL-304 MariaDB ColumnStore Package Repository
- Closed