<?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: unzip windows .zip files on HPUX 11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883347#M778693</link>
    <description>Alexander,&lt;BR /&gt;this may work with zip.&lt;BR /&gt;When I run the command:&lt;BR /&gt;cat a.zip |unzip &amp;gt; x&lt;BR /&gt;File x just shows the unzip help screen.&lt;BR /&gt;Any other ideas out there?</description>
    <pubDate>Wed, 02 Feb 2005 06:44:33 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2005-02-02T06:44:33Z</dc:date>
    <item>
      <title>unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883337#M778683</link>
      <description>Hi,&lt;BR /&gt;I am trying to unzip a .zip file generated on a windows platform. The zip file contains a number of files, some bigger than 2Gb.&lt;BR /&gt;I have tried unzip (5.51) and gunzip (1.2.4), both either a problem with multiple files or file size.&lt;BR /&gt;Any ideas?</description>
      <pubDate>Tue, 01 Feb 2005 09:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883337#M778683</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-01T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883338#M778684</link>
      <description>hi,&lt;BR /&gt; &lt;BR /&gt;"unzip" handles multiple files.&lt;BR /&gt;And you do have largefiles turned on for the required filesystem(s)?&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 01 Feb 2005 09:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883338#M778684</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-02-01T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883339#M778685</link>
      <description>A current version of unzip should handdle it. gunzip handles compressed files, not .zip files.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.51/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.51/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You are current.&lt;BR /&gt;&lt;BR /&gt;Make sure the target filesystem has largefiles enabled or use fsadm to convert it.&lt;BR /&gt;&lt;BR /&gt;If it still does not work, question the source, because I've used unzip on windows zip files, made by winzip. Its worked 95% of the time for me. The rest of the time it failed because the files were not zipped properly or other tools were used.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 01 Feb 2005 09:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883339#M778685</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-01T09:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883340#M778686</link>
      <description>I have unzipped windows .zip files countless times with unzip. gunzip wont work on these files, nor will bunzip. You may want to make sure the .zip file is a .zip file. Try:&lt;BR /&gt;&lt;BR /&gt;prompt&amp;gt; file &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;otherwise, you may have a corrupted file.&lt;BR /&gt;&lt;BR /&gt;SEP: .zip files are compressed.&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 01 Feb 2005 09:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883340#M778686</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2005-02-01T09:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883341#M778687</link>
      <description>I even created adummy test file &amp;gt; 2Gb to check the largefiles and it works.&lt;BR /&gt;However unzip returns an error unzipping the 2Gb file "write error (disk full?)" and the disk is not full.&lt;BR /&gt;So unzip has a problem with &amp;gt; 2Gb files.&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 01 Feb 2005 09:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883341#M778687</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-01T09:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883342#M778688</link>
      <description>hmmmm, according to Info Zip's website:&lt;BR /&gt;  &lt;BR /&gt;compressed size of a single file :  4 GB&lt;BR /&gt;In practice, the real limit may be 2 GB on many systems, due to UnZip's use of the fseek() function to jump around within an archive. Because's fseek's offset argument is usually a signed long integer, on 32-bit systems UnZip will not find any file that is more than 2 GB from the beginning of the archive. And on 64-bit systems, UnZip won't find any file that's more than 4 GB from the beginning (since the zipfile format can only store offsets that big). So the last file in the archive can potentially be arbitrarily large (in theory, anyway--we haven't tested this), but the combined total of all the rest must be less than 2 GB or 4 GB, respectively.</description>
      <pubDate>Tue, 01 Feb 2005 10:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883342#M778688</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-02-01T10:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883343#M778689</link>
      <description>too quick on the button :(&lt;BR /&gt; &lt;BR /&gt;ditto for uncompresed files</description>
      <pubDate>Tue, 01 Feb 2005 10:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883343#M778689</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-02-01T10:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883344#M778690</link>
      <description>Just a dumb question did you check to make sure that large files were enabled on the file system?&lt;BR /&gt;&lt;BR /&gt;fsadm /mp&lt;BR /&gt;&lt;BR /&gt;Most backup/compression utilities: tar, fbackup, cpio, pax. do not support files larger then 2gig because of header standards.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/940/lgfiles4.pdf" target="_blank"&gt;http://docs.hp.com/en/940/lgfiles4.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 01 Feb 2005 22:01:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883344#M778690</guid>
      <dc:creator>Albert Smith_1</dc:creator>
      <dc:date>2005-02-01T22:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883345#M778691</link>
      <description>Update,&lt;BR /&gt;I have made sure that the fileystem is largefiles and OS is 64bit.unzip is also 64bit version.&lt;BR /&gt;&lt;BR /&gt;The zip file is 400Mb in size, contains 7 files sized 35Mb,5Mb,2200Mb,11Mb,700Kb,5Mb and 8Mb. &lt;BR /&gt;The first two files extract fine then the message about the disk being full appears and whether to continue. &lt;BR /&gt;The final message is "warning: &lt;FILENAME&gt; is probably truncated".&lt;BR /&gt;Regards&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 02 Feb 2005 06:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883345#M778691</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-02T06:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883346#M778692</link>
      <description>Hi there.&lt;BR /&gt;Perhaps i got a hint for you.&lt;BR /&gt;We use to unzip files larger than 2 GB this way :&lt;BR /&gt;&lt;BR /&gt;cat filename | unzip ... &amp;gt; /whatsoever&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Wed, 02 Feb 2005 06:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883346#M778692</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2005-02-02T06:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883347#M778693</link>
      <description>Alexander,&lt;BR /&gt;this may work with zip.&lt;BR /&gt;When I run the command:&lt;BR /&gt;cat a.zip |unzip &amp;gt; x&lt;BR /&gt;File x just shows the unzip help screen.&lt;BR /&gt;Any other ideas out there?</description>
      <pubDate>Wed, 02 Feb 2005 06:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883347#M778693</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-02T06:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883348#M778694</link>
      <description>Can you try pointing the TMPDIR variable to a filesystem of huge space and then unzipping..&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Wed, 02 Feb 2005 06:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883348#M778694</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-02-02T06:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883349#M778695</link>
      <description>can you also check the ulimit for the user</description>
      <pubDate>Wed, 02 Feb 2005 07:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883349#M778695</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-02-02T07:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883350#M778696</link>
      <description>##Looks like your unzip is compiled with 32 bit mode.&lt;BR /&gt;Try this on a unzip which is compiled on a 64 bit mode ,this should work##&lt;BR /&gt;&lt;BR /&gt;Thanks,,</description>
      <pubDate>Wed, 02 Feb 2005 07:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883350#M778696</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-02-02T07:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883351#M778697</link>
      <description>Changed the TMPDIR&lt;BR /&gt;running as root&lt;BR /&gt;64 bit version&lt;BR /&gt;&lt;BR /&gt;Closing thread. Have abandoned the unzip way and am getting the files indivdually transferred.&lt;BR /&gt;&lt;BR /&gt;So my solution is not to use unzip.</description>
      <pubDate>Wed, 02 Feb 2005 07:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883351#M778697</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-02T07:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883352#M778698</link>
      <description>Closed thread as alternative solution found.</description>
      <pubDate>Wed, 02 Feb 2005 07:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883352#M778698</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-02T07:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: unzip windows .zip files on HPUX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883353#M778699</link>
      <description>I have find a solution for a zip archive file with a single 2.5Gb file using -p option&lt;BR /&gt;&lt;BR /&gt;unzip -p a.zip &amp;gt; x&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2006 07:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-windows-zip-files-on-hpux-11-00/m-p/4883353#M778699</guid>
      <dc:creator>Claude JOUX</dc:creator>
      <dc:date>2006-07-24T07:59:11Z</dc:date>
    </item>
  </channel>
</rss>

