From owner-freebsd-stable@FreeBSD.ORG Thu Sep 4 12:52:31 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 E6F1A38C; Thu, 4 Sep 2014 12:52:31 +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 9202C12AF; Thu, 4 Sep 2014 12:52:31 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s84CqSbA032685 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 4 Sep 2014 06:52:28 -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 s84CqS3H032682; Thu, 4 Sep 2014 06:52:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 4 Sep 2014 06:52:28 -0600 (MDT) From: Warren Block To: =?ISO-8859-15?Q?Jean-S=E9bastien_P=E9dron?= Subject: Re: Anyone else seeing lockup on boot with r271042? In-Reply-To: <5408402B.20704@FreeBSD.org> Message-ID: References: <20140903204605.GA16445@dft-labs.eu> <5408402B.20704@FreeBSD.org> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 04 Sep 2014 06:52:28 -0600 (MDT) Content-Type: TEXT/PLAIN; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 12:52:32 -0000 On Thu, 4 Sep 2014, Jean-Sébastien Pédron wrote: > On 04.09.2014 00:23, Warren Block wrote: >> The lockup with devd starts with r271022. It can't always be started >> after startup, feels like a race. > > I can't reproduce the problem with -CURRENT and we never received such > report. Could you please try a recent stable/10, in case you updated > your working copy in the middle of the MFCs? With r271092, the lockup is still present and consistent. If I use devd_enable="NO" in /etc/rc.conf, "service devd onestart" still locks up in the console. It works from a terminal window after X has been started (at least most of the time). This kernel only has vt, no sc. In /boot/loader.conf: hw.vga.textmode=1 From owner-freebsd-stable@FreeBSD.ORG Thu Sep 4 13:20:16 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 1FFE2C25 for ; Thu, 4 Sep 2014 13:20:16 +0000 (UTC) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB8E515E2 for ; Thu, 4 Sep 2014 13:20:15 +0000 (UTC) Received: from fortune.joker.local (180-198-225-68.nagoya1.commufa.jp [180.198.225.68]) (authenticated bits=0) by dec.sakura.ne.jp (8.14.3/8.14.2/[SAKURA-WEB]/20080708) with ESMTP id s84DK7W0056372 for ; Thu, 4 Sep 2014 22:20:07 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 4 Sep 2014 22:20:06 +0900 From: Tomoaki AOKI To: freebsd-stable@freebsd.org Subject: Re: Anyone else seeing lockup on boot with r271042? Message-Id: <20140904222006.cf4829b9f9124096303d6c06@dec.sakura.ne.jp> In-Reply-To: References: <20140903204605.GA16445@dft-labs.eu> <5408402B.20704@FreeBSD.org> Organization: Junchoon corps X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit 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 13:20:16 -0000 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). 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.) On Thu, 4 Sep 2014 06:52:28 -0600 (MDT) Warren Block wrote: > On Thu, 4 Sep 2014, Jean-S$B".(Bbastien P$B".(Bdron wrote: > > > On 04.09.2014 00:23, Warren Block wrote: > >> The lockup with devd starts with r271022. It can't always be started > >> after startup, feels like a race. > > > > I can't reproduce the problem with -CURRENT and we never received such > > report. Could you please try a recent stable/10, in case you updated > > your working copy in the middle of the MFCs? > > With r271092, the lockup is still present and consistent. If I use > devd_enable="NO" in /etc/rc.conf, "service devd onestart" still locks up > in the console. It works from a terminal window after X has been > started (at least most of the time). > > This kernel only has vt, no sc. > > In /boot/loader.conf: > > hw.vga.textmode=1 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- $B@DLZ(B $BCNL@(B [Tomoaki AOKI] junchoon@dec.sakura.ne.jp MXE02273@nifty.com