centos6.9-yum源失效问题

昨天想在服务器上搭gogs,结果死活装不了docker。一直提示说没有源,无法更新:

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

今早又在v2ex看到这个:
centos6.9-yum源失效问题_第1张图片
查看服务器版本

(base) [root@localhost GSA]# cat /proc/version
Linux version 2.6.32-696.10.1.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) ) #1 SMP Tue Aug 22 18:51:35 UTC 2017

查看centos版本

(base) [root@localhost software]# rpm -q centos-release
centos-release-6-9.el6.12.3.x86_64
(base) [root@localhost software]# cat /etc/redhat-release
CentOS release 6.9 (Final)

emmmm暂时不升级系统吧,找了下,感谢这位博主:
https://blog.csdn.net/h952520296/article/details/110541018
目前的解决方案是:
修改/etc/yum.repos.d/CentOS-Base.repo,内容为(原始文件另存为CentOS-Base.repo.old):

[base]
name=CentOS-$releasever - Base
failovermethod=priority
baseurl=https://vault.centos.org/6.9/os/x86_64/
gpgcheck=0

评论里那个sohu的我不行,所以没放。

不过安装过程中还是遇到非常多坑的,之后在补。目前主要通过源码安装需要的东西。

你可能感兴趣的:(工作技巧,centos,linux,yum)