From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 8 13:07:26 2008 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0E42106566B for ; Sat, 8 Mar 2008 13:07:26 +0000 (UTC) (envelope-from jumper99@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 343AF8FC16 for ; Sat, 8 Mar 2008 13:07:25 +0000 (UTC) (envelope-from jumper99@gmx.de) Received: (qmail invoked by alias); 08 Mar 2008 12:40:45 -0000 Received: from p5B0CD0D8.dip.t-dialin.net (EHLO wsl096) [91.12.208.216] by mail.gmx.net (mp009) with SMTP; 08 Mar 2008 13:40:45 +0100 X-Authenticated: #682707 X-Provags-ID: V01U2FsdGVkX19MIoIQUMdMlqWxhHtblKzpnAC6MFyLBkA2SVDhGs vGt53Q5SylrB3P Message-ID: <001a01c88119$a0ccf010$0d7ca8c0@vpe.de> From: "Helmut Schneider" To: "Mike Pritchard" References: <200803061850.m26Io2Xq013979@freefall.freebsd.org> <20080307004232.GA69112@mail.mppsystems.com> Date: Sat, 8 Mar 2008 13:40:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Y-GMX-Trusted: 0 Cc: freebsd-bugs@FreeBSD.org 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 List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2008 13:07:27 -0000 From: "Mike Pritchard" > Are you running quotacheck while there are users active, or the > machine is accepting mail deliveries? Running quotacheck on > an active file system will generate those type of fixups, due > to buffered data in the kernel not being in sync with > the disk data at that point. Yes, but I ran "quotacheck -va" a few minutes ago and it reported many fixups. I checked the logfiles and the last access for a specific user, it was yesterday morning. I even rebooted the machine yesterday evening. Shouldn't at least a reboot fix/flush all those entries? Again: [root@mvt ~]# cat /etc/rc.conf | grep quota quota_enable="YES" check_quotas="YES" [root@mvt ~]# cat /etc/fstab | grep quota /dev/ar0s2g /home ufs rw,userquota,groupquota 2 2 [root@mvt ~]#