All mirror URLs are not using ftp, http[s] or file.centos6

这两天出差,临时要安装个东西到服务器上,因此打开本地的centos6用yum下载包,结果就报All mirror URLs are not using ftp, http[s] or file.我以为本地网络有什么问题了,一通操作猛如虎...后来发现是因为centos6的支持给官方停掉了......

[root@Hadoop ~]# yum makecache

Loaded plugins: fastestmirror

Loading mirror speeds from cached hostfile

YumRepo Error: All mirror URLs are not using ftp, http[s] or file.

Eg. Invalid release/repo/arch combination/

removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt

Error: Cannot find a valid baseurl for repo: base

有的时候也会报:

http://mirrors.linode.com/centos/6/os/x86_64/repodata/repomd.xml: [Errno 14]

PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"

Trying other mirror.

To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

解决办法,执行如下命令:

sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

curl -o /etc/yum.repos.d/CentOS-Base.repo https://www.xmpan.com/Centos-6-Vault-Aliyun.repo

yum clean all

yum makecache
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • Firewall 工作于网络(网络防火墙)或主机(主机防火墙)的边缘(通信报文的进出口),对于进出本网络或主机的报...
    SRE1阅读 1,375评论 0 0
  • 本章内容 ◆ 防火墙的概念◆ iptables的基本认识◆ iptables的组成◆ iptables的基本语法◆...
    Liang_JC阅读 490评论 0 1
  • 上一节开篇,废话了很多,这篇咱们直接进入主题,搞一个k8s学习环境。 由于官方上推荐初学者学习minikube这个...
    妞儿是只猫阅读 961评论 0 0
  • 1.安全技术 (1)入侵检测与管理系统(Intrusion Detection Systems): 特点是不阻断任...
    尛尛大尹阅读 2,530评论 0 2
  • [if !supportLists]1. [endif]今日大纲 [if !supportLists]1、 [en...
    我也是醉了Ryan阅读 699评论 0 0