<?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: unable to extract hpux__11.23_03090250.tgz in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162208#M456522</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Transferred the tgz file into the server thru winscp&lt;BR /&gt;&lt;BR /&gt;That's a great tool, but make sure that you transfered it in binary mode.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 09 Mar 2009 20:49:33 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-03-09T20:49:33Z</dc:date>
    <item>
      <title>unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162200#M456514</link>
      <description>Downloaded a patch from internet transferred in into my server. Unable to extract&lt;BR /&gt;hpux__11.23_03090250.tgz#&lt;BR /&gt;&lt;BR /&gt;gunzip &amp;lt; file.tgz    | tar xvf -&lt;BR /&gt;&lt;BR /&gt;gunzip -q &amp;lt; file.tar.gz | tar xvf -&lt;BR /&gt;gunzip: stdin: not in gzip format&lt;BR /&gt;Tar: blocksize = 0; broken pipe?&lt;BR /&gt;&lt;BR /&gt;Someone please guide me</description>
      <pubDate>Mon, 09 Mar 2009 19:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162200#M456514</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-09T19:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162201#M456515</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# gzip -d hpux__11.23_03090250.tgz | tar xvf -&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 09 Mar 2009 19:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162201#M456515</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2009-03-09T19:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162202#M456516</link>
      <description>&lt;!--!*#--&gt;&amp;gt; gunzip: stdin: not in gzip format&lt;BR /&gt;&lt;BR /&gt;It seems that gzip/gunzip does not like your&lt;BR /&gt;"hpux__11.23_03090250.tgz" file.&lt;BR /&gt;&lt;BR /&gt;ls -l hpux__11.23_03090250.tgz&lt;BR /&gt;&lt;BR /&gt;file hpux__11.23_03090250.tgz</description>
      <pubDate>Mon, 09 Mar 2009 19:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162202#M456516</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-09T19:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162203#M456517</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Downloaded a patch from internet&lt;BR /&gt;&amp;gt; transferred in into my server.&lt;BR /&gt;&lt;BR /&gt;That's two chances to cause problems.&lt;BR /&gt;Downloaded how?  Transferred how?&lt;BR /&gt;&lt;BR /&gt;Some Web browsers may try to "help" you by&lt;BR /&gt;expanding a compressed file for you (without&lt;BR /&gt;asking).  You might try something like:&lt;BR /&gt;&lt;BR /&gt;tar tfv hpux__11.23_03090250.tgz&lt;BR /&gt;&lt;BR /&gt;(It can't fail any worse.)</description>
      <pubDate>Mon, 09 Mar 2009 19:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162203#M456517</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-09T19:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162204#M456518</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;When these downloads get big, they sometimes do not finish.&lt;BR /&gt;&lt;BR /&gt;I would try the steps one at a time and if that fails, then try the download again.&lt;BR /&gt;&lt;BR /&gt;I've always found ftp script transfer is more reliable.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Mar 2009 19:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162204#M456518</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-09T19:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162205#M456519</link>
      <description>Here are the results when I tried with your suggestions. None seems to be working though..&lt;BR /&gt;&lt;BR /&gt;hhln-mgt-ign101 /var/spool/sw/QBK2008 # gzip -d hpux__11.23_03090250.tgz | tar xvf -&lt;BR /&gt;&lt;BR /&gt;gzip: hpux__11.23_03090250.tgz: not in gzip format&lt;BR /&gt;Tar: blocksize = 0; broken pipe?&lt;BR /&gt;hhln-mgt-ign101 /var/spool/sw/QBK2008 # &lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;hhln-mgt-ign101 /var/spool/sw/QBK2008 # ls -l hpux__11.23_03090250.tgz&lt;BR /&gt;-rw-r-----   1 root       sys        1561081101 Mar  9 19:34 hpux__11.23_03090250.tgz&lt;BR /&gt;hhln-mgt-ign101 /var/spool/sw/QBK2008 # file hpux__11.23_03090250.tgz&lt;BR /&gt;hpux__11.23_03090250.tgz:       awk program text&lt;BR /&gt;hhln-mgt-ign101 /var/spool/sw/QBK2008 # &lt;BR /&gt;-----&lt;BR /&gt;hhln-mgt-ign101 /var/spool/sw/QBK2008 # tar tvf hpux__11.23_03090250.tgz&lt;BR /&gt;directory checksum error&lt;BR /&gt;hhln-mgt-ign101 /var/spool/sw/QBK2008 # tar -tvf hpux__11.23_03090250.tgz&lt;BR /&gt;directory checksum error&lt;BR /&gt;hhln-mgt-ign101 /var/spool/sw/QBK2008 # &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Transferred the tgz file into the server thru winscp</description>
      <pubDate>Mon, 09 Mar 2009 20:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162205#M456519</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-09T20:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162206#M456520</link>
      <description>You can download again, or in a different format, or a different file transfer software. &lt;BR /&gt;&lt;BR /&gt;Or another way, download the download script, then download it to your hp server directly.</description>
      <pubDate>Mon, 09 Mar 2009 20:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162206#M456520</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-03-09T20:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162207#M456521</link>
      <description>&lt;!--!*#--&gt;If gzip hates it, and "tar" hates it, then&lt;BR /&gt;I'd say that it's corrupt.&lt;BR /&gt;&lt;BR /&gt;Personally, I'd prefer to do the download&lt;BR /&gt;directly to the HP-UX system.  Web browsers&lt;BR /&gt;work there, wget works there, and there's a&lt;BR /&gt;simple, safe FTP client program, too.&lt;BR /&gt;Bringing in a Windows system (???  You didn't&lt;BR /&gt;say, ...) and some unknown Web browser just&lt;BR /&gt;add more ways to make things fail.</description>
      <pubDate>Mon, 09 Mar 2009 20:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162207#M456521</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-09T20:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162208#M456522</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Transferred the tgz file into the server thru winscp&lt;BR /&gt;&lt;BR /&gt;That's a great tool, but make sure that you transfered it in binary mode.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 09 Mar 2009 20:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162208#M456522</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-03-09T20:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162209#M456523</link>
      <description>Shall try to download it again</description>
      <pubDate>Mon, 09 Mar 2009 22:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162209#M456523</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-09T22:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162210#M456524</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Don't download the .tgz format try to download only .tar fromat, I have also faceing the same problem so many times.&lt;BR /&gt;&lt;BR /&gt;suraj</description>
      <pubDate>Tue, 10 Mar 2009 07:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162210#M456524</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-10T07:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162211#M456525</link>
      <description>or use the GNU tar command... &lt;BR /&gt;(after you installed the GNU tar you get this extra 'z' option to decompress files)&lt;BR /&gt;&lt;BR /&gt;tar zxvf file.tgz&lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Tue, 10 Mar 2009 07:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162211#M456525</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2009-03-10T07:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162212#M456526</link>
      <description>&lt;!--!*#--&gt;&amp;gt;  or use the GNU tar command... &lt;BR /&gt;&lt;BR /&gt;If plain gzip and plain "tar" both hate the&lt;BR /&gt;file, do you really expect "[GNU]tar z" to do&lt;BR /&gt;better?  If so, why?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Don't download the .tgz format [...]&lt;BR /&gt;&lt;BR /&gt;If you use programs and procedures which do&lt;BR /&gt;not corrupt the data, there should be no&lt;BR /&gt;problem downloading ".tgz", ".tar.gz",&lt;BR /&gt;".tar.bz2", or anything else.  I do it all&lt;BR /&gt;the time.  (I don't use MSIE on Windows,&lt;BR /&gt;which may be a big advantage.)</description>
      <pubDate>Tue, 10 Mar 2009 13:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162212#M456526</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-10T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract hpux__11.23_03090250.tgz</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162213#M456527</link>
      <description>Downloaded again .zip file&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Mar 2009 03:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-extract-hpux-11-23-03090250-tgz/m-p/5162213#M456527</guid>
      <dc:creator>masood bt</dc:creator>
      <dc:date>2009-03-20T03:46:35Z</dc:date>
    </item>
  </channel>
</rss>

