Hello,
Lloyd Hilaiel wrote:
foo.tar.1.lz: trailer truncated at trailer position 0; some
checks may fail.
bad crc for uncompressed data; expected 00000000, obtained E44173E6.
bad uncompressed size; expected 0, obtained 297944.
lzip: Deleting output file `foo.tar.1', if it exists.
I'm guessing that the expected and obtained values are flipped?
I think not. The compressor stores in the member trailer the CRC and
size of the uncompressed data. Then the decompressor compares the
CRC and size "obtained" during decompression with those stored in
the trailer (the "expected" ones).
If the trailer is corrupt, the "expected" values will be wrong.