yum [Errno 256] No more mirrors to try
mauferJul 14 2010 — edited Jul 31 2011I've working an Oracle VM, it works fine. Their version is:
[root@varela ~]# uname -a
Linux varela 2.6.18-194.0.0.0.4.el5 #1 SMP Thu Apr 8 18:20:19 EDT 2010 i686 i686 i386 GNU/Linux
[root@varela etc]# cat redhat-release
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
I've tried to install some packages using yum but I's always gave me the same error. For example, trying to install strace give me:
[root@varela ~]# yum -y install strace
Loaded plugins: security
http://uln-internal.oracle.com/yum/EnterpriseLinux/EL5/addons/i386/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
http://uln-internal.oracle.com/yum/EnterpriseLinux/EL5/latest/i386/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package strace.i386 0:4.5.18-5.el5_4.4 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
strace i386 4.5.18-5.el5_4.4 el5_latest 173 k
Transaction Summary
================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)
Total download size: 173 k
Downloading Packages:
http://uln-internal.oracle.com/yum/EnterpriseLinux/EL5/latest/i386/strace-4.5.18-5.el5_4.4.i386.rpm: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
Error Downloading Packages:
strace-4.5.18-5.el5_4.4.i386: failure: strace-4.5.18-5.el5_4.4.i386.rpm from el5_latest: [Errno 256] No more mirrors to try.
How can I install it?? o add more mirrros (which?)
Thank you very much in advance
Mauricio Fernández