From owner-freebsd-isp@FreeBSD.ORG Mon May 19 09:24:49 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD0237B401 for ; Mon, 19 May 2003 09:24:49 -0700 (PDT) Received: from bilver.wjv.com (user38.net339.fl.sprint-hsd.net [65.40.24.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD5443F3F for ; Mon, 19 May 2003 09:24:48 -0700 (PDT) (envelope-from bv@wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by bilver.wjv.com (8.12.9/8.12.9) with ESMTP id h4JGOi3Q029944; Mon, 19 May 2003 12:24:44 -0400 (EDT) (envelope-from bv@wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.12.9/8.12.9/Submit) id h4JGOhGa029943; Mon, 19 May 2003 12:24:43 -0400 (EDT) Date: Mon, 19 May 2003 12:24:43 -0400 From: Bill Vermillion To: Lewis Watson Message-ID: <20030519162442.GC28258@wjv.com> References: <005701c31e22$21b00150$de0a0a0a@vsis169> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005701c31e22$21b00150$de0a0a0a@vsis169> Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-26.2 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: freebsd-isp@freebsd.org Subject: Re: Hmm.. / is 108%! X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 16:24:49 -0000 On Mon, May 19, 2003 at 11:17 , Lewis Watson gie sprachen "Vyizdur zomen nemororz izaziz zander isorziz", and continued with: > This system is a production www server in an isp environment. Please let > me know if this is too {OT}.. > Disk status: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ar0s1a 128990 128174 -9502 108% / > /dev/ar0s1h 61934666 4572354 52407540 8% /home > /dev/ar0s1f 257998 696 236664 0% /tmp > /dev/ar0s1g 9289902 2486716 6059994 29% /usr > /dev/ar0s1e 2064302 109496 1789662 6% /var > procfs 4 4 0 100% /proc > I had an automated script that got out of hand the other night > and now I have 108% in /. If you were running it as root from your /root directory check /root for a large core file. > I don't see anything out of the ordinary in / so I am not sure > where to look next. Can someone push me in the right direction? Be sure to look in /tmp. Also you might use du on anything mounted on root. lsof might help. If your program opened a temporary file and then removed the file, the file could still be open using memory and disk space as it is not removed until the last link is removed, so you might not find that file at all. You will have problems as any non-root program that need to write in /tmp will probably fail. Bill -- Bill Vermillion - bv @ wjv . com