Bug 157 - Quota system does not work
Summary: Quota system does not work
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: mpp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-01-21 13:00 UTC by Mark Murray
Modified: 1996-02-12 21:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Murray 1995-01-21 13:00:02 UTC
When I type quotacheck -a (even in single user mode), I get

bash# quotacheck -a
quotacheck: Cannot allocate memory
/dev/rsd0e (/usr): EXITED WITH SIGNAL 8
THE FOLLOWING FILE SYSTEMS HAD AN UNEXPECTED INCONSISTENCY:
	/dev/rsd1a (/a), /dev/rsd0e (/usr)

followed by a core dump (quotacheck.core).

Fix: 

Not known.
Comment 1 mpp freebsd_committer freebsd_triage 1996-02-07 21:24:25 UTC
State Changed
From-To: open->analyzed

After digging through the code, it appears to me that the 
reason quotacheck is dumping core is that there is some 
type of file system damage.   If the problem can be duplicated on  
a good file system, I'll be glad to look into it further if 
I can get some more detailed information on the problem. 


Comment 2 mpp freebsd_committer freebsd_triage 1996-02-07 21:24:25 UTC
Responsible Changed
From-To: freebsd-bugs->mpp

I'm looking into the problem. 
Comment 3 Mark Murray freebsd_committer freebsd_triage 1996-02-12 21:05:44 UTC
State Changed
From-To: analyzed->closed

This PR is most likely to be as a result of pilot error on my part. 
Other work on file systems in general and the quota system have also 
improved things.