From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 6 18:50:02 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB4B1065672 for ; Thu, 6 Mar 2008 18:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC4F8FC27 for ; Thu, 6 Mar 2008 18:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m26Io2Ek013980 for ; Thu, 6 Mar 2008 18:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m26Io2Xq013979; Thu, 6 Mar 2008 18:50:02 GMT (envelope-from gnats) Date: Thu, 6 Mar 2008 18:50:02 GMT Message-Id: <200803061850.m26Io2Xq013979@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Helmut Schneider" Cc: Subject: Re: kern/114766: [quotas] Disk quota does not work as expected X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helmut Schneider List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 18:50:02 -0000 The following reply was made to PR kern/114766; it has been noted by GNATS. From: "Helmut Schneider" To: Cc: Subject: Re: kern/114766: [quotas] Disk quota does not work as expected Date: Thu, 6 Mar 2008 19:42:58 +0100 wrote: > I am unable to duplicate this problem. > > I think this is an error on the submitters part. > > The proper sequence of commands should have been: > > quotacheck /home > quotaon /home > chown .... > repquota ... > du ... > > The key step is running quotacheck before actually turning > > That would explain all the fix ups quotacheck did later as > seen in the submitters follow up message. > > Enabling quotas for /home in /etc/fstab makes sure that > quotacheck is run before enabling quotas for the file system at > boot time. Quota is enabled in fstab and rc.conf: /dev/ad0s2a /home ufs rw,userquota,groupquota 2 2 quota_enable="YES" check_quotas="YES" I might do something fundamentally wrong but I can reproduce this on 2 machines (both 6.3-RELEASE). On both dovecot is active (Maildir is /home/$USER/Maildir). Not sure if this is related. [root@abc ~]# quotacheck -vvv -a *** Checking user and group quotas for /dev/ad0s2a (/home) [root@abc ~]# quotacheck -vvv -a *** Checking user and group quotas for /dev/ad0s2a (/home) /home: web6 fixed (user): inodes 2005 -> 2006 blocks 49416 -> 49432 /home: web6 fixed (group): inodes 2005 -> 2006 blocks 49416 -> 49432 [root@abc ~]# quotacheck -vvv -a *** Checking user and group quotas for /dev/ad0s2a (/home) /home: web24 fixed (user): inodes 2587 -> 2588 blocks 49864 -> 49876 /home: web24 fixed (group): inodes 2587 -> 2588 blocks 49864 -> 49876 [root@abc ~]#