[Errno 12] Timeout: <urlopen error timed out>


[Log in to get rid of this advertisement]
http://mirror.centos.org/centos/5/os...ta/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again

Thanks,
Ram
Hi!
You could try;
Code:
yum clean all && yum clean metadata && yum clean dbcache && yum makecache && yum update
or
Code:
rm -f /var/lib/rpm/__db* && rpmdb -vv --rebuilddb
Will you post the output of your /etc/yum.repos.d/.
========================================
Try the following

service named restart
yum repolist
yum clean all
yum update

If that doesn't fix it

nano -w /etc/yum.conf

Add the following:

timeout=300

If that doesn't work, do the following:

rm -f /var/lib/rpm/__db* && rpmdb -vv --rebuilddb

相关文章:

  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2021-04-09
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
猜你喜欢
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-02
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案