From owner-freebsd-current Tue Dec 17 23:27:16 2002 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 BE52B37B404 for ; Tue, 17 Dec 2002 23:27:14 -0800 (PST) Received: from beastie.mckusick.com (beastie.mckusick.com [209.31.233.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49CF043EDA for ; Tue, 17 Dec 2002 23:27:14 -0800 (PST) (envelope-from mckusick@beastie.mckusick.com) Received: from beastie.mckusick.com (localhost [127.0.0.1]) by beastie.mckusick.com (8.12.3/8.12.3) with ESMTP id gBI7RB59019060; Tue, 17 Dec 2002 23:27:11 -0800 (PST) (envelope-from mckusick@beastie.mckusick.com) Message-Id: <200212180727.gBI7RB59019060@beastie.mckusick.com> To: Brooks Davis Subject: Re: backgroud fsck is still locking up system (fwd) Cc: Nate Lawson , Archie Cobbs , freebsd-current@FreeBSD.ORG In-Reply-To: Your message of "Mon, 09 Dec 2002 11:19:13 PST." <20021209111913.A11284@Odin.AC.HMC.Edu> Date: Tue, 17 Dec 2002 23:27:11 -0800 From: Kirk McKusick Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Date: Mon, 9 Dec 2002 11:19:13 -0800 From: Brooks Davis To: Kirk McKusick Cc: Brooks Davis , Nate Lawson , Archie Cobbs , freebsd-current@FreeBSD.ORG Subject: Re: backgroud fsck is still locking up system (fwd) On Fri, Dec 06, 2002 at 05:52:38PM -0800, Kirk McKusick wrote: > Adding a two minute delay before starting background fsck > sounds like a very good idea to me. Please send me your > suggested change. Here it is. As written it doesn't add the delay, but you can change etc/defaults/rc.conf to do that it desired. -- Brooks I have added your suggested change to -current (6.0). I decided to set the default startup delay to sixty seconds as that seems to be enough time to let the initial system startup settle down. If this change proves to be popular, it can be considered for MFC'ing to 5.0. Kirk McKusick =-=-=-=-=-= From: Kirk McKusick Date: Tue, 17 Dec 2002 23:21:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc src/etc/defaults rc.conf src/etc/rc.d bgfsck src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD mckusick 2002/12/17 23:21:31 PST Modified files: etc rc etc/defaults rc.conf etc/rc.d bgfsck share/man/man5 rc.conf.5 Log: Delay an optional amount of time after booting before starting a background fsck. The delay defaults to sixty seconds to allow large applications such as the X server to start before disk I/O bandwidth is monopolized by fsck. Submitted by: Brooks Davis Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.165 +1 -0 src/etc/defaults/rc.conf 1.324 +8 -2 src/etc/rc 1.3 +13 -2 src/etc/rc.d/bgfsck 1.168 +5 -0 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message