From owner-freebsd-stable@FreeBSD.ORG Thu Sep 4 14:56:37 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91C146E4 for ; Thu, 4 Sep 2014 14:56:37 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E462133D for ; Thu, 4 Sep 2014 14:56:37 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s84EuXKf063524 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 4 Sep 2014 08:56:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s84EuXtS063521; Thu, 4 Sep 2014 08:56:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 4 Sep 2014 08:56:33 -0600 (MDT) From: Warren Block To: Tomoaki AOKI Subject: Re: Anyone else seeing lockup on boot with r271042? In-Reply-To: <20140904222006.cf4829b9f9124096303d6c06@dec.sakura.ne.jp> Message-ID: References: <20140903204605.GA16445@dft-labs.eu> <5408402B.20704@FreeBSD.org> <20140904222006.cf4829b9f9124096303d6c06@dec.sakura.ne.jp> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 04 Sep 2014 08:56:33 -0600 (MDT) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 14:56:37 -0000 On Thu, 4 Sep 2014, Tomoaki AOKI wrote: > Strange. > My ThinkPad T420 with stable/10 r271091 boots fine, devd enabled. No > external mouse (internal TrackPoint), internal Japanese keyboard with > jp.kbd, vt on graphics mode, using nvidia descrete GPU with nvidia > driver (not nv nor nouveau). When a USB mouse is connected, devd runs moused. I suspect there is a new race condition there. > Note that I'm building world with -DNO_CLEAN, but buildkernel without > it. (Building whole world only when something in toolchain is updated > or library version bumped, to determine gptzfsboot change before > installworld in regular updating.) I usually use NO_CLEAN, but tried a full build just in case. It did not change things.