Subject: quotacheck just doesn't work...
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Luke Mewburn <lm@rmit.edu.au>
List: netbsd-bugs
Date: 05/22/1994 19:45:13
/sbin/quotacheck (with sources about 2 days old) is broken.
I get `read: bad address' (which I tracked down to the read() in
quotacheck.c::bread()). I even tried casting the lseek which occurs
just before it into off_t...

Here's the error:
---
root@karybdis 72 ~# quotacheck -v -u /usr
*** Checking user quotas for /dev/rwd0f (/usr)
read: Bad address
---

Any ideas?

PS: I've only recently setup quotas. New files created/removed by
the users with quotas work ok. The problem is, I want to update
their `current' usage to what's actually on the disk.

lm.


--
Luke Mewburn			UNIX Systems Programmer, Technical Services
Email: <lm@rmit.edu.au>		Group, Department of Computer Science, RMIT

------------------------------------------------------------------------------