From owner-freebsd-current@FreeBSD.ORG Sat Jun 18 00:04:57 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id C668F106564A; Sat, 18 Jun 2011 00:04:56 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Fri, 17 Jun 2011 20:04:44 -0400 User-Agent: KMail/1.6.2 References: <201106171654.03968.aorchid@mac.com> In-Reply-To: <201106171654.03968.aorchid@mac.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106172004.48187.jkim@FreeBSD.org> Cc: Aric Gregson Subject: Re: Hang During Startup on ZFS Boot (intermittent) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Jun 2011 00:04:57 -0000 On Friday 17 June 2011 07:54 pm, Aric Gregson wrote: > Hello, > > I have installed 9-Current from the May 12 2011 iso that was > available and I used a ZFS boot disk and gpt partition as > described. I have a problem on reboot that booting stalls during > listing of the SMP CPU start-up (?) after listing the 15th or 16th > CPU. I must power-down the computer to initiate a new restart once > it stalls. Sometimes I need to power-down two or three times before > it will proceed through the start-up. There does not appear to be > anything written to a log file during failed start-ups. > > How would I go about attempting to find out why this is occurring > (presuming it is not a known problem)? It makes me nervous that > powering down like that will eventually cause a problem preventing > any reboot. I have posted the most recent system log from a boot. > Thanks for any pointers in advance. [SNIP] I believe the problem was fixed by the following commit: http://svn.freebsd.org/changeset/base/222032 Jung-uk Kim