centos.alt.ru As Yum Repository?

Marcus

Well-known member
Is this an indication that there is something wrong on my server?

Code:
# yum update
Loaded plugins: downloadonly, fastestmirror, priorities
Loading mirror speeds from cached hostfile
epel/metalink                                            |  27 kB     00:00
 * base: ftp.plusline.de
 * epel: mirrors.n-ix.net
 * extras: mirror.informatik.hs-fulda.de
 * updates: centos.mirror.linuxwerk.com
http://centos.alt.ru/repository/centos/6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
 
Hi Slavik, thanks for your fast reply.

Code:
# yum clean all
Loaded plugins: downloadonly, fastestmirror, priorities
Cleaning repos: CentALT base elasticsearch-1.1 epel extras updates
Cleaning up Everything
Cleaning up list of fastest mirrors

# yum update
Loaded plugins: downloadonly, fastestmirror, priorities
Determining fastest mirrors
epel/metalink                                            |  27 kB     00:00
* base: mirror.skylink-datacenter.de
* epel: mirrors.n-ix.net
* extras: ftp.fau.de
* updates: centos.mirror.linuxwerk.com
http://centos.alt.ru/repository/centos/6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: CentALT. Please verify its path and try again
 
Hmm, appears the centalt repo is down.

try

yum update --disablerepo=*centalt*
 
I think I just wait then until the problem resolves itself.

Code:
# yum update --disablerepo=*centalt*
Loaded plugins: downloadonly, fastestmirror, priorities
Loading mirror speeds from cached hostfile
epel/metalink                                            |  27 kB     00:00
* base: mirror.skylink-datacenter.de
* epel: mirrors.n-ix.net
* extras: ftp.fau.de
* updates: centos.mirror.linuxwerk.com
http://centos.alt.ru/repository/centos/6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: CentALT. Please verify its path and try again
 
Last edited:
waves at all .. first post !

@Marcus are you using Centmin Mod by any chance ? @RoldanLT ran into this very problem with CentALT repository literally disappearing overnight ! The url http://centos.alt.ru/repository/centos/6/x86_64 is not found anymore.

For the fix disable CentALT repository completely by typing these 2 commands in SSH

Code:
sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/centalt.repo
yum clean all
 
Top Bottom