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: mirror.centos.org/centos/6/cr/x86_64/RPMS/perl-CGI-3.51-119.el6_1.1.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404" Trying other mirror. mirror.centos.org/centos/6/cr/x86_64/RPMS/perl-Test-Simple-0.92-119.el6_1.1.x86_64.rpm: [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 '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, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <lists.centos.org/pipermail/centos/attachments/20111213/f641ba5d/attachment.sig>
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
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.