- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gunzip problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 04:55 PM
02-06-2004 04:55 PM
gunzip problem
this is file problem or any other problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 05:08 PM
02-06-2004 05:08 PM
Re: gunzip problem
1.re-download the file
2.Make sure you did a ftp in binary mode from windows to unix
Then try doing a gunzip.
Else it should be a problem with the file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 05:13 PM
02-06-2004 05:13 PM
Re: gunzip problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2004 05:32 PM
02-06-2004 05:32 PM
Re: gunzip problem
# tar -tvf nickel.kbncsms.tar.gz
and see what happens. If you see filenames then the author just made a mistake.
If you don't see filenames or get an error, then try redownloading.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2004 03:46 AM
02-07-2004 03:46 AM
Re: gunzip problem
if I am not mistaken the first two characters of a zipped file are PK, so try a more or a cat | od -x on that file to see, if it is a zip file.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2004 08:54 AM
02-07-2004 08:54 AM
Re: gunzip problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2004 10:37 AM
02-07-2004 10:37 AM
Re: gunzip problem
Have you tested the integrity of the gzip file?
gunzip -t nickel.kbncsms.tar.gz
If it fails this - it's corrupt.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2004 04:03 PM
02-07-2004 04:03 PM
Re: gunzip problem
A. Clay probably nailed it. Happens to the best of us and me.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2004 04:58 PM
02-07-2004 04:58 PM
Re: gunzip problem
is that MSIE will sometimes "help" you out by unzipping the
file on the way down. Sometimes, you can merely rename the
file from "blah.tar.gz" to "blah.tar" and get lucky.
(When using IE, if the site gives FTP and HTTP options, always use FTP)