码迷,mamicode.com
首页 > 系统相关 > 详细

Linux服务器执行yum update不成功

时间:2017-06-27 16:20:36      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:com   系统   png   log   thread   his   没有   socket   uri   

Linux服务器执行yum update报错提示:

Loaded plugins: fastestmirror, refresh-packagekit,

security You need to be root to perform this command.

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/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1 #将plugins的值修改为0
installonly_limit=5

ok,可正常更新yum了。 

技术分享

 

Linux服务器执行yum update不成功

标签:com   系统   png   log   thread   his   没有   socket   uri   

原文地址:http://www.cnblogs.com/wx491592452/p/7085609.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!