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

发布时间:2021-03-20 15:07:39编辑:文明阅读(1342)

    打开本地的centos6用yum下载包,结果就报All mirror URLs are not using ftp, http[s] or file.我以为本地网络有什么问题了,一通操作猛如虎...后来发现是因为centos6的支持给官方停掉了......

    [root@Hadoop ~]# yum makecacheLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfileYumRepo 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
    
    vim /var/cache/yum/x86_64/6/centos-sclo-rh/mirrorlist.txt
    
    http://mirrors.pubyun.com/centos/7/os/x86_64/
    http://mirrors.yun-idc.com/centos/7/os/x86_64/
    http://mirrors.hust.edu.cn/centos/7/os/x86_64/
    http://mirrors.nwsuaf.edu.cn/centos/7/os/x86_64/
    http://mirrors.hustunique.com/centos/7/os/x86_64/
    http://mirrors.cqu.edu.cn/CentOS/7/os/x86_64/
    http://mirror.bit.edu.cn/centos/7/os/x86_64/
    http://ftp.sjtu.edu.cn/centos/7/os/x86_64/
    http://mirrors.sina.cn/centos/7/os/x86_64/
    http://mirror.neu.edu.cn/centos/7/os/x86_64/
    http://mirrors.opencas.cn/centos/7/os/x86_64/
    http://mirrors.neusoft.edu.cn/centos/7/os/x86_64/
    http://mirrors.aliyun.com/centos/7/os/x86_64/
    http://centos.ustc.edu.cn/centos/7/os/x86_64/
    http://mirrors.163.com/centos/7/os/x86_64/
    http://mirrors.btte.net/centos/7/os/x86_64/
    /

关键字yum错误

    还没有小伙伴评论,快来抢沙发啦~~!