did you REALLY make a " CentOS-Vault.repo"
and did you READ then REREAD that WARNING
this is the place holder for the 6.3 repo file in the cent mirrors
Quote:
This directory (and version of CentOS) is depreciated. For normal users,
you should use /6/ and not /6.3/ in your path. Please see this FAQ
concerning the CentOS release scheme:
http://www.centos.org/modules/smartfaq/faq.php?faqid=34
If you know what you are doing, and absolutely want to remain at the 6.3
level, go to http://vault.centos.org/ for packages.
Please keep in mind that 6.0, 6.1, 6.2 and 6.3 no longer gets any updates, nor
any security fix's.
|
did you really point to the "http://vault.centos.org/6.3 " historical archive ?
the list of files in the "etc/yum.repos.d/" is of little help
this would be better
Code:
su -
yum repolist all
this will output a list of ALL repos that are in the database and it they are turned ON or OFF
that error in the above post is pointing to 6.5
but you look to have things hard coded to 6.3 ( and the historical archive version )
there is no "vault" rpm for you to have installed the "CentOS-Vault.repo"
you had to have manually created that
remove it
make sure that ONLY CentOS-Base and CentOS-update are turned on
they of course are USELESS in that they point to dead links
also that yum plugin "fastestmirror" normally causes more problems that it solves
you might want to remove it ( right now it is looking for the dead centos 6.3 mirrors)
Code:
su -
yum remove fastestmirror
it might have a bit of a different name "yum-fastestmirror"
so look for it in the rpm database
Code:
rpm -qa | grep fastestmirror
if all of the above fails
manually remove ALL the *.repo files in that folder and
install this centos 6.5 rpm
( there are 3 ways to upgrade )
the way i posted a few posts above
and installing the upgraded repo list
this rpm below
http://ftp.osuosl.org/pub/centos/6.5...1.1.x86_64.rpm
in firefox click on the above link
and select "install" from the list of things to do with it
( yes you can install software rpm's through firefox)
then