Hello there,
since yersterday, there's a massive update ready for my CentOS 6 (kept up-to-date, including w/ cr updates).
The yum update lists many packages from 'base' and 'update' and 2 deps from 'cr' then fails, see:
====================
[snip] Installing for dependencies: perl-CGI x86_64 3.51-119.el6_1.1 cr 206 k perl-Test-Simple x86_64 0.92-119.el6_1.1 cr 110 k [snip]
Downloading Packages: http://mirror.centos.org/centos/6/cr/x86_64/RPMS/perl-CGI-3.51-119.el6_1.1.x...: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404" Trying other mirror. http://mirror.centos.org/centos/6/cr/x86_64/RPMS/perl-Test-Simple-0.92-119.e...: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404" Trying other mirror.
Error Downloading Packages: perl-CGI-3.51-119.el6_1.1.x86_64: failure: RPMS/perl-CGI-3.51-119.el6_1.1.x86_64.rpm from cr: [Errno 256] No more mirrors to try. perl-Test-Simple-0.92-119.el6_1.1.x86_64: failure: RPMS/perl-Test-Simple-0.92-119.el6_1.1.x86_64.rpm from cr: [Errno 256] No more mirrors to try.
====================
If I open the location 'http://mirror.centos.org/centos/6/cr/x86_64/RPMS/' with a web browser, the directory shows empty.
What's wrong here? Is my yum repos config weird or something like that?
Regards,
Am 13.12.2011 09:40, schrieb wwp:
Hello there,
since yersterday, there's a massive update ready for my CentOS 6 (kept up-to-date, including w/ cr updates).
The yum update lists many packages from 'base' and 'update' and 2 deps from 'cr' then fails, see:
With the release of 6.1 packages have moved. Run "yum clean all" and then your "yum update". Will fix it.
Regards
Alexander
Hello Nicolas, Alexander,
On Tue, 13 Dec 2011 10:11:36 +0100 Nicolas Thierry-Mieg Nicolas.Thierry-Mieg@imag.fr wrote:
wwp wrote:
The yum update lists many packages from 'base' and 'update' and 2 deps from 'cr' then fails, see:
It's yum. It's fragile. Whenever it doesn't do what you think it should, run "yun clean all" and try again.
`yum clean all` did it, you were all right. Many thanks!
Regards,