Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 06:52:28 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        =?ISO-8859-15?Q?Jean-S=E9bastien_P=E9dron?= <dumbbell@FreeBSD.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Anyone else seeing lockup on boot with r271042?
Message-ID:  <alpine.BSF.2.11.1409040647180.31288@wonkity.com>
In-Reply-To: <5408402B.20704@FreeBSD.org>
References:  <alpine.BSF.2.11.1409031427070.81751@wonkity.com> <20140903204605.GA16445@dft-labs.eu> <alpine.BSF.2.11.1409031535120.4771@wonkity.com> <alpine.BSF.2.11.1409031616230.15085@wonkity.com> <5408402B.20704@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <owner-freebsd-stable@FreeBSD.ORG>
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 <freebsd-stable@freebsd.org>; 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 <freebsd-stable@freebsd.org>; 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 <freebsd-stable@freebsd.org>; 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 <junchoon@dec.sakura.ne.jp>
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: <alpine.BSF.2.11.1409040647180.31288@wonkity.com>
References: <alpine.BSF.2.11.1409031427070.81751@wonkity.com>
 <20140903204605.GA16445@dft-labs.eu>
 <alpine.BSF.2.11.1409031535120.4771@wonkity.com>
 <alpine.BSF.2.11.1409031616230.15085@wonkity.com>
 <5408402B.20704@FreeBSD.org>
 <alpine.BSF.2.11.1409040647180.31288@wonkity.com>
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 <freebsd-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-stable>,
 <mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable/>;
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
 <mailto:freebsd-stable-request@freebsd.org?subject=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 <wblock@wonkity.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.11.1409040647180.31288>