From owner-freebsd-current@FreeBSD.ORG Fri Mar 26 16:26:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9AB116A4CE for ; Fri, 26 Mar 2004 16:26:54 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E662B43D2D for ; Fri, 26 Mar 2004 16:26:53 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i2R0Qq5v032031; Sat, 27 Mar 2004 11:26:52 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i2R0QnGQ021218; Sat, 27 Mar 2004 11:26:51 +1100 Date: Sat, 27 Mar 2004 11:26:48 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "Oleg V. Naumann" In-Reply-To: <20040326200856.GG21046@core.zp.ua> Message-ID: <20040327112433.W45612@gamplex.bde.org> References: <20040326200856.GG21046@core.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@FreeBSD.org Subject: Re: background_fsck and kernel without SOFTUPDATES X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 00:26:54 -0000 On Fri, 26 Mar 2004, Oleg V. Naumann wrote: > Here is small problem. After removing 'options SOFTUPDATES' > from my kernel and rebooting I noticed message from fsck: > 'kernel lacks background fsck support'. After that fsck > leaves fs's in the inconsistent state. Yes, I know about dependency The message is only a warning. fsck is supposed to re-run fsck_ffs without -F if the first run with -F fails. Bruce