From owner-freebsd-questions@FreeBSD.ORG Tue Oct 7 07:30:36 2003 Return-Path: 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 A89F016A4B3 for ; Tue, 7 Oct 2003 07:30:36 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9855143FAF for ; Tue, 7 Oct 2003 07:30:35 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h97EUZ5U020453; Tue, 7 Oct 2003 09:30:35 -0500 (CDT) (envelope-from dan) Date: Tue, 7 Oct 2003 09:30:34 -0500 From: Dan Nelson To: matti k Message-ID: <20031007143034.GD36117@dan.emsphone.com> References: <20031008001159.4372a8db.matti@optusnet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031008001159.4372a8db.matti@optusnet.com.au> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: bgfsck - message won't go away X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 14:30:36 -0000 In the last episode (Oct 08), matti k said: > After (re)boot I get the message "Starting background file system > checks in 60 seconds." whether bgfsck needs to run or not. > How can I remove this message? Comment it out of /etc/rc.d/bgfsck :) The script just kicks off bgfsck; it doesn't know whether any filesystems actually require checking or not. -- Dan Nelson dnelson@allantgroup.com