-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It looks like the culprit is IPv6 according to a post on the CentOS Mirrors mailing list (http://lists.centos.org/pipermail/centos-mirror/2015-May/008847.html):> Hello, > > mirrorlist.centos.org currently doesn't correctly answer on IPv6 - > The request succeeds superficially (200 OK), but the answer is > empty: > > ~ $ curl -6 > "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os" ~ $ > curl -4 > "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os" > http://mirror.ibcp.fr/pub/Centos/6.6/os/x86_64/ > http://distrib-coffee.ipsl.jussieu.fr/pub/linux/centos/6.6/os/x86_64/ > >http://mirror1.babylon.network/centos/6.6/os/x86_64/> ftp://ftp.free.fr/mirrors/ftp.centos.org/6.6/os/x86_64/ > http://centos.quelquesmots.fr/6.6/os/x86_64/ > http://ftp.rezopole.net/centos/6.6/os/x86_64/ > http://fr2.rpmfind.net/linux/centos/6.6/os/x86_64/ > http://mirror.in2p3.fr/linux/CentOS/6.6/os/x86_64/ > http://mirrors.ircam.fr/pub/CentOS/6.6/os/x86_64/ > http://mirrors.atosworldline.com/public/centos/6.6/os/x86_64/ ~ $ > curl -I -6 > "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os" > HTTP/1.1 200 OK Server: nginx/1.0.15 Date: Sun, 24 May 2015 > 14:38:37 GMT Content-Type: text/plain Connection: keep-alive > Content-Length: 0 > > ~ $ > > Thanks for looking into it! > > (Also, I wonder why the results don't contain > centos.mirrors.ovh.net which should be closest - but that's another > question for another time.) > > Best regards, Felix Krohn- -- Tim Semeijn Babylon Network pgp 0x5B8A4DDF -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJVYeYkAAoJEIZioqpbik3fEp8P/iZSjRRA3C355W5TW4S7yYXB MDim9D6CQDHPjVtE905X7uXl17XO5+mYGsnxzCUtJmzATkOxTSoIC5KXomq106L5 ms3vpLwGeyUPlNGaQ3QExc0h/VZNnr01KbTbL8H2eOPK4xit+dQ6I5V8K8t4Y3PL hTPflF/Y30JggwG9x9wpPomUhu7sr66Oh9ZbO6jxm3RXsboRGOsJVXmgPmIaGSyK wMOw5eXVTckKI9YHTD1zmAbHQ3aGli1WJ1MoHTy9Asygcwb1Y4odo03xm7Kf85YF NA6baXHrcNcOpmBqfW7vAZLa6I7QUi+2kCP23EDXpVol5L0J/ZBkPuSFQqXxH0C0 MlnGyxdIrFSQXA3yC/qFajgexE1eeSRMSVTKoYAOXnm656iXTWkQjsO7gqU1zgTa AzvY3mmJi6QF/W/XHKt81GDkITP/pO5mYS+5PV1o+8BImDAOoavMPsqjZRqL49Rg ziMy5ZSsouJaKWJaHs0b/EeRwYJJpcVtCj2oj+AyC+RkXhgkPsOVukJI3/KMuB9S cheEw6MUr8O+gjcWYOh/FrcQ2fkxJHNf0Pek6mEO11wsJ65PrhDnEDSvRHHcz+gw sB25/x/gIs5t1SdZwZyRlxsp7tDl/iDjPqGhKmeA9cSBL0pWaPM554hIUCQMhtC7 1WB4ioclY+9cgZUS0wRi =EG6r -----END PGP SIGNATURE-----
Am 24.05.2015 um 16:54 schrieb Tim Semeijn:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > It looks like the culprit is IPv6 according to a post on the CentOS > Mirrors mailing list > (http://lists.centos.org/pipermail/centos-mirror/2015-May/008847.html):Bingo. [root at msg ~]# curl -6 "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os"; echo $? 0 [root at msg ~]# curl -4 "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os"; echo $? http://ftp.wrz.de/pub/CentOS/6.6/os/x86_64/ ftp://mirror.fraunhofer.de/centos.org/6.6/os/x86_64/ http://mirror.eu.oneandone.net/linux/distributions/centos/6.6/os/x86_64/ http://centos.datente.com/media/6.6/os/x86_64/ http://mirror.skylink-datacenter.de/centos/6.6/os/x86_64/ http://mirror.softaculous.com/centos/6.6/os/x86_64/ http://mirror.netcologne.de/centos/6.6/os/x86_64/ http://ftp.fau.de/centos/6.6/os/x86_64/ http://mirror.23media.de/centos/6.6/os/x86_64/ http://mirror.jgotteswinter.com/centos/6.6/os/x86_64/ 0 Alexander
On 05/24/2015 10:00 AM, Alexander Dalloz wrote:> Am 24.05.2015 um 16:54 schrieb Tim Semeijn: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> It looks like the culprit is IPv6 according to a post on the CentOS >> Mirrors mailing list >> (http://lists.centos.org/pipermail/centos-mirror/2015-May/008847.html): > > Bingo. > > [root at msg ~]# curl -6 > "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os"; echo $? > 0 > [root at msg ~]# curl -4 > "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os"; echo $? > http://ftp.wrz.de/pub/CentOS/6.6/os/x86_64/ > ftp://mirror.fraunhofer.de/centos.org/6.6/os/x86_64/ > http://mirror.eu.oneandone.net/linux/distributions/centos/6.6/os/x86_64/ > http://centos.datente.com/media/6.6/os/x86_64/ > http://mirror.skylink-datacenter.de/centos/6.6/os/x86_64/ > http://mirror.softaculous.com/centos/6.6/os/x86_64/ > http://mirror.netcologne.de/centos/6.6/os/x86_64/ > http://ftp.fau.de/centos/6.6/os/x86_64/ > http://mirror.23media.de/centos/6.6/os/x86_64/ > http://mirror.jgotteswinter.com/centos/6.6/os/x86_64/ > 0IPv6 support is not always solid everywhere for us (as our mirrors are all donated) , we will troubleshoot as soon as we can. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20150524/5054cd6b/attachment-0001.sig>