- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gunzip test errors
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
08-17-2000 01:41 PM
08-17-2000 01:41 PM
gunzip test errors
shows "Unknown error". These are the zipped backup files. What i have to check for??
Appreciate your details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 02:03 PM
08-17-2000 02:03 PM
Re: gunzip test errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 02:10 PM
08-17-2000 02:10 PM
Re: gunzip test errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 02:13 PM
08-17-2000 02:13 PM
Re: gunzip test errors
Have you tested the contents with
gzcat
If that's ok then it's 'gunzip -t' that's the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 02:22 PM
08-17-2000 02:22 PM
Re: gunzip test errors
It brings the follwing output:
"tar: usage tar [-]{txruc}[eONvVwAfblhm{op}][0-7[lmh]] [tapefile] [blocksize] fi
le1 file2... "
I think the arguments are not in line. Let me know your thoughts.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 02:39 PM
08-17-2000 02:39 PM
Re: gunzip test errors
tvf -
that is tvf
did you omit the space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 02:44 PM
08-17-2000 02:44 PM
Re: gunzip test errors
It works and lists the file. You are amazing. Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:19 AM
08-18-2000 06:19 AM
Re: gunzip test errors
With another large zipped backup archive file when i use the "gzcat
Tar: blocksize = 0; broken pipe?
I am not using any named pipe in this case.
Why am i getting this error. Appreciate your details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:51 AM
08-18-2000 06:51 AM
Re: gunzip test errors
In this case, gzcat is reporting the same error 'Unknown error' as gunzip -t was yesterday.
tar is just complaining that no data is being piped to it.
How big is the gzipped file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:55 AM
08-18-2000 06:55 AM
Re: gunzip test errors
This is the cold backup file for the production database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 07:11 AM
08-18-2000 07:11 AM
Re: gunzip test errors
I thought that you were going to say that...
tar does not support large files (> 2Gb) and I suspect that gzip/gunzip/gzcat don't either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 09:59 AM
08-18-2000 09:59 AM