<?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: guzip, tar e broken pipe in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796941#M81144</link>
    <description>&amp;lt;&lt;GNZIP -c="" myfile.tgz=""&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;There's no "gnzip" command on HP-UX.&lt;BR /&gt;It should be "gunzip"&lt;/GNZIP&gt;</description>
    <pubDate>Fri, 30 Aug 2002 04:13:34 GMT</pubDate>
    <dc:creator>Deepak Extross</dc:creator>
    <dc:date>2002-08-30T04:13:34Z</dc:date>
    <item>
      <title>guzip, tar e broken pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796937#M81140</link>
      <description>Hi all,&lt;BR /&gt;when I execute &lt;BR /&gt;gnzip -c myfile.tgz | tar xf -&lt;BR /&gt;I have this output:&lt;BR /&gt;myfile: unknown error&lt;BR /&gt;tar:  block size=0 ; broken pipe ?&lt;BR /&gt;&lt;BR /&gt;somebody can help me?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Luca</description>
      <pubDate>Thu, 29 Aug 2002 15:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796937#M81140</guid>
      <dc:creator>Luca_11</dc:creator>
      <dc:date>2002-08-29T15:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: guzip, tar e broken pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796938#M81141</link>
      <description>try&lt;BR /&gt;&lt;BR /&gt;# gunzip myfile.tar.gz&lt;BR /&gt;# tar xvf myfile.tar&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 15:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796938#M81141</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-08-29T15:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: guzip, tar e broken pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796939#M81142</link>
      <description>Luca,&lt;BR /&gt;&lt;BR /&gt;Looks like myfile.tgz is not a proper gzip file. If the file was fetched via ftp, be sure to specify "binary" for file transfer mode. "ascii" mode will mess up a binary file.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 29 Aug 2002 15:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796939#M81142</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-08-29T15:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: guzip, tar e broken pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796940#M81143</link>
      <description>Try splitting the command and do separately:&lt;BR /&gt;# gunzip XXXX.tgz&lt;BR /&gt;now you will get the .tar file, then:&lt;BR /&gt;# tar -xvf XXXX.tar</description>
      <pubDate>Thu, 29 Aug 2002 15:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796940#M81143</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-29T15:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: guzip, tar e broken pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796941#M81144</link>
      <description>&amp;lt;&lt;GNZIP -c="" myfile.tgz=""&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;There's no "gnzip" command on HP-UX.&lt;BR /&gt;It should be "gunzip"&lt;/GNZIP&gt;</description>
      <pubDate>Fri, 30 Aug 2002 04:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796941#M81144</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-08-30T04:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: guzip, tar e broken pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796942#M81145</link>
      <description>//*&lt;BR /&gt;gzip complains with Broken pipe&lt;BR /&gt;If you use the commands described above to extract a tar.gz file, gzip sometimes emits a Broken pipe error message. This can safely be ignored if tar extracted all files without any other error message. &lt;BR /&gt;The reason for this error message is that tar stops reading at the logical end of the tar file (a block of zeroes) which is not always the same as its physical end. gzip then is no longer able to write the rest of the tar file into the pipe which has been closed. &lt;BR /&gt;&lt;BR /&gt;This problem occurs only with some shells, mainly bash. These shells report the SIGPIPE signal to the user, but most others (such as tcsh) silently ignore the pipe error. &lt;BR /&gt;&lt;BR /&gt;You can easily reproduce the same error message with programs other than gzip and tar, for example: &lt;BR /&gt;&lt;BR /&gt;  cat /dev/zero | dd bs=1 count=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*//</description>
      <pubDate>Fri, 30 Aug 2002 04:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796942#M81145</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-30T04:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: guzip, tar e broken pipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796943#M81146</link>
      <description>Thank you all,&lt;BR /&gt;I think the problem was that gunzip 1.2.4 don't support file size &amp;gt; 2 GB.&lt;BR /&gt;&lt;BR /&gt;Bye &lt;BR /&gt;Luca</description>
      <pubDate>Fri, 30 Aug 2002 07:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/guzip-tar-e-broken-pipe/m-p/2796943#M81146</guid>
      <dc:creator>Luca_11</dc:creator>
      <dc:date>2002-08-30T07:27:08Z</dc:date>
    </item>
  </channel>
</rss>

