- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HELP gzip
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:42 AM
02-18-2002 11:42 AM
File too large
I checked my filesystem and it is set to largefiles.
I downloaded gzip version 1.3.1 after finding that this was a problem with 1.2.4. Even running with version 1.3.1 I am still getting this error.
What is causing this????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:48 AM
02-18-2002 11:48 AM
Re: HELP gzip
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:49 AM
02-18-2002 11:49 AM
SolutionIt still sounds like either gzip, or your filesystem are problems. Double check and make sure that your LV can support large files.
# fsadm /mount_dir
And do the gunzip by specifying the new gzip explicitly:
# /opt/gzip/bin/gunzip file_to_gunzip.gz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:51 AM
02-18-2002 11:51 AM
Re: HELP gzip
root@unixadm1:/opt/gzip/bin > fsadm /testing
fsadm: /etc/default/fs is used for determining the file system type
nomultifsets
largefiles
The command I am running to decompress is /opt/gzip/bin/gzip -d /testing/mermod02.gz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:54 AM
02-18-2002 11:54 AM
Re: HELP gzip
The following is the output of my filesystem:
root@unixadm1:/opt/gzip/bin > fsadm /testing
fsadm: /etc/default/fs is used for determining the file system type
nomultifsets
largefiles
The command I am running to decompress is /opt/gzip/bin/gzip -d /testing/mermod02.gz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:56 AM
02-18-2002 11:56 AM
Re: HELP gzip
Have you tried:
# cd /testing
# /opt/gzip/bin/gunzip mermod02.gz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:01 PM
02-18-2002 12:01 PM
Re: HELP gzip
Where is the porting site? I did a search for gzip at software.hp.com and came up empty. I am running gzip 1.2.4 and would like to upgrade.
Thanks,
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:03 PM
02-18-2002 12:03 PM
Re: HELP gzip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:05 PM
02-18-2002 12:05 PM
Re: HELP gzip
I tried as you suggested by changing directory to testing first. That worked. Why doesn't it work when I fully qualify the path?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:17 PM
02-18-2002 12:17 PM
Re: HELP gzip
thanks for the URL, give yourself 10 points. :-)
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:23 PM
02-18-2002 12:23 PM