Re: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"

Zdenek Pavlas <[email protected]> Wed, 23 Oct 2013 09:19:48 -0400 (EDT)
Newsgroups gmane.linux.rpm.yum
Message-ID <[email protected]>
> Could not retrieve mirrorlist
> http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was
> 14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"

My wild bet is IPv6 breakage.. Does the following work?

$ curl 'http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os'
$ curl -4 'http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os'