当前位置:   article > 正文

linux yum baseurl,解决CentOS系统Yum出现”Cannot find a valid baseurl for repo”问题 | 老左笔记...

centos6.8 error: cannot find a valid baseurl for repo: webtatic

有网友告知老左自己在腾讯云服务器上部署环境使用到yum命令的时候提示无法执行脚本有出现"Cannot find a valid baseurl for repo"问题提示。看到这样的问题肯定是源不通导致的,先搜索搜索是否有同样的解决方法,有的人用到需要更新repo的,也有的简单更新DNS的。

0915cda17ec94258aadb8befd7efaf5b.png

错误提示:

[[email protected]_17_139_centos ~]# yum -y install wget screen python

Loaded plugins: fastestmirror, security

Setting up Install Process

Repository updates is listed more than once in the configuration

Repository contrib is listed more than once in the configuration

Repository extras is listed more than once in the configuration

Loading mirror speeds from cached hostfile

Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was

12: Timeout on http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds')

Error: Cannot find a valid baseurl for repo: base

因为问题我也没有遇到过,就先用简单的方法试试,更换DNS。

vi /etc/resolv.conf

然后将DNS换成两组 8 8 8 8 和 8 8 4 4

保存后退出,然后我们在执行yum命令可以看到是可以解决问题的。

ebf846285a131e4d8d45fa9a130f7ee0.png

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/运维做开发/article/detail/834148
推荐阅读
相关标签
  

闽ICP备14008679号