解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors

Centons下出现这个问题 
其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,多是系统不支持或者缺乏组建致使的。处理办法就是禁用这个插件,方法以下: 
root@www.ctohome.com]# vi /etc/yum/pluginconf.d/fastestmirror.confsocket

[main] 
enabled=0 //把1改成0 
verbose=0 
socket_timeout=3 
hostfilepath=/var/cache/yum/timedhosts.txt 
maxhostfileage=10 
maxthreads=15ide

exclude=.gov, facebook

=======================================================================================插件

修改如下配置文件 
#vi /etc/yum.confdebug

[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=5it

相关文章
相关标签/搜索