- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- zcat - No such file or directory...
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
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
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
тАО10-03-2002 03:59 PM
тАО10-03-2002 03:59 PM
% zcat FM_2002.05_common.tar.Z | tar xf -
command. I have full access to rwx in this directory, there is plenty of disk space, and I get the message:
No such file or directory
Tar: blocksize = 0; broken pipe?
What am I doing wrong?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 04:16 PM
тАО10-03-2002 04:16 PM
Re: zcat - No such file or directory...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 04:29 PM
тАО10-03-2002 04:29 PM
Re: zcat - No such file or directory...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:13 PM
тАО10-03-2002 05:13 PM
SolutionIf you're not in the same dir as the compressed file, you'll have to give the path to it - like
zcat /path/to/FM_2002.05_common.tar.Z | tar xvf -
If that fails you should test the integrity of the compressed file using gunzip as follows
gunzip -tv /path/to/FM_2002.05_common.tar.Z
If it complains about the file - then it's corrupted to begin with & nothing will extract it.
If you don't have gzip you can get it here - free
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.3/
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2002 05:15 PM
тАО10-03-2002 05:15 PM
Re: zcat - No such file or directory...
Try in two lines
%uncompress FM_2002.05_common.tar.Z
%tar xvf FM_2002.05_common.tar