New FreeBSD snapshots available: stable/10 (20150625 r284813)

Chris Ross cross+freebsd at distal.com
Wed Jul 1 15:54:01 UTC 2015


> On Jul 1, 2015, at 11:34, Kurt Lidl <lidl at pix.net> 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.

                            - Chris




More information about the freebsd-stable mailing list