On Sat, 2003-11-22 at 11:14, Lance Davis wrote: > I have tried this twice, and run yum clean. > > Any ideas ?? > > or is it a repository problem ??? > > baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/updates/$releasever/ > Red Hat Linux release 7.2 (Enigma) > Error: MD5 Signature check failed for > /var/cache/yum/updates/packages/perl-5.6.1 > -36.1.72.i386.rpm > You may want to run yum clean or remove the file: > /var/cache/yum/updates/packages/perl-5.6.1-36.1.72.i386.rpm > Exiting. it could be a repository problem. if you want to verify this you can do it two ways: 1. rpm -K /var/cache/yum/updates/packages/perl-5.6.1-36.1.72.i386.rpm 2. also download the file using a normal web browser or ftp client to that machine and run the same command above. If it fails the md5 check then it may well be a repository problem, if not then it's something going on during the run of yum. -sv