所用系統爲centos6.6系統,yum源爲網絡源centos
Centons下出現這個問題
其大概意思是fastestmirror不能使用,fastestmirror是yum的一個加速插件,系統不支持或者缺乏組建致使的。處理辦法就是禁用這個插件,方法以下:
root@www.ctohome.com]# vi /etc/yum/pluginconf.d/fastestmirror.conf網絡
[main]
enabled=0 //把1改成0
verbose=0
socket_timeout=3
hostfilepath=/var/cache/yum/timedhosts.txt
maxhostfileage=10
maxthreads=15socket
=======================================================================================ide
修改如下配置文件
#vi /etc/yum.conf插件
[main]
cachedir=/var/cache/yum/ basearch/ basearch/releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1 #將plugins的值修改成0
installonly_limit=5debug
這樣就能夠解決問題了it