From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 5 15:33:03 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1A0F228; Fri, 5 Dec 2014 15:33:03 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8352BFB; Fri, 5 Dec 2014 15:33:03 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 1875FB987; Fri, 5 Dec 2014 10:33:02 -0500 (EST) From: John Baldwin To: "Christopher R. Bowman" Subject: Re: 10.1 hangs during boot on Intel DP35DP board Date: Fri, 05 Dec 2014 10:20:48 -0500 Message-ID: <4750778.kghJ8KRE21@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <366F5C20-E685-4C8F-82CB-237E5E102C78@ChrisBowman.com> References: <1dbd10028e6466adac4d5c10cf7e099d4fe035c1@webmailnew.optuszoo.com.au> <201412041139.31416.jhb@freebsd.org> <366F5C20-E685-4C8F-82CB-237E5E102C78@ChrisBowman.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 05 Dec 2014 10:33:02 -0500 (EST) Cc: freebsd-hackers@freebsd.org, Adrian Chadd , Tony Maher X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 15:33:04 -0000 On Thursday, December 04, 2014 07:42:48 PM Christopher R. Bowman wrote:= > > On Dec 4, 2014, at 8:39 AM, John Baldwin wrote: > >=20 > > On Wednesday, December 03, 2014 9:36:01 am Adrian Chadd wrote: > >> Hi, > >>=20 > >> I'm not sure - it may be that the timekeeping stuff is a bit confu= sed. > >> Maybe it's now time to file a bug and see if we can loop the > >> timekeeping folk into it. > >=20 > > This is probably not timekeeping. That message is just the last th= ing > > printed before the interrupt-driven hooks are run. If you booted a= HEAD > > snapshot the kernel should have DDB compiled in. Please drop into = DDB > > using Ctrl-Alt-Esc and then run 'show conifhk' and reply here with = the > > output please. > John, > =09Thank you for responding. I tried that but the machine seemed wed= ged at > that point. I can=E2=80=99t drop into DDB using Ctrl-Alt-Esc nor can= I do > Ctrl-Alt-Del to reboot. All I can do it push the reset button. Chris= topher If you let it sit for 60 seconds it should print out a message telling = you=20 what it is waiting on. --=20 John Baldwin