From owner-freebsd-stable@freebsd.org Wed Jul 1 21:56:51 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52A44992542 for ; Wed, 1 Jul 2015 21:56:51 +0000 (UTC) (envelope-from lidl@pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies, LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AEF4161B; Wed, 1 Jul 2015 21:56:50 +0000 (UTC) (envelope-from lidl@pix.net) Received: from torb.pix.net (verizon.pix.net [71.178.232.3]) (authenticated bits=0) by hydra.pix.net (8.15.1/8.15.1) with ESMTPA id t61LumHD016469; Wed, 1 Jul 2015 17:56:49 -0400 (EDT) (envelope-from lidl@pix.net) X-Authentication-Warning: hydra.pix.net: Host verizon.pix.net [71.178.232.3] claimed to be torb.pix.net Message-ID: <55946220.5050109@pix.net> Date: Wed, 01 Jul 2015 17:56:48 -0400 From: Kurt Lidl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Chris Ross CC: Glen Barber , freebsd-stable@freebsd.org Subject: Re: New FreeBSD snapshots available: stable/10 (20150625 r284813) References: <20150626174927.GA69720@FreeBSD.org> <559330CF.2050606@pix.net> <20150701001613.GH5423@FreeBSD.org> <55934CFB.7050407@pix.net> <56A9EB91-2F97-4096-99C8-26D3EFC13D2D@distal.com> <20150701023640.GM5423@FreeBSD.org> <29FAA191-D0E5-4127-B016-65B4AE42ABE8@distal.com> <20150701025433.GN5423@FreeBSD.org> <5593D9ED.4080402@pix.net> <55940879.8060604@pix.net> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 21:56:51 -0000 On 7/1/15 11:52 AM, Chris Ross wrote: > >> On Jul 1, 2015, at 11:34, Kurt Lidl wrote: >> I discovered that if I comment out the following lines >> from my /etc/rc.conf, the machine boots reliably: >> >> ifconfig_bge0="DHCP" >> ifconfig_bge0_ipv6="inet6 accept_rtadv" >> >> Of course, with no network connection, it's not a very useful machine, >> but this probably is important to know while debugging the cause of >> the problem. > > I had realized that bringing the interface up was the trigger for the panic. > An interesting thing, given the above, would be to note whether using > a static IPv4 address (i.e., not DHCP or SYNCDHCP which is what I have), > or whether disabling IPv6 or IPv6 accept_rtadv would make any difference. > > I’m guessing it won’t matter, but I also have a similar config in my rc.conf, > so testing a wider variety of configs might be of value. To answer the question... If you take out the IPv6 configuration it doesn't panic! (I updated the bug with this information too.) -Kurt