From owner-freebsd-stable@FreeBSD.ORG Fri Sep 5 10:25:40 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 31F487AB; Fri, 5 Sep 2014 10:25:40 +0000 (UTC) Received: from mail.neosystem.cz (mail.neosystem.cz [IPv6:2001:41d0:2:5ab8::10:15]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7E4C1F13; Fri, 5 Sep 2014 10:25:39 +0000 (UTC) Received: from mail.neosystem.cz (unknown [127.0.10.15]) by mail.neosystem.cz (Postfix) with ESMTP id 715FF171F; Fri, 5 Sep 2014 12:25:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.neosystem.cz Received: from aron.sn.neosystem.cz (unknown [IPv6:2001:41d0:2:5ab8::100:105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.neosystem.cz (Postfix) with ESMTPSA id 91F6616E5; Fri, 5 Sep 2014 12:25:35 +0200 (CEST) Date: Fri, 5 Sep 2014 12:23:38 +0200 From: Daniel Bilik To: freebsd-stable@freebsd.org Subject: Re: Anyone else seeing lockup on boot with r271042? Message-Id: <20140905122338.336778f5782799ca7a4a9acf@mail.neosystem.cz> In-Reply-To: References: <20140903204605.GA16445@dft-labs.eu> <5408402B.20704@FreeBSD.org> Organization: neosystem.cz X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dumbbell@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: Fri, 05 Sep 2014 10:25:40 -0000 On Thu, 4 Sep 2014 06:52:28 -0600 (MDT) Warren Block wrote: >> 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). With yesterday's 10-STABLE (from around 7:00 CEST), I've hit exactly the same problem as Warren. Last message on console is "Starting devd", with a kernel note about detected USB keyboard just before it. Then the system freezes. I've not played with it much, just moved kernel.old to kernel to make the system work again. > This kernel only has vt, no sc. > In /boot/loader.conf: > hw.vga.textmode=1 The same setup here. Dan