解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors 的问题

Centons下

其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理办法就是禁用这个插件,方法如下:

  1. [email protected]]# 

    vi 

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


  2.  

  3. [main]  

    enabled=0 

    //把1改为0 

  4. verbose=0 

  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




你可能感兴趣的:(mirrors,的问题,Determining,fastestmirror,Fastest,解决YUM下Loaded,plugins:)