[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Corrupt file on 2.2_rev0/i386/binary-i386-2.iso ?



I received a report from a person that 
dists/potato/main/binary-i386/shells/pdksh_5.2.14-1.deb might be 
corrupt on binary-i386-2.iso.  The ISO image matches its 
MD5SUM so the image should be correct. The transcript below shows 
that I can mount the image using the loopfs, but data.tar.gz 
inside pdksh_5.2.14-1.deb is corrupt.

The MD5 checksum 74ee8a1d7c6655c8592994c5515929a1, which is on the
ISO image's md5sum.txt file, matches what I get from the real
filesystem.

Can someone verify if the file is actually corrupt, or is it just 
the local image on trumpetti.atm.tut.fi that is incorrect.

% pwd
/export/opt/cdtemp/loop2
% mount |grep loop2
/export/opt/cdtemp/binary-i386-2.iso on /export/opt/cdtemp/loop2 type iso9660 (rw,loop=/dev/loop1)
%
% md5sum dists/potato/main/binary-i386/shells/pdksh_5.2.14-1.deb 
882b2cde3a362198f73c599aa7fabbb8  dists/potato/main/binary-i386/shells/pdksh_5.2.14-1.deb
%
% grep dists/potato/main/binary-i386/shells/pdksh_5.2.14-1.deb md5sum.txt 
74ee8a1d7c6655c8592994c5515929a1  ./dists/potato/main/binary-i386/shells/pdksh_5.2.14-1.deb
%
% mkdir /tmp/foo
% cp dists/potato/main/binary-i386/shells/pdksh_5.2.14-1.deb /tmp/foo 
% cd /tmp/foo
% ar x pdksh_5.2.14-1.deb 
% ls -l
total 429
-rw-r--r--    1 hessu    hessu         641 Aug 18 11:52 control.tar.gz
-rw-r--r--    1 hessu    hessu      216576 Aug 18 11:52 data.tar.gz
-rw-r--r--    1 hessu    hessu           4 Aug 18 11:52 debian-binary
-r--r--r--    1 hessu    hessu      217410 Aug 18 11:52 pdksh_5.2.14-1.deb
% tar -ztvf data.tar.gz 
drwxr-xr-x root/root         0 1999-09-25 00:26 ./
drwxr-xr-x root/root         0 1999-09-25 00:26 usr/
drwxr-xr-x root/root         0 1999-09-25 00:26 usr/doc/
drwxr-xr-x root/root         0 1999-09-25 00:26 usr/doc/pdksh/
-rw-r--r-- root/root      3607 1999-09-25 00:26 usr/doc/pdksh/copyright
-rw-r--r-- root/root     48193 1999-09-25 00:26 usr/doc/pdksh/changelog.0.gz
-rw-r--r-- root/root     18376 1999-09-25 00:26 usr/doc/pdksh/changelog.gz
-rw-r--r-- root/root     10681 1999-09-25 00:26 usr/doc/pdksh/NEWS.gz
-rw-r--r-- root/root      7833 1999-09-25 00:26 usr/doc/pdksh/NOTES.gz
-rw-r--r-- root/root       920 1999-09-25 00:26 usr/doc/pdksh/changelog.Debian.gz
drwxr-xr-x root/root         0 1999-09-25 00:26 usr/bin/
-rwxr-xr-x root/root    162448 1999-09-25 00:26 usr/bin/ksh
drwxr-xr-x root/root         0 1999-09-25 00:26 usr/man/
drwxr-xr-x root/root         0 1999-09-25 00:26 usr/man/man1/
-rw-r--r-- root/root     41805 1999-09-25 00:26 usr/man/man1/ksh.1.gz

gzip: stdin: invalid compressed data--crc error
tar: Child returned status 1
tar: Error exit delayed from previous errors
zsh: exit 2     tar -ztvf data.tar.gz
% 




Reply to: