From owner-freebsd-bugs Fri Feb 27 23:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04682 for freebsd-bugs-outgoing; Fri, 27 Feb 1998 23:20:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04663; Fri, 27 Feb 1998 23:20:01 -0800 (PST) (envelope-from gnats) Received: from home.dragondata.com (root@home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04071 for ; Fri, 27 Feb 1998 23:11:40 -0800 (PST) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.8/8.8.5) id NAA19436; Fri, 27 Feb 1998 13:39:44 -0600 (CST) Message-Id: <199802271939.NAA19436@home.dragondata.com> Date: Fri, 27 Feb 1998 13:39:44 -0600 (CST) From: toasty@dragondata.com Reply-To: toasty@dragondata.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/5870: df(1) gives values over 100% Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5870 >Category: bin >Synopsis: df(1) gives values over 100% >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 27 23:20:01 PST 1998 >Last-Modified: >Originator: Kevin Day >Organization: DragonData >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current system, cvsupped on Feb 5th. >Description: df(1) will give usage values over 100% Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/wd0a 127023 19946 96916 17% 1256 30486 4% / /dev/wd0s1h 347295 42755 276757 13% 1494 85800 2% /userland /dev/wd0s1g 63503 759 57664 1% 145 15725 1% /userland/var /dev/wd0s1d 2991318 169969 2582044 6% 18308 729530 2% /userland/home /dev/wd0s1f 198399 196536 -14008 108% 50174 0 100% /usr /dev/wd0s1e 127023 1469 115393 1% 195 31547 1% /var procfs 4 4 0 100% 29 4087 1% /proc procfs 4 4 0 100% 29 4087 1% /userland/proc Somehow, 198399 - 196536 is ending up a negative number. This wouldn't be severe if I didn't have progams that used the output of df for monitoring. >How-To-Repeat: Run out of inodes, then do a df. >Fix: Unknown. >Audit-Trail: >Unformatted: Kevin Day To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message