[SOLVED] Linux Error Gzip: Stdin: Not In Gzip Format Tar
- Forums
- Linux Hosting
- [SOLVED] Linux Error Gzip: Stdin: Not In Gzip Format Tar
has anyone seeing this error before when you send a linux command on the shell using zip. its says: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting [527], Last Updated: Sat May 18, 2024
roobbi
Wed Feb 02, 2011
2 Comments
3211 Visits
has anyone seeing this error before when you send a linux command on the shell using zip. its says:
gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
any help please..
thanks
I compressed the file using: gtar -cv -f test.dmp.gz test.dmp
Now I try to see what is in the file using
gtar -ztP -f `pwd`/test.dmp. I get:
gzip: stdin: not in gzip format
gtar: Child returned status 1
gtar: Error exit delayed from previous errors