EPEL restructuring causing mass download
by Chris Schanzle
Looks like the EPEL 6 and 7 repos transitioned from a flat layout of packages to the Packages/[A-z]/ layout.
Would have been nice to use hardlinks to transition.
Tough on the main mirrors and all their clients to unnecessarily re-download 150+ GB in one day...
5 years, 6 months
Fedora mirror mirrors.liquidweb.com
by Adrian Reber
Hello mirrors.liquidweb.com admins,
Fedora's mirror crawler has trouble crawling your mirror as it does
return a unusual status code:
# curl http://mirrors.liquidweb.com/fedora-epel/ -v
* About to connect() to mirrors.liquidweb.com port 80 (#0)
* Trying 69.167.187.144...
* Connected to mirrors.liquidweb.com (69.167.187.144) port 80 (#0)
> GET /fedora-epel/ HTTP/1.1
> User-Agent: curl/7.29.0
> Host: mirrors.liquidweb.com
> Accept: */*
>
< HTTP/1.1 000
< Server: nginx
< Date: Mon, 09 Oct 2017 12:37:13 GMT
< Content-Type: text/html
< Transfer-Encoding: chunked
< Connection: keep-alive
The crawler expects the status code 200 if everything works correctly and
ignores your mirror because of the status code 000. Any reason for
status code 000. It seems that the code 000 is something Akamai uses for
requests where the client aborted:
"""
Log Delivery Services (LDS) LDS will show a 000 for any 200 or 206
responses with a client abort: the object was served correctly from the
origin or edge, but the end-user terminated the connection/transaction
before it completed.
"""
Not sure if that is related to your situation. But right now your mirror
is disabled as it seems to be inaccessible (at least from the crawlers
point of view).
Adrian
5 years, 7 months