解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors
所用系统为centos6.6系统,yum源为网络源
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=15
exclude=.gov, facebook
=======================================================================================
修改以下配置文件
#vi /etc/yum.conf
[main]
cachedir=/var/cache/yum/releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1 #将plugins的值修改为0
installonly_limit=5
这样就可以解决问题了
文章来源: zmedu.blog.csdn.net,作者:互联网老辛,版权归原作者所有,如需转载,请联系作者。
原文链接:zmedu.blog.csdn.net/article/details/70045044
- 点赞
- 收藏
- 关注作者
评论(0)