1819722 Members
3348 Online
109606 Solutions
New Discussion юеВ

Re: gunzip crc error

 
Jim LaBounty
Frequent Advisor

gunzip crc error

I'm getting:

gzip: "filename": invalid compressed data--crc error

when trying to guzip a file.

Any ideas?
Thanks....Jim
9 REPLIES 9
mirco_1
Valued Contributor

Re: gunzip crc error

hy,

i think that is not gzip file or is gzip corrupt file

DM.
Jim LaBounty
Frequent Advisor

Re: gunzip crc error

DM....
it was gzipped originally.
Are yo saying the file is corrupt or gzip is corrupt?
Patrick Wallek
Honored Contributor

Re: gunzip crc error

I would say your *.gz file is corrupt.
Mel Burslan
Honored Contributor

Re: gunzip crc error

I second Patrick's opinion. You've got yourself a corrupt file. If this file is too big (>2GB) at the compression time, it might have been cut off towards the end of compression and nobody may have noticed it. If it is not a big file, someone might have messed with it with an editor or something, accidentally. Otherwise, I have never seen gzip creating corrupt archives.
________________________________
UNIX because I majored in cryptology...
Kent Ostby
Honored Contributor

Re: gunzip crc error

Jim -- IF the file got moved via FTP along the way, its probably a case of a non-binary FTP .

I've run into that before.

Oz
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
mirco_1
Valued Contributor

Re: gunzip crc error

hy,

Patrick say good, the file can be corrupt

DM.
Bejoy C Alias
Respected Contributor

Re: gunzip crc error

This file may be corrupt or it is not a gzip file . check 'file
Be Always Joy ......
Jim LaBounty
Frequent Advisor

Re: gunzip crc error

What about...

gunzip: filename.dbf.gz: invalid compressed data--format violated

Is that much different than --crc error?
Bejoy C Alias
Respected Contributor

Re: gunzip crc error

This means the zip file is corrupted ..
Be Always Joy ......