Centos wrote:
Hello
I have downloaded Centos 5.1 several times, but I am getting md5checksum error.
also none of the websites on North America had DVD version. it is listed but I couldn't download it.
any one else have the same problem.
md5sum -c CentOS-5.1-x86_64-bin-DVD.iso
This is wrong.
Get the md5sum.txt and do a:
md5sum -c md5sum.txt
or get sha1sum.txt and do:
sha1sum -c sha1sum.txt
Mogens