Subject: Re: kern/33642: panic: free dquot isn't
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Lasse Kliemann <lasse-private-2005@plastictree.net>
List: netbsd-bugs
Date: 06/06/2006 17:35:02
The following reply was made to PR kern/33642; it has been noted by GNATS.

From: "Lasse Kliemann" <lasse-private-2005@plastictree.net>
To: gnats-bugs@NetBSD.org
Cc: kern-bug-people@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org, lasse-send-pr-2006@plastictree.net
Subject: Re: kern/33642: panic: free dquot isn't
Date: Tue, 6 Jun 2006 15:11:39 +0200

 * Christos Zoulas writes:
 > 
 >  On Jun 3,  6:34pm, lasse-private-2005@plastictree.net ("Lasse Kliemann") wrote:
 >  -- Subject: Re: kern/33642: panic: free dquot isn't
 >
 >  | 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=0 0 0
 >  | /dev/wd1a none swap sw,priority=1 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.
 
 It happened again today, but this time hours after I created a 
 new account. The panic was not related to chown, but to ksh. 
 I will now switch off softdeps and see if it happens again.