From owner-freebsd-stable@FreeBSD.ORG Sat Jan 4 22:16:17 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E405626 for ; Sat, 4 Jan 2014 22:16:17 +0000 (UTC) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95FFE15F2 for ; Sat, 4 Jan 2014 22:16:16 +0000 (UTC) X-Envelope-From: eugen@grosbein.net X-Envelope-To: freebsd-stable@freebsd.org Received: from eg.sd.rdtc.ru (eugen@localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.7/8.14.7) with ESMTP id s04MG4X5055196; Sun, 5 Jan 2014 05:16:05 +0700 (NOVT) (envelope-from eugen@grosbein.net) Message-ID: <52C88824.20404@grosbein.net> Date: Sun, 05 Jan 2014 05:16:04 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130415 Thunderbird/17.0.5 MIME-Version: 1.0 To: kpneal@pobox.com Subject: Re: How to make boot wait a few seconds more for device response? References: <43.76.14229.524B7C25@cdptpa-oedge01> <52C7EC3E.6070709@grosbein.net> <20140104213749.GA60414@neutralgood.org> In-Reply-To: <20140104213749.GA60414@neutralgood.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.3 required=5.0 tests=ALL_TRUSTED,BAYES_00, LOCAL_FROM autolearn=no version=3.3.2 X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 2.6 LOCAL_FROM From my domains X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eg.sd.rdtc.ru Cc: Thomas Mueller , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jan 2014 22:16:17 -0000 On 05.01.2014 04:37, kpneal@pobox.com wrote: > On Sat, Jan 04, 2014 at 06:10:54PM +0700, Eugene Grosbein wrote: >> On 04.01.2014 14:11, Thomas Mueller wrote: >>> How do I make boot wait a few seconds more if it can't mount the root device immediately? >> >> Just add to your /boot/loader.conf: >> >> kern.cam.boot_delay="10000" >> >> The value counts miliseconds. > > In my case I tried this and it didn't do what I needed. I'm pretty sure I > remember that it delayed some of the scanning. Then this is a regression. > What I needed was to delay > the mounting of root until all devices have been attached. That's different. That's exactly what this setting is supposed to do and it does for me in 8.4 and 9.2.