<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic tar error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105926#M7529</link>
    <description>hello all&lt;BR /&gt;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:&lt;BR /&gt;Archive contains obsolescent base 64 headers,&lt;BR /&gt;invalid compressed data - CRC Error&lt;BR /&gt;invalid compressed data - Length Error&lt;BR /&gt;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</description>
    <pubDate>Wed, 29 Oct 2003 23:47:38 GMT</pubDate>
    <dc:creator>jedd</dc:creator>
    <dc:date>2003-10-29T23:47:38Z</dc:date>
    <item>
      <title>tar error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105926#M7529</link>
      <description>hello all&lt;BR /&gt;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:&lt;BR /&gt;Archive contains obsolescent base 64 headers,&lt;BR /&gt;invalid compressed data - CRC Error&lt;BR /&gt;invalid compressed data - Length Error&lt;BR /&gt;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</description>
      <pubDate>Wed, 29 Oct 2003 23:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105926#M7529</guid>
      <dc:creator>jedd</dc:creator>
      <dc:date>2003-10-29T23:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: tar error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105927#M7530</link>
      <description>This is a relatively common problem that nobody seems to have a definitive answer for.  It seems that it might have something to do with HPUX tar and the way it saved user id's in the file if it is a particularly large user id.  Though it can also be a bug in the GNU implementation of tar and the way it stores uid's.  It depends how you look at it.&lt;BR /&gt; &lt;BR /&gt;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.</description>
      <pubDate>Thu, 30 Oct 2003 03:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105927#M7530</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-30T03:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: tar error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105928#M7531</link>
      <description>You might try the -o switch for V7 format instead of ANSI.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 30 Oct 2003 14:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105928#M7531</guid>
      <dc:creator>Paul R. Dittrich</dc:creator>
      <dc:date>2003-10-30T14:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: tar error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105929#M7532</link>
      <description>I'm assuming the -z option is supposed to handle the fact that the file is in gzip format.&lt;BR /&gt;&lt;BR /&gt;I've never done it that way.&lt;BR /&gt;&lt;BR /&gt;I gunzip and then tar xvf&lt;BR /&gt;&lt;BR /&gt;Will it make a difference? I don't know.&lt;BR /&gt;&lt;BR /&gt;This could be a version compabatility issue between the system that made the tar and your system.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 30 Oct 2003 15:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105929#M7532</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-30T15:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: tar error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105930#M7533</link>
      <description>Can u try gunziping it first then taring it off or try "file &lt;FILE&gt;", just to be sure. If unzipping it failed maybe you can look into other unzip utils that is compatible with gzip/gunzip. Just a thought.&lt;/FILE&gt;</description>
      <pubDate>Tue, 04 Nov 2003 16:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-error/m-p/3105930#M7533</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-11-04T16:46:24Z</dc:date>
    </item>
  </channel>
</rss>

