Subject: Re: kern/33642: panic: free dquot isn't
To: None <gnats-bugs@NetBSD.org>
From: Lasse Kliemann <lasse-private-2005@plastictree.net>
List: netbsd-bugs
Date: 06/06/2006 15:11:39
* 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.