Bug 55912

Summary: compress command can not compress 2g datafile
Product: [Retired] Red Hat Linux Reporter: Need Real Name <tracylhy>
Component: ncompressAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-11-08 17:23:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-11-08 17:17:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)

Description of problem:
The file NLDV.0111071919 is 2.3g when I compress it I got the 
followingmessage
 $ compress NLDV.0111071919 

read error onNLDV.0111071919: Value too large for
defined data type

-----------------
I use gzip , it works, it create a *.gz file, but when I use gunzip to
extract the gz file, it failed.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.compress filename (filename's size is above 2g)
2.
3.or gzip filename

	

Actual Results:  It can not compress 2g file.

Expected Results:  It can compress any size file .
for gzip, as it zip a file , I should use gunzip to unzip the file.

Additional info:

Comment 1 Bernhard Rosenkraenzer 2001-11-08 17:23:29 UTC
Please try choosing the correct component when reporting a bug.


Comment 2 Trond Eivind Glomsrxd 2001-11-08 17:25:43 UTC
RHL 6.2 doesn't have large file support - Red Hat Linux 7.1 and later does. 7.2
is recommended.