<?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 Re: Problem with GZIP command...getting &amp;quot;Unknown error&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569478#M872833</link>
    <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;Promise my last post to this problem (hopefully) ;-)&lt;BR /&gt;&lt;BR /&gt;Here is the deal, the gzip version 1.2.4 by default on HP-UX doesn't support files greater than 2GB. If you download the gzip from the HP site and install it, it works because the large files support has been added. If you want to download the source code and compile it yourself ( you would need the "texinfo" and you would have to give the options to include large files (look in the HPUX.Install file). Ofcourse the easier option is to install the binary from the depot file.&lt;BR /&gt;&lt;BR /&gt;So to put it in short though they both (gzip in /usr/contrib/bin/gzip and /opt/gzip/bin/gzip) say they are version 1.2.4, the latter was built with large file support(&amp;gt;2GB). so if you want to gzip your file you will have to download the depot and install it.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
    <pubDate>Thu, 23 Aug 2001 20:18:08 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-08-23T20:18:08Z</dc:date>
    <item>
      <title>Problem with GZIP command...getting "Unknown error"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569474#M872829</link>
      <description>&lt;BR /&gt;Anyone see this error before?&lt;BR /&gt;&lt;BR /&gt;/var/adm/crash# fsadm -F vxfs /var/adm/crash&lt;BR /&gt;largefiles&lt;BR /&gt;/var/adm/crash# ll&lt;BR /&gt;total 4394356&lt;BR /&gt;-rw-r--r--   1 root       sys        2249902080 Aug 22 16:05 20010822.tar&lt;BR /&gt;drwxr-xr-x   2 root       root            96 Aug 22 15:45 lost+found&lt;BR /&gt;/var/adm/crash# bdf /var/adm/crash&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vgcrash/crash 4096000 2199795 1778211   55% /var/adm/crash&lt;BR /&gt;/var/adm/crash# gzip 20010822.tar&lt;BR /&gt;20010822.tar: Unknown error&lt;BR /&gt;&lt;BR /&gt;I was able to compress &amp;amp; uncompress the tar file. &lt;BR /&gt;In addition, I validated the tar file with "tar tvf" and &lt;BR /&gt;"tar xvf".&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 19:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569474#M872829</guid>
      <dc:creator>Daniel M. Gonzales</dc:creator>
      <dc:date>2001-08-23T19:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GZIP command...getting "Unknown error"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569475#M872830</link>
      <description>what if you untar the file the gzip it.&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Thu, 23 Aug 2001 19:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569475#M872830</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-08-23T19:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GZIP command...getting "Unknown error"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569476#M872831</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I believe gzip has a 2GB limitation, but let me confirm that&lt;BR /&gt;&lt;BR /&gt;-Ramesh</description>
      <pubDate>Thu, 23 Aug 2001 19:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569476#M872831</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-23T19:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GZIP command...getting "Unknown error"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569477#M872832</link>
      <description>Hi Daniel,&lt;BR /&gt;&lt;BR /&gt;First of all Sorry, take that back, the gzip version 1.2.4 supports files greater than 2GB&lt;BR /&gt;but the strange thing is the default gzip (/usr/contrib/bin/gzip which is the version 1.2.4 gives me the same problem) but i downloaded the 1.2.4a from hp porting site (&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.2.4a)" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.2.4a)&lt;/A&gt; and tried using the new gzip (which by default gets installed in /opt/gzip) and it works. &lt;BR /&gt;&lt;BR /&gt;The strange part is both the gzip versions when issued a -V report as 1.2.4 but one works the other(/usr/contrib/bin/gzip) doesn't.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Thu, 23 Aug 2001 20:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569477#M872832</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-23T20:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GZIP command...getting "Unknown error"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569478#M872833</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;Promise my last post to this problem (hopefully) ;-)&lt;BR /&gt;&lt;BR /&gt;Here is the deal, the gzip version 1.2.4 by default on HP-UX doesn't support files greater than 2GB. If you download the gzip from the HP site and install it, it works because the large files support has been added. If you want to download the source code and compile it yourself ( you would need the "texinfo" and you would have to give the options to include large files (look in the HPUX.Install file). Ofcourse the easier option is to install the binary from the depot file.&lt;BR /&gt;&lt;BR /&gt;So to put it in short though they both (gzip in /usr/contrib/bin/gzip and /opt/gzip/bin/gzip) say they are version 1.2.4, the latter was built with large file support(&amp;gt;2GB). so if you want to gzip your file you will have to download the depot and install it.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Thu, 23 Aug 2001 20:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569478#M872833</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-23T20:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GZIP command...getting "Unknown error"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569479#M872834</link>
      <description>&lt;BR /&gt;Thanks Ramesh-&lt;BR /&gt;&lt;BR /&gt;Just downloaded the /opt/gzip/bin version and that did the trick!  Can gzip those larger files now.  Also noticed the newer version includes more utilities:&lt;BR /&gt;&lt;BR /&gt;gunzip&lt;BR /&gt;gzcat&lt;BR /&gt;gzcmp&lt;BR /&gt;gzdiff&lt;BR /&gt;gzexe&lt;BR /&gt;gzforce&lt;BR /&gt;gzgrep&lt;BR /&gt;gzip&lt;BR /&gt;gzmore&lt;BR /&gt;gznew&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2001 00:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-gzip-command-getting-quot-unknown-error-quot/m-p/2569479#M872834</guid>
      <dc:creator>Daniel M. Gonzales</dc:creator>
      <dc:date>2001-08-24T00:45:52Z</dc:date>
    </item>
  </channel>
</rss>

