From owner-freebsd-stable@FreeBSD.ORG Tue May 8 09:46:01 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAB2916A400 for ; Tue, 8 May 2007 09:46:01 +0000 (UTC) (envelope-from ntstaff@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 9040313C458 for ; Tue, 8 May 2007 09:46:01 +0000 (UTC) (envelope-from ntstaff@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1693306wxc for ; Tue, 08 May 2007 02:46:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=sZVJvMM7qq/NfGSrqdMIsDDuhQNj1weedNzM01aiiQ+OiYZlZ5vG7scNLMdzImKZblwXTOy86r/JuKruadnzOOk42E3KVBIJIvl/qnnj48WJykFhgOGstYDwYiYRcFKYUZS07wc5zDbV5FK85+G47HFgUs3rScrbb1sz9Pep0Y4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Uurh9epWZ2ZA3+84NWBGIStpv/742QThIekwWRAHYcX6DqG7obw+XcqkhPTsmy2bHX1Cer5OzBQnF/5ZM1BuP4hHKQtcPE8JeSd4G/c9o2HIjOt+h+wpNOB2Ewih0YGXUHFPr9BqR5IEJOuGHUU/QdSs0C6KkMOkWtkl2GjuttE= Received: by 10.90.78.9 with SMTP id a9mr5975098agb.1178616073051; Tue, 08 May 2007 02:21:13 -0700 (PDT) Received: by 10.90.106.10 with HTTP; Tue, 8 May 2007 02:21:13 -0700 (PDT) Message-ID: <11e9464b0705080221y7ee12e24l9f0ead221b632dac@mail.gmail.com> Date: Tue, 8 May 2007 13:21:13 +0400 From: "Newtunes Support" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Incorrect df -k output X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 09:46:02 -0000 Hi all! I have the folliwing issue on 6.1 and 6.2 df -k utility always shows me incorrect disk usage. Server with 6.1 on board: =========================== xxxxx# uname -a FreeBSD xxxxx 6.1-RELEASE-p6 FreeBSD 6.1-RELEASE-p6 #0: Mon Sep 18 17:06:13 MSD 2006 root@xxxxx:/usr/obj/usr/src/sys/GENERIC i386 xxxxx# df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad4s1a 76866422 51507978 19209132 73% / devfs 1 1 0 100% /dev */dev/ad6s1d 77879478 75006042 -3356922 105% /usr/home/ftp/pub/ARCHIEVE* xxxxx# du -sk /usr/home/ftp/pub/ARCHIEVE 75006042 /usr/home/ftp/pub/ARCHIEVE And I have such bug oh 6.2 on second server too. ================================================ xxxxx# uname -a FreeBSD xxxxx 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 xxxxx# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1a 496M 36M 420M 8% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad0s1d 1.9G 425M 1.4G 23% /tmp /dev/ad0s1f 136G 70G 55G 56% /usr */dev/ad0s1e 3.9G 3.6G -21M 101% /var* /dev/ad2s1d 144G 25G 108G 19% /hd2 procfs 4.0K 4.0K 0B 100% /proc xxxxx# du -sh /var 202M /var ======================== What can be a reason of this malfunction? I tryed to bounce serve4rs but it had not fix the issue. Please advise. Thanks Dmitry