[FrontPage] [TitleIndex] [WordIndex

This is a read-only archived version of wiki.centos.org

[Errno 14] HTTP/HTTPS Error 404

[Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403"

[Errno 14] Error 60 - It was impossible to connect to the CentOS servers

1. 摘要

当你在客端系统上以 yum 进行组件安装或更新,yum 出现以下错误:

[Errno 14] HTTP Error 404: Not Found

[Errno 14] HTTPS Error 404 - Not Found

[Errno 14] HTTP Error 404: Status 404

[Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403"

[Errno 14] Error 60 - It was impossible to connect to the CentOS servers

2. 主要原因

1. 你未连接到互联网。

2. 要是系统能联络服务器但找不到或不能访问服务器上所需的组件或路径,这个错误亦会出现。

3. 你的代理服务器设置出错。

4. 你采用了一个有问题的本地镜站。

3. 修正方法

1. 确定系统能访问网络上的东西。

2. 这个问题亦可能因计算机上的缓存损坏而引起,请尝试清理系统上的缓存:

yum clean all
rm -rf /var/cache/yum/*

3. 要是你采用代理服务器,请确定它在 /etc/yum.conf 内有正确的设置。以下是一个例子(你的名称、口令、端口当然会有所不同)。

proxy=http://mystuff.mydomain.com:1234
# yum 连接的帐户数据
proxy_username=proxy-user
proxy_password=proxy-password

4. 暂时注释掉 .repo 档内 mirror= 那一行,然后:

yum clean all; yum makecache

要是这么依然不行,请试用我们社群的支持平台:

论坛 | 邮件列表 | 其它 —— 取得协助

Translation of revision 3


2023-09-11 07:24