(1). Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again
Determining fastest mirrors
http://mirrors.cloud.aliyuncs.com/centos/6/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
尝试其他镜像。
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
错误:Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again
(2). 问题原因
CentoS 6已经停止维护和更新了,不在支持yum源使用了.以下是几个旧版本的停止更新时间节点.
CentoS 6 停止维护更新日期:2020年11月30日.
CentOS 7 停止维护更新日期:2024年6月.
CentOS 8 停止维护更新日期:2029年5月.
2020年12月2日,centos官方停止了对centos6的所有更新,并且下架了包括官方所有的centos6源,目前阿里、163、清华等Centos6源已无法使用.
(3). 备份repo
[root@lixin yum.repos.d]# pwd
/etc/yum.repos.d
# 备份所有的repo
[root@lixin yum.repos.d]# ll
-rw-r--r-- 1 root root 187 12月 23 14:28 CentOS-Base.repo
-rw-r--r-- 1 root root 676 12月 23 14:22 CentOS-Base.repo.backup
-rw-r--r-- 1 root root 647 12月 23 14:34 CentOS-Debuginfo.repo.backup
-rw-r--r--. 1 root root 289 3月 28 2017 CentOS-fasttrack.repo.backup
-rw-r--r--. 1 root root 630 3月 28 2017 CentOS-Media.repo.backup
-rw-r--r--. 1 root root 7989 3月 28 2017 CentOS-Vault.repo.backup
-rw-r--r-- 1 root root 230 12月 23 14:16 epel.repo.backup
(4). 修改CentOS-Base.repo
# 修改 vi CentOS-Base.repo
[centos-office]
name=centos-office
failovermethod=priority
baseurl=https://vault.centos.org/6.10/os/x86_64/
gpgcheck=1
gpgkey=https://vault.centos.org/6.10/os/x86_64/RPM-GPG-KEY-CentOS-6
(5). 重建缓存元数据
# 清除缓存并重建缓存
[root@lixin yum.repos.d]# yum clean all
[root@lixin yum.repos.d]# yum makecache