View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017882 | CentOS-8 | dnf | public | 2020-11-24 01:56 | 2020-11-24 20:44 |
Reporter | ltrager | Assigned To | |||
Priority | immediate | Severity | block | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0017882: CentOS 8 mirrorlist is broken | ||||
Description | The CentOS 8 mirrorlist is currently broken, it returns only one repository which 404s. This has broken all CentOS 8 deployments. CentOS 7 seems to be working. | ||||
Steps To Reproduce | $ curl 'http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=BaseOS' http://mirror.centos.org/centos/8/BaseOS/x86_64/os/ $ curl http://mirror.centos.org/centos/8/BaseOS/x86_64/os/ curl: (7) Failed to connect to mirror.centos.org port 80: Connection refused | ||||
Tags | No tags attached. | ||||
According to traceroute the mirror I'm hitting at mirrorlist.centos.org is ec2-18-225-36-18.us-east-2.compute.amazonaws.com | |
To be clear I'm not doing this on AWS, thats just the mirror I land on when connecting to mirrorlist.centos.org | |
I just tested http://mirror.centos.org/centos/6/os/x86_64 which appears to be down as well. | |
works for me: [tru@elitebook840g3 ~]$ date && host mirror.centos.org Tue Nov 24 19:09:01 CET 2020 mirror.centos.org has address 178.175.128.170 mirror.centos.org has IPv6 address 2001:4178:5:200::10 [tru@elitebook840g3 ~]$ curl -L -I http://mirror.centos.org/centos/8/BaseOS/x86_64/os/ HTTP/1.1 200 OK Date: Tue, 24 Nov 2020 18:09:46 GMT Server: Apache/2.4.6 (CentOS) X-Xss-Protection: 1; mode=block X-Content-Type-Options: nosniff Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Content-Type: text/html;charset=ISO-8859-1 |
|
Thanks for taking a look. http://mirror.centos.org/centos/8/BaseOS/x86_64/os/ is now working for me however I do find it weird that mirrorlist.centos.org is only returning one mirror for CentOS 8 while it returns 10 for CentOS 7 $ curl -vvv 'http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=BaseOS' * Trying 2600:1f16:c1:5e01:4180:6610:5482:c1c0:80... * TCP_NODELAY set * Connected to mirrorlist.centos.org (2600:1f16:c1:5e01:4180:6610:5482:c1c0) port 80 (#0) > GET /?release=8&arch=x86_64&repo=BaseOS HTTP/1.1 > Host: mirrorlist.centos.org > User-Agent: curl/7.68.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 200 OK < Date: Tue, 24 Nov 2020 20:44:08 GMT < Server: PasteWSGIServer/0.5 Python/2.7.5 < X-Frame-Options: SAMEORIGIN < X-Xss-Protection: 1; mode=block < X-Content-Type-Options: nosniff < Referrer-Policy: same-origin < Content-Length: 52 < Content-Type: text/plain; charset=UTF-8 < http://mirror.centos.org/centos/8/BaseOS/x86_64/os/ * Connection #0 to host mirrorlist.centos.org left intact $ curl -vvvv 'http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os' * Trying 2600:1f16:c1:5e01:4180:6610:5482:c1c0:80... * TCP_NODELAY set * Connected to mirrorlist.centos.org (2600:1f16:c1:5e01:4180:6610:5482:c1c0) port 80 (#0) > GET /?release=7&arch=x86_64&repo=os HTTP/1.1 > Host: mirrorlist.centos.org > User-Agent: curl/7.68.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 200 OK < Date: Tue, 24 Nov 2020 20:43:52 GMT < Server: PasteWSGIServer/0.5 Python/2.7.5 < X-Frame-Options: SAMEORIGIN < X-Xss-Protection: 1; mode=block < X-Content-Type-Options: nosniff < Referrer-Policy: same-origin < Content-Length: 571 < Content-Type: text/plain; charset=UTF-8 < http://mirror.atlanticmetro.net/centos/7.9.2009/os/x86_64/ http://mirrors.liquidweb.com/CentOS/7.9.2009/os/x86_64/ http://repo1.sea.innoscale.net/centos/7.9.2009/os/x86_64/ http://mirrors.greenmountainaccess.net/centos/7.9.2009/os/x86_64/ http://mirror.vtti.vt.edu/centos/7.9.2009/os/x86_64/ http://la.mirrors.clouvider.net/CentOS/7.9.2009/os/x86_64/ http://mirror.web-ster.com/centos/7.9.2009/os/x86_64/ http://centos.mirror.lstn.net/7.9.2009/os/x86_64/ http://ftpmirror.your.org/pub/centos/7.9.2009/os/x86_64/ http://mirror.chpc.utah.edu/pub/centos/7.9.2009/os/x86_64/ * Connection #0 to host mirrorlist.centos.org left intact |
|