Bug 42194

Summary: statfs() (or some similar function) is broken
Product: [Retired] Red Hat Linux Reporter: Jason Duerstock <jason>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: fweimer
Target Milestone: ---   
Target Release: ---   
Hardware: sparc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-01 13:01:55 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 Jason Duerstock 2001-05-24 20:02:34 UTC
Description of Problem:
Under 2.4.x kernels, df -k returns erroneously returns 0 available space.

How Reproducible:


Steps to Reproduce:
1. boot 2.4.x kernel
2. df -k
3. 

Actual Results:
[jason@localhost jason]$ df -k
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/hda1              8222624   3279368         0 100% /

Expected Results:
3000000-some-odd free blocks.

Additional Information:
I believe this is a glibc problem and not a fileutils problem, because if 
I try to install additional packages with rpm, it tells me there is 
insufficient space available.

Comment 1 Jakub Jelinek 2001-06-01 12:29:03 UTC
There is no 7.1 distribution for SPARC. Do you mean Rawhide, or 6.2?

Comment 2 Jason Duerstock 2001-06-01 13:01:51 UTC
err, sorry about that...this is from rawhide.


Comment 3 Jakub Jelinek 2002-02-04 14:58:16 UTC
If this was on sparc64 kernel combined witl gcc-2.96-RH, then this might
be miscompilation of ext2 (which is fixed in gcc-2.96-102 as found on
ftp://ultra.linux.cz/private/VOL4/aurora/new-gcc/).