加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

解决YUM下Loaded plugins: fastestmirror Determining fastest m

发布时间:2020-12-15 16:50:34 所属栏目:安全 来源:网络整理
导读:声明:没有这个加速网络会特别慢,那速度建议重装centos,个人认为这个问题,是装centos的时候没装好 Centons下 其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理

声明:没有这个加速网络会特别慢,那速度建议重装centos,个人认为这个问题,是装centos的时候没装好


Centons下

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

  1. root@www.ctohome.com]#vi/etc/yum/pluginconf.d/fastestmirror.conf
  2. [main]
  3. enabled=0//把1改为0
  4. verbose=0
  5. socket_timeout=3
  6. hostfilepath=/var/cache/yum/timedhosts.txt
  7. maxhostfileage=10
  8. maxthreads=15
  9. #exclude=.gov,facebook
  10. =======================================================================================
  11. 修改以下配置文件
  12. #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

出自:http://blog.sina.com.cn/s/blog_7e513d7e01015j9b.html

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读