From owner-freebsd-stable@FreeBSD.ORG Tue Aug 12 20:20:28 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37F93244 for ; Tue, 12 Aug 2014 20:20:28 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (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 10B402BBB for ; Tue, 12 Aug 2014 20:20:28 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id F02F3B922; Tue, 12 Aug 2014 16:20:26 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: Recent 10-STABLE powers off during boot if SMP is enabled Date: Tue, 12 Aug 2014 16:17:13 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201408121617.13924.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 12 Aug 2014 16:20:27 -0400 (EDT) Cc: Nikolay Denev 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: Tue, 12 Aug 2014 20:20:28 -0000 On Monday, July 28, 2014 4:02:36 pm Nikolay Denev wrote: > Hi, > > I've just upgraded from a few months old 10-STABLE to today's > 10-STABLE and suddenly > my machine started to poweroff during boot. > The machine itself is a bit old and quirky (HP ex470) and the kernel > is with RCTL, VIMAGE and other stuff not in GENERIC. > > The last thing that flashes on the screen before powering off is this > : http://tinypic.com/r/2uf3oqt/8 > > I've then tried to add "kern.smp.disabled=1" in /boot/loader.conf and > it boots Ok with one CPU. > > Any ideas? Can you either: 1) attach a serial console, or 2) bisect which revision triggers the poweroff? -- John Baldwin