|
From: | Joerg Schilling |
Subject: | Re: [Bug-tar] Warning message when reading partial blocks from stdin. |
Date: | Sat, 16 Apr 2005 11:53:41 +0200 |
User-agent: | nail 11.2 8/15/04 |
Paul Eggert <address@hidden> wrote: > Laurence Bond <address@hidden> writes: > > > gzip -d -c a_tar_file.tar.gz | tar tvf - > /dev/null > > gtar: Read 9216 bytes from - > > I can't reproduce this behavior with GNU tar 1.15.1 on my host > (Debian GNU/Linux 3.0). Perhaps you can say which tar file > you are getting the behavior with? I would asume that a lot of tar archives created with star -cP will look this way. The option -P has been introduced into star around 1986 in order to help better dealing with QIC tapes that have more than one file mark anr more than tape file. A tar implementation should only write a warning/error message only when the byte count is not a multiple of 512. BTW: a lot of RPM files contain broken CPIO archives (most likely created with GNU software) that are not a multiple of 512 and thus rejected by star. Jörg -- EMail:address@hidden (home) Jörg Schilling D-13353 Berlin address@hidden (uni) address@hidden (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
[Prev in Thread] | Current Thread | [Next in Thread] |