- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gunzip: stdin: unexpected end of file and Tar: err...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-07-2005 07:56 AM
тАО06-07-2005 07:56 AM
gunzip: stdin: unexpected end of file and Tar: error! blocksize changed
I try to gunzip Data protecto 5.5 software
B6960-15039_DP55_HPUX_PA_CM_CD.tar.gz
I used following command
gunzip < B696015039_DP55_HPUX_PA_CM_CD.tar.gz | tar xvf -
I got erorr
gunzip: stdin: unexpected end of file
Tar: error! blocksize changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2005 08:02 AM
тАО06-07-2005 08:02 AM
Re: gunzip: stdin: unexpected end of file and Tar: error! blocksize changed
why the < sign ?
just use
gunzip B696015039_DP55_HPUX_PA_CM_CD.tar.gz tar xvf B696015039_DP55_HPUX_PA_CM_CD.tar
and it will work just fine.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2005 08:04 AM
тАО06-07-2005 08:04 AM
Re: gunzip: stdin: unexpected end of file and Tar: error! blocksize changed
# gzcat B696015039_DP55_HPUX_PA_CM_CD.tar.gz | tar xvf -
If you still get the error, you will need to try downloading the software again. My guess is that your download did not complete successfully and you have an incomplete file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2005 08:06 AM
тАО06-07-2005 08:06 AM
Re: gunzip: stdin: unexpected end of file and Tar: error! blocksize changed
gunzip B696015039_DP55_HPUX_PA_CM_CD.tar.gz
tar xvf B696015039_DP55_HPUX_PA_CM_CD.tar
;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2005 08:36 AM
тАО06-07-2005 08:36 AM
Re: gunzip: stdin: unexpected end of file and Tar: error! blocksize changed
unexpected end of file
Can You tell Me is this correct file for data protector 5.5 for HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2005 09:47 AM
тАО06-07-2005 09:47 AM
Re: gunzip: stdin: unexpected end of file and Tar: error! blocksize changed
Try downloading the file again and see if you have better luck.