Subject: Re: kern/33642: panic: free dquot isn't
To: Lasse Kliemann <lasse-private-2005@plastictree.net>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 06/03/2006 13:14:39
On Jun 3,  6:34pm, lasse-private-2005@plastictree.net ("Lasse Kliemann") wrote:
-- Subject: Re: kern/33642: panic: free dquot isn't

| I believe so. I have
| 
| quota=3Dyes
| 
| in my /etc/rc.conf, and /etc/fstab looks like:
| 
| /dev/wd0a / ffs rw,noatime,softdep 1 1
| /dev/raid0e /usr ffs rw,noatime,softdep 1 2
| /dev/raid0f /var ffs rw,noatime,softdep 1 2
| /dev/raid0g /bulk ffs rw,noatime,softdep,userquota,groupquota 1 2
| /dev/raid1e /home ffs rw,noatime,softdep,userquota,groupquota 1 2
| /dev/raid0a none swap sw,priority=3D0 0 0
| /dev/wd1a none swap sw,priority=3D1 0 0
| kernfs /kern kernfs rw
| procfs /proc procfs rw,noauto
| 
| 
| Or does "disk quotas" mean something special apart from that?

No, this is exactly what it means. I would guess that the quota
code has not been tested with all the recent ffs modifications,
in particular the combination of softdeps with quota might be
toxic.

christos