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 ]???d?Fw6k.u!???*??z?Nc?-: No such file or directory ]???d?Fw6k.u!???*??z?Nc?-: FAILED open or read md5sum: ??????j?]?n>?I?6?????&O?i *x??U?e(??o??Z-??x???.??????m: No such file or directory?`@k?Fq???t????R|? ??0H?????[C)f?w?y?? ??????j?]?n>?I?6?????&O?i *x??U?e(??o??Z-??x???.??????m: FAILED open or read`@k?Fq???t????R|? ??0H?????[C)f?w?y?? md5sum: WARNING: 2 of 2 listed files could not be read
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.isoThis is wrong. Get the md5sum.txt and do a: md5sum -c md5sum.txt or get sha1sum.txt and do: sha1sum -c sha1sum.txt Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax: +45 33 27 47 08 Email: mk at crc.dk Homepage: http://www.crc.dk
On 14/12/2007 13:27, 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 > ]???d?Fw6k.u!???*??z?Nc?-: No such file or directory > ]???d?Fw6k.u!???*??z?Nc?-: FAILED open or read > md5sum: ??????j?]?n>?I?6?????&O?i > *x??U?e(??o??Z-??x???.??????m: No such file or > directory?`@k?Fq???t????R|???0H?????[C)f?w?y??> ??????j?]?n>?I?6?????&O?i > *x??U?e(??o??Z-??x???.??????m: FAILED open or > read`@k?Fq???t????R|???0H?????[C)f?w?y??> md5sum: WARNING: 2 of 2 listed files could not be read >The -c used in this way will try to reference the iso for the checksums rather than the data. You need to run the command without that option and cross-check with the published md5sums. Luke