From owner-freebsd-questions@FreeBSD.ORG Wed Feb 15 12:41:15 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA7F16A420 for ; Wed, 15 Feb 2006 12:41:15 +0000 (GMT) (envelope-from jimmiejaz@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7728D43D45 for ; Wed, 15 Feb 2006 12:41:15 +0000 (GMT) (envelope-from jimmiejaz@gmail.com) Received: by xproxy.gmail.com with SMTP id h28so1101787wxd for ; Wed, 15 Feb 2006 04:41:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=lwJbykihnPJGAyb6dYIn1Y+INumzI4s+x7NnPvs/ypO8g7s9i1tdDEJjtV5mLRYEZPJVEKKcCbcIoN+L0Q3VKCPcCWBH1eWdC1gBX88P6m2sWMXxjgpsPi0YAWBp1xI4xnliL3itKaFOpz63McGOkZxhiYmTpt//iL9uNX5E6Sc= Received: by 10.70.48.3 with SMTP id v3mr4884054wxv; Wed, 15 Feb 2006 04:41:14 -0800 (PST) Received: by 10.70.7.14 with HTTP; Wed, 15 Feb 2006 04:41:14 -0800 (PST) Message-ID: <7e148fb90602150441r5af1c42bv9c10ab56f847761f@mail.gmail.com> Date: Wed, 15 Feb 2006 07:41:14 -0500 From: Jimmie James To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Odd daily run output. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2006 12:41:16 -0000 >> Filesystem 1K-blocks Used Avail Capacity Mounted on >> /dev/ad0s1e 253678 -1358 234742 -1% /tmp > >I know there's 8% reserved for softupdates, but how is it possible ^^^^^^^^^^^ >Not for soft updates, but generally for root to be able to work in case >of a problem, i think. >> that there's _extra_ space on /tmp ? What am I missing? This is the > >first time I've seen this. >Run fsck(8) on this file system must solve this. fsck(8) seems to have cleared it: /dev/ad0s1e 253678 16 233368 0% /tmp What I find out, is that fsck ran at boot in the background, I was under th= e assumption, the reason for that, was to fix any problems, so your machine would come back up in a usable state, and not need any intervention. /me goes back to the man pages. Thanks! Jimmie