From owner-freebsd-bugs Thu May 4 12:25:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA20000 for bugs-outgoing; Thu, 4 May 1995 12:25:55 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA19992 for ; Thu, 4 May 1995 12:25:52 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA10226; Thu, 4 May 95 13:19:13 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9505041919.AA10226@cs.weber.edu> Subject: Re: bin/381: Quota commands (repquota/edquota/quota) not giving correct info. To: ted@wiz.plymouth.edu Date: Thu, 4 May 95 13:19:12 MDT Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199505040430.VAA18479@freefall.cdrom.com> from "ted@wiz.plymouth.edu" at May 3, 95 09:30:01 pm X-Mailer: ELM [version 2.4dev PL52] Sender: bugs-owner@FreeBSD.org Precedence: bulk > edquota, repquota & quota not reporting blocks of quota correctly, > always reporting incorrect information including an (NULL) under > the Warning info part of 'quota'. [ ... ] > > dbtob(qup->dqblk.dqb_curblocks) / 1024, > > dbtob(qup->dqblk.dqb_bsoftlimit) / 1024, > > dbtob(qup->dqblk.dqb_bhardlimit) / 1024); I think the 1024's here should be the manifest constant for block size... Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.