From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 6 21:37:19 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 DEBE6FBD for ; Sat, 6 Dec 2014 21:37:19 +0000 (UTC) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACFEF3D2 for ; Sat, 6 Dec 2014 21:37:19 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id kx10so2833856pab.30 for ; Sat, 06 Dec 2014 13:37:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:mime-version:subject :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=RSibqsNtw5sm1qieRz93Z0wKkSuFS6n/ur+u8hYc728=; b=a+ROtvQl8lYyhVknf/ugZwv6iODEINdApZn2wGz1R2MuBcjI48bqDqWP/IK9dVOt/t 4fFdnrp38JTOcaEsWnRjZ0eklnaEuoA43aRq8aH2aFyQmWFMkqlRWs/3hjRVqJHGwHlF sehBcnoyOTraXN/z/fY+YuPMmBCw7QC3GdbRtNfZJ4U84nqpsyE6CPqrdktQqCvbqOzu m2WqCfR6P4eSc/8cEbdAijGcSmOJHkPxPrGyChkjXAiwRt9OHYwK66UGoZ/HICVNFH2s 2tAS0+/nIm7YkjNjmS2HNhKYx+H1xe4tqwgu1QIqOqNCwQWyBfeZ9aap7ewqg3Bpbq3p 8ZZw== X-Gm-Message-State: ALoCoQlxDkhpjLXz7dqTkJD0H6oDpEn/MzK4MvQ4e7HDRPU2jQaUnwiYRDcJjPAwcK6iH+77bkwe X-Received: by 10.66.102.41 with SMTP id fl9mr40189883pab.7.1417901832896; Sat, 06 Dec 2014 13:37:12 -0800 (PST) Received: from [10.0.0.201] (c-67-180-23-235.hsd1.ca.comcast.net. [67.180.23.235]) by mx.google.com with ESMTPSA id w5sm32538389pds.25.2014.12.06.13.37.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Dec 2014 13:37:10 -0800 (PST) From: "Christopher R. Bowman" X-Google-Original-From: "Christopher R. Bowman" Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: 10.1 hangs during boot on Intel DP35DP board X-Mailer: iPhone Mail (11D257) In-Reply-To: <4750778.kghJ8KRE21@ralph.baldwin.cx> Date: Sat, 6 Dec 2014 13:37:09 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1dbd10028e6466adac4d5c10cf7e099d4fe035c1@webmailnew.optuszoo.com.au> <201412041139.31416.jhb@freebsd.org> <366F5C20-E685-4C8F-82CB-237E5E102C78@ChrisBowman.com> <4750778.kghJ8KRE21@ralph.baldwin.cx> To: John Baldwin 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: Sat, 06 Dec 2014 21:37:20 -0000 John, Its still sitting but I turned on verbose output and it's been sitting for 1= 0 minutes so far without any further output.=20 Christopher.=20 -- Christopher R. Bowman > On Dec 5, 2014, at 7:20 AM, John Baldwin wrote: >=20 > 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 confused. >>>> 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 thing >>> 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, >> Thank you for responding. I tried that but the machine seemed wedged a= t >> that point. I can=E2=80=99t drop into DDB using Ctrl-Alt-Esc nor can I d= o >> Ctrl-Alt-Del to reboot. All I can do it push the reset button. Christoph= er >=20 > If you let it sit for 60 seconds it should print out a message telling you= =20 > what it is waiting on. >=20 > --=20 > John Baldwin