解決YUM下Loaded plugins: fastestmirror Determining fastest mirrors 的問題

Centons下socket

其大概意思是fastestmirror不能使用,fastestmirror是yum的一個加速插件,具體我也沒有仔細瞭解過,多是系統不支持或者缺乏組建致使的。處理辦法就是禁用這個插件,方法以下:ide

  1. root@www.ctohome.com]# 插件

    vi debug

    /etc/yum/pluginconf.d/fastestmirror.conf  it


  2.  

  3. [main]  ast

    enabled=0 class

    //把1改成0 thread

  4. verbose=0 test

  5. socket_timeout=3 配置

    hostfilepath=/var/cache/yum/timedhosts.txt  

  6. maxhostfileage=10 

  7. maxthreads=15 

     

  8. #exclude=.gov, 

    facebook

  9. =======================================================================================

  10. 修改如下配置文件

  11.  

    #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

  12. installonly_limit=5

相關文章
相關標籤/搜索