- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- tar error
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
тАО10-29-2003 03:47 PM
тАО10-29-2003 03:47 PM
tar error
i am having problems with a tar archive. i was able to extract from tape,with no problems. now i am extracting, but it is in tar.gz format. so i use tar -zxvf, which works fine. but i get the following errors:
Archive contains obsolescent base 64 headers,
invalid compressed data - CRC Error
invalid compressed data - Length Error
is it possible to skip this certain file and go to the next one. i want to find out the rest of the archive. i use tar -tvf , but that also results in the error above. do i need a new version of tar. how do i check for version of tar and where to get the latest one. i am using United Linux 1.0. when i try to gunzip it, i get the same errors. hopefully this all makes sense
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2003 07:04 PM
тАО10-29-2003 07:04 PM
Re: tar error
You are probably going to struggle to skip this file and move on to the next but it it actually possible if you uncompress the tar file first and then actually try and edit out the bits you want. It's not a pleasant task and you might be terr off just trying to get the latest GNU tar on all the systems that you are getting your tar file from.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2003 06:08 AM
тАО10-30-2003 06:08 AM
Re: tar error
HTH,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2003 07:26 AM
тАО10-30-2003 07:26 AM
Re: tar error
I've never done it that way.
I gunzip and then tar xvf
Will it make a difference? I don't know.
This could be a version compabatility issue between the system that made the tar and your system.
Every once in a while I have to remember to go out and upgrade utilities like gzip and tar, because that doesn't happen autmatically.
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
тАО11-04-2003 08:46 AM
тАО11-04-2003 08:46 AM