I followed the CentOS how-to but always get this error:

http://dev.centos.org/centos/5/testing/i386/repodata/filelists.sqlite.bz2: [Errno 4] Socket Error: timed out
Trying other mirror.
Error: failure: repodata/filelists.sqlite.bz2 from c5-testing: [Errno 256] No more mirrors to try.

Thanks!

link|improve this question

62% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Try running a yum clean all then rerun the install - though at first glance it looks like the mirror is having the issue.

link|improve this answer
feedback

Looks like a connection problem (to one of the mirrors)?

Could be a problem with the yum cache. I haven't had similar problems but found post regarding similar problems, where the tip was to try

yum clean metadata and/or yum remove yum-fastestmirror

You might want to read up on it mmore before trying though

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.