From owner-freebsd-current@FreeBSD.ORG Sat Dec 4 03:46:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E86F16A4CE for ; Sat, 4 Dec 2004 03:46:00 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 020E143D31 for ; Sat, 4 Dec 2004 03:46:00 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CaQrv-0005XA-DC for freebsd-current@freebsd.org; Fri, 03 Dec 2004 19:45:59 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16817.13046.982719.724355@ran.psg.com> Date: Fri, 3 Dec 2004 19:45:58 -0800 To: FreeBSD Current Subject: quota report discrepancy X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 03:46:00 -0000 # quota -v -g uucp Disk quotas for group uucp (gid 66): Filesystem usage quota limit grace files quota limit grace /var/spool 19400 0 0 2966 0 50000 # repquota /var/spool Block limits File limits User used soft hard grace used soft hard grace root -- 38 0 0 - 23 0 0 - mailnull -- 128290 0 0 - 956 0 0 - uucp -- 19402 0 0 - 2967 0 0 - why does the hard group file limit for uucp not show in the second report? randy