[root@someserver yum]# yum update
Loaded plugins: rhnplugin, security
rhel-x86_64-server-5 | 1.4 kB 00:00
rhel-x86_64-server-5/primary | 3.4 MB 00:03
rhel-x86_64-server-5 10025/10025
rhel-x86_64-server-supplementary-5 | 1.4 kB 00:00
rhel-x86_64-server-supplementary-5/primary | 250 kB 00:00
rhel-x86_64-server-supplementary-5/primary | 250 kB 00:00
rhel-x86_64-server-supplementary-5/primary | 250 kB 00:00
rhel-x86_64-server-supplementary-5/primary | 250 kB 00:00
Error: failed to retrieve repodata/f0************************************************74-primary.xml.gz from rhel-x86_64-server-supplementary-5
error was [Errno -1] Metadata file does not match checksum
[root@someserver yum]#
google says:
- https://access.redhat.com/kb/docs/DOC-25842
- https://bugzilla.redhat.com/show_bug.cgi?id=480183
- https://www.redhat.com/archives/redhat-list/2009-January/msg00101.html
Based on the information above I've tried
yum clean all
rm -rf /var/cache/yum/*
in addtion to enabling and disabling the different "channels".
Anybody knows the solution to this?