[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