Package: cpio
Version: 2.6-17
Severity: important

mariner:~> ll t
-rw-rw-r-- 1 iwj iwj 1584 Nov 12 12:55 t
mariner:~> echo ./t | cpio -Hustar -o >u.tar 
7 blocks
mariner:~> file u.tar 
u.tar: tar archive
mariner:~> tar vvtf u.tar 
-rw-rw-r-- iwj/iwj        1584 2007-11-12 12:55 t
mariner:~> cpio -Hustar -vt <u.tar 
-rw-rw-r--   1 iwj      iwj      2847937071 Feb 23  1924 t
cpio: invalid header: checksum error
cpio: premature end of file
mariner:~> tar vvcf u.tar t
-rw-rw-r-- iwj/iwj        1584 2007-11-12 12:55 t
mariner:~> tar vvtf u.tar 
-rw-rw-r-- iwj/iwj        1584 2007-11-12 12:55 t
mariner:~> cpio -Hustar -vt <u.tar 
-rw-rw-r--   1 iwj      iwj          1584 Nov 12 12:55 t
6 blocks
mariner:~> cpio --version
cpio (GNU cpio) 2.6
mariner:~> tar --version
tar (GNU tar) 1.16
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
mariner:~>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to