On 05/07/2012 11:53 AM, Sherman, Warren wrote: > gunzip: XXXXXXXXX_Profile_Master_Profile_List_20110816-01.txt.gz: invalid > compressed data--crc error
This indicates that the file is corrupted. It's conceivable this is a gzip problem, but it's more likely that your file system has a bug, or that some other process corrupted the file. If it's a gzip bug, we'll need a self-contained test case to help us reproduce that, e.g., a copy of the uncompressed data and a script that will generate the diagnostic. > The versions are: > Sunbox1 > SunOS ppppppppp 5.10 Generic_138888-08 sun4u sparc SUNW,SPARC-Enterprise > yyyyyyyyy@sunbox1:/yyyyyyyyy/archive> gzip -V > gzip 1.3.5 That's odd: on my SunOS 5.10 box the bundled gzip is 1.4: $ /usr/bin/gzip -V | sed 1q gzip 1.4 Maybe you need to install patches to bring your Solaris system up to date? But anyway, I doubt whether this problem depends on gzip versioning.