Kvm Installation error
Hello.
I am trying to install KVM on my server, CentOs 6.5 , it supports virtualization and it is a 64 bits architecture. After typing yum install qemu-kvm I get this:
yum install qemu-kvm
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.anl.gov
* extras: mirror.anl.gov
* updates: mirror.anl.gov
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package qemu-kvm.x86_64 2:0.12.1.2-2.415.el6_5.14 will be installed
http://mirror.anl.gov/pub/centos/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://mirror.metrocast.net/centos/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://mirror.atlanticmetro.net/centos/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://mirror.tocici.com/centos/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://mirrors.syringanetworks.net/centos/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://mirrors.cat.pdx.edu/centos/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://mirror.beyondhosting.net/CentOS/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://mirror.ancl.hawaii.edu/linux/centos/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://lug.mtu.edu/centos/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://mirror.us.leaseweb.net/centos/6/updates/x86_64/repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: failure: repodata/f0ca0308c52a57246e9764a3aac13626847d2260212341bb572ec7cb1c0b631f-filelists.sqlite.bz2 from updates: [Errno 256] No more mirrors to try.
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
It seems it does not find some dependencies or URL. Any idea of what's happening?
thanks in advance
Comments
Ok , I tried this and worked for me:
yum clean all && yum clean metadata && yum clean dbcache && yum makecache && yum update -y
Thanks anyway
yum clean all
Does all the other cleans....
thanks
yum clean all

No need of other even haven't heard any of those except yum update -y & clean all