yum update Metadata file does not match checksum

Written by James McDonald

October 12, 2010

Just had yum update cause a “Metadata file does not match checksum”

As usual Google had an answer but for me it didn’t work…

My error was caused by danguardian web filtering blocking the download of the yum repository metadata files

Dansguardian is configured with “blockdownloads = off”

So the fix in dansguardian config files the blockdownloads = off
exceptionextensionlist = ‘/etc/dansguardian/lists/exceptionextensionlist’
exceptionmimetypelist = ‘/etc/dansguardian/lists/exceptionmimetypelist’
#
# Use the following lists to block specific kinds of file downloads.
# The two exception lists above can be used to override these.
#
bannedextensionlist = ‘/etc/dansguardian/lists/bannedextensionlist’
bannedmimetypelist = ‘/etc/dansguardian/lists/bannedmimetypelist’

Open “/etc/dansguardian/lists/exceptionextensionlist”
.gz
.bz2
.rpm

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...