Subject: Re: kern/33642: panic: free dquot isn't
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 06/03/2006 17:15:04
The following reply was made to PR kern/33642; it has been noted by GNATS.

From: christos@zoulas.com (Christos Zoulas)
To: "Lasse Kliemann" <lasse-private-2005@plastictree.net>,
	gnats-bugs@NetBSD.org
Cc: kern-bug-people@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: kern/33642: panic: free dquot isn't
Date: Sat, 3 Jun 2006 13:14:39 -0400

 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