issue with centos mirrors?

Issues related to applications and software problems and general support
Post Reply
adrian27
Posts: 18
Joined: 2020/02/06 12:04:15

issue with centos mirrors?

Post by adrian27 » 2020/02/06 12:20:20

I have an issue with centos mirrors. If I run an update, I get the following:

Code: Select all

[...]
(8/209): cloud-init-18.5-7.el8.noarch.rpm                                                               12 MB/s | 856 kB     00:00
(9/209): cloud-utils-growpart-0.29-3.el8.noarch.rpm                                                    3.6 MB/s |  31 kB     00:00
[MIRROR] dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch.rpm: Status code: 404 for http://d36uatko69830t.cloudfront.net/centos/8/AppStream/x86_64/os/Packages/dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch.rpm
[FAILED] dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch.rpm: No more mirrors to try - All mirrors were already tried without success[
(11-12/209): mozjs60-60.9.0-3.el8.x86_64.rpm      4% [==                                             ] 6.6 MB/s |  11 MB     00:34 ETA
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Error downloading packages:
  Cannot download Packages/dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch.rpm: All mirrors were tried
[root@ip-172-30-0-127 ~]#
Anybody experiencing the same issue? Happens even if I try to install a single package, for example git:

Code: Select all

[...]
(36/48): perl-Term-Cap-1.17-395.el8.noarch.rpm                                                         140 kB/s |  23 kB     00:00
(37/48): perl-Text-ParseWords-3.30-395.el8.noarch.rpm                                                  111 kB/s |  18 kB     00:00
[MIRROR] perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm: Status code: 404 for http://d36uatko69830t.cloudfront.net/centos/8/BaseOS/x86_64/os/Packages/perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm
[FAILED] perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm: No more mirrors to try - All mirrors were already tried without success
(39-40/48): perl-Time-Local-1.280-1.el8.noarch.r 57% [===========================                    ]  31 MB/s |  11 MB     00:00 ETA
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Error downloading packages:
  Cannot download Packages/perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm: All mirrors were tried
[root@ip-172-30-0-127 ~]#
Regards,

arrfab
Site Admin
Posts: 878
Joined: 2005/01/03 21:30:54
Location: /country/belgium
Contact:

Re: issue with centos mirrors?

Post by arrfab » 2020/02/06 13:38:44

Yes, it seems Cloudfront (with dedicated S3 bucket) doesn't process correctly files with "+" in the name (which is your pattern)
I've temporary enabled a fall back mirror (outside of EC2/AWS) to let it download from that mirror instead, if cloudfront returns 404

Can you "yum clean all" and retry please ?

adrian27
Posts: 18
Joined: 2020/02/06 12:04:15

Re: issue with centos mirrors?

Post by adrian27 » 2020/02/06 13:49:02

Thank you. It works now! Even if it still gives 404 for cloudfront when fetching files with "+" in the name, it works.

Code: Select all

[...]
(34/48): perl-Term-Cap-1.17-395.el8.noarch.rpm                                                         5.4 MB/s |  23 kB     00:00
(35/48): perl-Term-ANSIColor-4.06-396.el8.noarch.rpm                                                   6.6 MB/s |  46 kB     00:00
(36/48): perl-Text-ParseWords-3.30-395.el8.noarch.rpm                                                  5.2 MB/s |  18 kB     00:00
(37/48): git-core-2.18.2-1.el8_1.x86_64.rpm                                                             23 MB/s | 4.8 MB     00:00
[MIRROR] perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm: Status code: 404 for http://d36uatko69830t.cloudfront.net/centos/8/BaseOS/x86_64/os/Packages/perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm
(38/48): perl-Time-Local-1.280-1.el8.noarch.rpm                                                         92 kB/s |  34 kB     00:00
(39/48): perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm                                               53 kB/s |  24 kB     00:00
[...]
Regards,

Post Reply