Dear All,
I am using Centos 4.7, i have an issue when i run yum update, the URL times-out even when i browse it on firefox
#yum update php Setting up Update Process Setting up repositories http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out> Trying other mirror. Cannot open/read repomd.xml file for repository: update failure: repodata/repomd.xml from update: [Errno 256] No more mirrors to try. E rror: failure: repodata/repomd.xml from update: [Errno 256] No more mirrors to try.
i tried yum clean all, but still the same. do you have any advice please.
Thank you
From: Torintino T torintino2@live.com
I am using Centos 4.7, i have an issue when i run yum update, the URL times-out even when i browse it on firefox ... http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml: [Errno
Works fine here...Maybe try the url with wget and, if they timeout, look at the IPs resolved and do traceroutes...
JD
I still get this
http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out> Trying other mirror. Cannot open/read repomd.xml file for repository: update failure: repodata/repomd.xml from update: [Errno 256] No more mirrors to try. Error: failure: repodata/repomd.xml from update: [Errno 256] No more mirrors to try.
when i wget it resolves to : 41.215.241.82
--18:31:14-- http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml => `repomd.xml' Resolving mirror.centos.org... 41.215.241.82 Connecting to mirror.centos.org|41.215.241.82|:80...
failed: Connection timed out. Retrying.
--18:34:30-- http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml (try: 2) => `repomd.xml' Connecting to mirror.centos.org|41.215.241.82|:80...
and still times out.
Thanks
Date: Wed, 15 Jun 2011 08:34:42 -0700 From: jdmls@yahoo.com To: centos@centos.org Subject: Re: [CentOS] Mirror URL Times Out
From: Torintino T torintino2@live.com
I am using Centos 4.7, i have an issue when i run yum update, the URL times-out even when i browse it on firefox ... http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml: [Errno
Works fine here...Maybe try the url with wget and, if they timeout, look at the IPs resolved and do traceroutes...
JD
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 5.7.2011 17:36, Torintino T wrote:
when i wget it resolves to : 41.215.241.82
--18:31:14-- http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml => `repomd.xml' Resolving mirror.centos.org... 41.215.241.82 Connecting to mirror.centos.org|41.215.241.82|:80...
failed: Connection timed out. Retrying.
On 41.215.241.82 is no webservice listening.
$ telnet 41.215.241.82 80 Trying 41.215.241.82... telnet: connect to address 41.215.241.82: Operation timed out telnet: Unable to connect to remote host: Operation timed out
but
$ telnet mirror.centos.org 80 Trying 93.113.36.66... Connected to mirror.centos.org (93.113.36.66). Escape character is '^]'.
Check your DNS Server or /etc/hosts or whatever you use for name resolution.
Yes, it's my ISP's DNS issue, i used another global DNS instead and it worked.
Thanks a lot
To: centos@centos.org From: markus.falb@fasel.at Date: Tue, 5 Jul 2011 17:55:25 +0200 Subject: Re: [CentOS] Mirror URL Times Out
On 5.7.2011 17:36, Torintino T wrote:
when i wget it resolves to : 41.215.241.82
--18:31:14-- http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml => `repomd.xml' Resolving mirror.centos.org... 41.215.241.82 Connecting to mirror.centos.org|41.215.241.82|:80...
failed: Connection timed out. Retrying.
On 41.215.241.82 is no webservice listening.
$ telnet 41.215.241.82 80 Trying 41.215.241.82... telnet: connect to address 41.215.241.82: Operation timed out telnet: Unable to connect to remote host: Operation timed out
but
$ telnet mirror.centos.org 80 Trying 93.113.36.66... Connected to mirror.centos.org (93.113.36.66). Escape character is '^]'.
Check your DNS Server or /etc/hosts or whatever you use for name resolution.
From: Torintino T torintino2@live.com
From: markus.falb@fasel.at
Check your DNS Server or /etc/hosts or whatever you use for name resolution.
Yes, it's my ISP's DNS issue, i used another global DNS instead and it worked.
Isn't the resolution of mirror.centos.org based on the (dns) location? If so, it is not an ISP dns error; just the closest mirror is unavailable...
JD
Torintino T wrote:
Dear All,
I am using Centos 4.7, i have an issue when i run yum update, the URL times-out even when i browse it on firefox
#yum update php Setting up Update Process Setting up repositories http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out> Trying other mirror. Cannot open/read repomd.xml file for repository: update failure: repodata/repomd.xml from update: [Errno 256] No more mirrors to try. E rror: failure: repodata/repomd.xml from update: [Errno 256] No more mirrors to try.
i tried yum clean all, but still the same. do you have any advice please.
Thank you
You can go to http://www.centos.org/modules/tinycontent/index.php?id=30 (mirror list) and select some other mirror until you solve your connection problem. Update to 4.9 and see if problem persists.
Also check you system for signs of security breach.
try tracerouting http://mirror.centos.org, and 64.94.65.2 (IP of the mirror.centos.org) at least for me, since it could be DNS issue.
Ljubomir