From owner-freebsd-sparc64@FreeBSD.ORG Fri May 23 01:59:59 2014 Return-Path: Delivered-To: freebsd-sparc64@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 769F0403 for ; Fri, 23 May 2014 01:59:59 +0000 (UTC) Received: from pulque.ecks.ca (unknown [IPv6:2605:6f00:9000::7d0f:95a9]) by mx1.freebsd.org (Postfix) with ESMTP id 49CBC2261 for ; Fri, 23 May 2014 01:59:58 +0000 (UTC) Received: from [IPv6:2001:470:1d:758:ae22:bff:fe50:febb] (quetzalcoatl.teotlalli.ecks.ca [IPv6:2001:470:1d:758:ae22:bff:fe50:febb]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pulque.ecks.ca (Postfix) with ESMTPSA id A78E0E8036 for ; Thu, 22 May 2014 21:59:36 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ecks.ca; s=pulque; t=1400810376; bh=njABo0RHgg8ylnHLqD/zAw7Hf6dSm5TfCy+dcXF8OYU=; h=Date:From:To:Subject:References:In-Reply-To; b=HB0LWJHZwmzBOfB7EqDXwgkof3Yb0HLh3h9MApUVsyetv8YdBxebRh6ElGD0JyIuM 19FRfrhvQKe8Xrr6HjTdOXEoVLbsReHA5T3ylKntKiDZ0sWqDfnsLVRQvO2p6K4KzL sD0lePzuhjh2jlNyhe4IWspn9eIR8WzG8kYJb97Y= Message-ID: <537EAB9D.9020304@ecks.ca> Date: Thu, 22 May 2014 21:59:57 -0400 From: Eric Benoit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Thunderbird/30.0 MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Subject: Re: FreeBSD 10-STABLE/sparc64 panic References: <20140518083413.GK24043@gradx.cs.jhu.edu> <751F7778-95CE-40FC-857F-222FB37737C0@distal.com> <20140518235853.GM24043@gradx.cs.jhu.edu> <20140519145222.GN24043@gradx.cs.jhu.edu> <20140519193529.GO24043@gradx.cs.jhu.edu> <20140519205047.GP24043@gradx.cs.jhu.edu> In-Reply-To: X-Enigmail-Version: 1.7a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 01:59:59 -0000 On 2014-05-20 10:45, Chris Ross wrote: > Despite the first boot working successfully, I rebooted it > again this morning, after it had been running for quite a few hours, > and the panic occurred 6 times before the system came up to > multiuser successfully. Just out of curiosity, and this is also for anyone else following along, are you using IPv6 and have something like: ifconfig_bge0_ipv6="inet6 accept_rtadv" in your /etc/rc.conf? My inglorious workaround was to remove (comment out) this line. Every build from r263478 to the latest and greatest has come up consistently and without issue. Since I actually do use IPv6 and SLAAC, I just re-enable these from rc.local. It seems once the system is mostly booted, this issue is no longer an issue. Perhaps this is a clue towards a proper fix? Later