您当前的位置: 首页 > 学无止境 > 心得笔记 网站首页心得笔记
解决centos6.4x64下yum命令”fastestmirror, security”错误
发布时间:2017-06-03 09:14:54编辑:雪饮阅读()
昨天还跑的好好的,今天就不行了。记忆中自己也没有改过什么东西啊。。。。。。
解决方法:
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/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1 #将plugins的值修改为0
installonly_limit=5
重启服务器
关键字词:centos,yum,fastestmirror