Hi,
I've just installed a fresh CentOS 5.2
Now, I run "yum update" and I get:
"Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=os error was [Errno 4] IOError: <urlopen error (110, 'Connection timed out')> Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again"
I have Internet connection, but I cant ping mirrorlist.centos.org and http://mirrorlist.centos.org/?release=5&arch=i386&repo=os just stalls.
Is there another "mirror list" and if so, how do I configure it ?
Any help would be appreciated.
Warm Regards,
Hi,
Le samedi 10 janvier 2009, Mário Gamito a écrit :
I have Internet connection, but I cant ping mirrorlist.centos.org and http://mirrorlist.centos.org/?release=5&arch=i386&repo=os just stalls.
Ping works for me. Perhaps you have to retry.
Regards. Alain
Alain PORTAL wrote:
Hi,
Le samedi 10 janvier 2009, Mário Gamito a écrit :
I have Internet connection, but I cant ping mirrorlist.centos.org and http://mirrorlist.centos.org/?release=5&arch=i386&repo=os just stalls.
Ping works for me. Perhaps you have to retry.
I can ping it also, but nothing happens after :(
Warm Regards,
On Saturday 10 January 2009 12:45:13 Mário Gamito wrote:
Alain PORTAL wrote:
Hi,
Le samedi 10 janvier 2009, Mário Gamito a écrit :
I have Internet connection, but I cant ping mirrorlist.centos.org and http://mirrorlist.centos.org/?release=5&arch=i386&repo=os just stalls.
Ping works for me. Perhaps you have to retry.
I can ping it also, but nothing happens after :(
Warm Regards,
There seems to be a problem with mirrorlist
From here in Ireland.
[root@nogs ~]# ping mirrorlist.centos.org PING mirrorlist.centos.org (72.21.40.11) 56(84) bytes of data.
--- mirrorlist.centos.org ping statistics --- 22 packets transmitted, 0 received, 100% packet loss, time 21082ms
Tony
From here in Ireland.
[root@nogs ~]# ping mirrorlist.centos.org PING mirrorlist.centos.org (72.21.40.11) 56(84) bytes of data.
--- mirrorlist.centos.org ping statistics --- 22 packets transmitted, 0 received, 100% packet loss, time 21082ms
Tony
Same here in London ...
[root@nexus ~]# yum update Loading "fastestmirror" plugin Loading "priorities" plugin Determining fastest mirrors * rpmforge: ftp-stud.fht-esslingen.de Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=os error was [Errno 12] Timeout: <urlopen error timed out> Error: Cannot find a valid baseurl for repo: base
[root@nexus ~]# telnet 72.21.40.11 80 Trying 72.21.40.11... telnet: connect to address 72.21.40.11: Connection timed out telnet: Unable to connect to remote host: Connection timed out
[root@nexus ~]# ping 72.21.40.11 PING 72.21.40.11 (72.21.40.11) 56(84) bytes of data.
--- 72.21.40.11 ping statistics --- 7 packets transmitted, 0 received, 100% packet loss, time 6001ms
[root@nexus ~]# traceroute 72.21.40.11 traceroute to 72.21.40.11 (72.21.40.11), 30 hops max, 40 byte packets <snip> 9 kar1-ge-5-0-0.NewYork.savvis.net (206.24.193.197) 112.123 ms 114.100 ms 118.666 ms 10 cr2-ge-0-7-5-5.newyork.savvis.net (204.70.193.54) 139.362 ms 140.182 ms cr1-gig-0-7-5-5.NewYork.savvis.net (204.70.193.2) 136.317 ms 11 cr2-tengig0-7-0-0.dallas.savvis.net (204.70.196.214) 153.560 ms cr2-tengig0-0-2-0.dallas.savvis.net (204.70.196.210) 155.533 ms cr2-tengig0-7-0-0.dallas.savvis.net (204.70.196.214) 154.956 ms 12 hr1-tengig-12-0-0.dallasda1.savvis.net (204.70.203.58) 141.928 ms 171.916 ms 151.423 ms 13 216.39.79.98 (216.39.79.98) 152.406 ms 152.611 ms 152.858 ms 14 * * * 15 * * * 16 * * * 17 * * * <snip>
But it works fine from my work network which is on JANET... Looks like there's a routing issue somewhere...
D
Mário Gamito wrote on Sat, 10 Jan 2009 12:22:52 +0000:
I have Internet connection, but I cant ping mirrorlist.centos.org and http://mirrorlist.centos.org/?release=5&arch=i386&repo=os just stalls.
there's likely something misconfigured in your network, dns, firewall, NAT ..
Kai
Hi,
Isn't there another repo one can manually configure ?
Warm regards, Mário Gamito
Kai Schaetzl wrote:
Mário Gamito wrote on Sat, 10 Jan 2009 12:22:52 +0000:
I have Internet connection, but I cant ping mirrorlist.centos.org and http://mirrorlist.centos.org/?release=5&arch=i386&repo=os just stalls.
there's likely something misconfigured in your network, dns, firewall, NAT ..
Kai
Hi,
I solved the problem.
Just edited file /etc/yum.repos.d/CentOS-Base.repo and added &cc=pt at the end of each repo. Like:
&repo=extras&cc=pt
Thus, I get a Portuguese repo.
This can be made with all the countrie's TLD. They're using GEO-IP for about 100 repositories.
We can override the system like I did.
Warm Regards, Mário Gamito
Mário Gamito wrote:
Hi,
Isn't there another repo one can manually configure ?
Warm regards, Mário Gamito
Kai Schaetzl wrote:
Mário Gamito wrote on Sat, 10 Jan 2009 12:22:52 +0000:
I have Internet connection, but I cant ping mirrorlist.centos.org and http://mirrorlist.centos.org/?release=5&arch=i386&repo=os just stalls.
there's likely something misconfigured in your network, dns, firewall, NAT ..
Kai
Mário Gamito wrote on Sat, 10 Jan 2009 13:41:42 +0000:
Isn't there another repo one can manually configure ?
I would just wait until it's fixed. (It's fixed now!)
Kai
Mário Gamito wrote:
Hi,
I've just installed a fresh CentOS 5.2
Now, I run "yum update" and I get:
"Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=os error was [Errno 4] IOError: <urlopen error (110, 'Connection timed out')>
One of the mirrorlist servers has been down today (but now works again). If you happen to hit the bad one, the above can happen.
Cheers,
Ralph