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 16:15:04
The following reply was made to PR kern/33642; it has been noted by GNATS.

From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, kern-bug-people@netbsd.org,
	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Cc: 
Subject: Re: kern/33642: panic: free dquot isn't
Date: Sat, 3 Jun 2006 12:10:28 -0400

 On Jun 3,  3:50pm, lasse-send-pr-2006@plastictree.net (Lasse Kliemann) wrote:
 -- Subject: kern/33642: panic: free dquot isn't
 
 | # groupadd test
 | # useradd -g test -m test
 | # mkdir /bulk/home/test
 | # chown test.test /bulk/home/test
 | 
 | 
 | panic: free dquot isn't
 | Stopped in pid 22336.1 (chown) at netbsd:cpu_Debugger+0x4: leave
 | 
 | 
 | Mounted partitions:
 | 
 | # mount
 | /dev/wd0a on / type ffs (noatime, soft dependencies, local)
 | /dev/raid0f on /var type ffs (noatime, soft dependencies, local)
 | /dev/raid0e on /usr type ffs (noatime, soft dependencies, local)
 | /dev/raid0g on /bulk type ffs (noatime, soft dependencies, local, with quotas)
 | /dev/raid1e on /home type ffs (noatime, soft dependencies, local, with quotas)
 | kernfs on /kern type kernfs (local)
 | 
 | >How-To-Repeat:
 | 
 | Difficult. Just repeating the above sequence does not always 
 | lead to a panic. Because this ought to be a production 
 | machine, I have not conducted extensive tests. I can do so, if 
 | it is required.
 | 
 
 Do you have disk quotas turned on?
 
 christos