Skip to content

[Errno 14] PYCURL ERROR 22 — «The requested URL returned error: 404 Not Found»

При установке/обновлении какого-либо пакета в CentOS 6 отображает ошибку:

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.ip-connect.vn.ua
 * epel: mirror.uni-trier.de
 * extras: centos.hitme.net.pl
 * remi: mirror.23media.de
 * remi-php54: mirror.23media.de
 * remi-safe: mirror.23media.de
 * updates: centos.ip-connect.vn.ua
http://centos.ip-connect.vn.ua/6.4/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://centos.itt-consulting.com/6.4/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://centos.slaskdatacenter.com/6.4/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://ftp.colocall.net/pub/centos/6.4/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.

Решение достаточно простое. Если установлен репозиторий rpmforge то отрубаем его к чертям:

cd /etc/yum.repos.d/
mkdir off
mv rpmforge.repo /etc/yum.repos.d/
mv mirrors-rpmforge* /etc/yum.repos.d/

Очищаем метаданные

yum clean all

И вуаля, проблема с [Errno 14] PYCURL ERROR 22 – “The requested URL returned error: 404 Not Found” элементарно решена

Published inLinux

Be First to Comment

Залишити відповідь

Ваша e-mail адреса не оприлюднюватиметься. Обов’язкові поля позначені *