From owner-freebsd-current@FreeBSD.ORG Sat Oct 2 03:37:51 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 346C41065672; Sat, 2 Oct 2010 03:37:51 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DCF948FC0A; Sat, 2 Oct 2010 03:37:50 +0000 (UTC) Received: by iwn34 with SMTP id 34so5631506iwn.13 for ; Fri, 01 Oct 2010 20:37:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Kfg21odWVik15WLLy68ZJdGDLQuV3FfN0VIQJ27Znk0=; b=LtApH0O44zMsZQXxyQ/Rq5ZzgRCIcCnNEWcRYIdzeoSBx0H5lKfYrHWyO7UL3yp0ZP OTimwrhLeoAAcOp3i7nlCud9t1juS7GAbNcUV/3MQ/4tVDt5q+JtSSB1MDofyLW4w3lT rejIUWrwhRc60Tv/iPuPpJH+L3HNnAQM1wtDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=KUl6CAGEQY99Na8/ag97tHEq5O+MCgvLHWuuNn6fP8yVCoJoNmbzbjQXKRv6I/vxdc fm7wRMZiCB4WVuUt0IUolzyABCfekAsuuojk2RHNIwb3IFXkVw2QQZZfeG4fOtnsjZAh c282OwA3QK9R8rqEYv2p7rFqVxw/cR7LIEBeo= MIME-Version: 1.0 Received: by 10.231.156.65 with SMTP id v1mr6660112ibw.107.1285990670167; Fri, 01 Oct 2010 20:37:50 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.231.190.68 with HTTP; Fri, 1 Oct 2010 20:37:50 -0700 (PDT) In-Reply-To: <20101002032427.GJ1535@albert.catwhisker.org> References: <20101001212038.GE1535@albert.catwhisker.org> <20101001233001.GG1535@albert.catwhisker.org> <20101002013344.GI1535@albert.catwhisker.org> <20101002032427.GJ1535@albert.catwhisker.org> Date: Fri, 1 Oct 2010 20:37:50 -0700 X-Google-Sender-Auth: rIXCFjRhzScpaYoLmp_fnM49YoA Message-ID: From: Garrett Cooper To: David Wolfskill , Garrett Cooper , current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Hang near end of kernel probes since r213267 (likely earlier) 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, 02 Oct 2010 03:37:51 -0000 On Fri, Oct 1, 2010 at 8:24 PM, David Wolfskill wrot= e: > On Fri, Oct 01, 2010 at 07:22:33PM -0700, Garrett Cooper wrote: >> ... >> > Any ideas on what mught be causing CURRENT to hang -- sometimes >> > -- given that it appears to involve the Modular Bay (or the specific >> > device that is in the bay during the hang)? >> >> =A0 =A0 Do you have boot -v output? > > Yes; please see , > which has: > > albert(8.1-S)[11] ls -lT > total 196 > -rw-r--r-- =A01 david =A0wheel =A0 11497 Oct =A01 20:19:06 2010 console.l= og > -rw-r--r-- =A01 david =A0wheel =A0 60397 Oct =A01 19:26:23 2010 dmesg.boo= t > -rw-r--r-- =A01 david =A0wheel =A0114752 Oct =A01 20:21:50 2010 messages > albert(8.1-S)[12] This might sound like a stupid idea, but can you try booting with a CD/DVD in the drive? Thanks, -Garrett