Centons下socket
其大概意思是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/$releaseverkeepcache=0debuglevel=2logfile=/var/log/yum.logexactarch=1obsoletes=1gpgcheck=1plugins=1 #將plugins的值修改成0installonly_limit=5