- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我对 yum update httpd 有疑问
我的服务器是 CentOS 5.11
我收到这个错误:
[root@pbx5 ~]# yum install httpd
Loaded plugins: kmod
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=os error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
http://vault.centos.org/5.11/os/i386/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again
[root@pbx5 ~]#
这里是我的仓库 CentOS-Base.repo
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=http://vault.centos.org/5.11/os/i386/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
baseurl=http://vault.centos.org/5.11/extras/i386/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
请帮帮我。谢谢。
最佳答案
在[base]中评论镜像列表:
[base]
name=CentOS-$releasever - Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=http://vault.centos.org/5.11/os/i386/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
并检查 vault.centos.org 是否正确解析:
$ dig +short vault.centos.org
109.72.83.61
如果没有解决,尝试手动添加记录:
echo "109.72.83.61 vault.centos.org" >> /etc/hosts
yum clean all && yum makecache
关于linux - 存储库 : Cannot retrieve repository metadata (repomd. 错误 : base. xml) 请验证其路径并重试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53562691/
我正在使用 Redhat Linux 服务器并尝试在其上安装 MongoDB。 我正在按照链接中给出的步骤进行操作:https://docs.mongodb.com/manual/tutorial/i
我在 VirtualBox 上安装了 HDP 2.6.1 并正在尝试运行 yum 安装 python-pip 但是出现如下错误: http://dev2.hortonworks.com.s3.amaz
我刚刚通过此链接安装了 epel-release 存储库: http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarc
利用网络监视软件cacti检测某服务器的流量用到SNMP服务!我像往常一样运行了命令yum -y install net-snmp结果出来一些错误信息的提示!yum错误:Cannot retriev
我尝试在我的计算机上运行 yum update,但收到此错误。 Error: Cannot retrieve repository metadata (repomd.xml) for reposito
我已经更新了 CentOS 内核并重启了本地 repo 服务器。之后,当我在客户端运行 yum update 时,我得到了 http://test.local/repos/test-extras/Ce
我正在尝试在旧的 Fedora 20 虚拟机上安装软件包。 yum install 导致失败并出现 HTTP 403 错误: http://download.fedoraproject.org//re
Following error occurred when I'm trying to update using "yum" command. There's no any Internet conn
我对 yum update httpd 有疑问 我的服务器是 CentOS 5.11 我收到这个错误: [root@pbx5 ~]# yum install httpd Loaded plugins:
我安装了 Ripple rpm repo以下 documentation (step 1) $ sudo rpm -Uvhhttps://mirrors.ripple.com/ripple-repo-
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
我正在尝试在 EC2 CentOS 7 服务器上安装 Postgres 11,但无法通过 Postgres yum 存储库。我尝试安装存储库: yum install https://download
运行 CentOS 6 时: yum update 我明白了: Loaded plugins: fastestmirror, priorities, security Loading mirror
在我的 centos 5.9 中,我尝试 yum check-update 但我遇到了这个错误 http://mirror.centos.org/centos/5/os/i386/repodata/r
我是一名优秀的程序员,十分优秀!