From owner-freebsd-stable@FreeBSD.ORG Sun Jan 18 16:42:08 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16B04106566B for ; Sun, 18 Jan 2009 16:42:08 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.9.129]) by mx1.freebsd.org (Postfix) with ESMTP id CE9CB8FC14 for ; Sun, 18 Jan 2009 16:42:07 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 7BB9B73098; Sun, 18 Jan 2009 17:47:24 +0100 (CET) Date: Sun, 18 Jan 2009 17:47:24 +0100 From: Luigi Rizzo To: Andrew Lankford Message-ID: <20090118164724.GA21705@onelab2.iet.unipi.it> References: <49729D80.8010506@charter.net> <20090118093346.GA9819@onelab2.iet.unipi.it> <49734D0B.8050604@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49734D0B.8050604@charter.net> User-Agent: Mutt/1.4.2.3i Cc: peterjeremy@optushome.com.au, stable@freebsd.org, xxjack12xx@gmail.com Subject: Re: System borked: loader stack overflow. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2009 16:42:08 -0000 On Sun, Jan 18, 2009 at 10:38:51AM -0500, Andrew Lankford wrote: > > I can't say what version of the loader it is that I'm using, but > (following Peter's advice, thanks), I've tried loader.old (about a week > old) and the latest loader (built yesterday), and both start. Where > each loader has a problem appears to be reading (include-ing?) > /boot/default/loader.conf . The spinner spins for a longer time than ok so the problem could be is a recursive assignment of loader_conf_files in your previous installation (either as a result of the default installation, or because of manual modifications). Could you please send me a copy of your /boot/loader.conf and /boot/defaults/loader.conf so i can check ? A recent commit fixed the handling of loader_conf_files, which previously was broken (in some cases assignments were ignored). A side effect of the fix is that now certain errors in the config files are now detected as such. cheers luigi