Re: Crash during rc bootup (amd64) with new networking stuff

2016-04-17 Thread Ryota Ozaki
On Sat, Apr 16, 2016 at 10:49 AM, Geoff Wing wrote: > On Friday 2016-04-15 16:48 +1000, Ryota Ozaki output: > :> :panic: kernel "(la->la_flags & LLE_STATIC) == 0 failed: .. if_arp", > line 1220 > :> :It also deletes and adds in a static arp address: > :> : "arp -d 1.2.3.4; arp -s 1.2.3

Re: Crash during rc bootup (amd64) with new networking stuff

2016-04-15 Thread Geoff Wing
On Friday 2016-04-15 16:48 +1000, Ryota Ozaki output: :> :panic: kernel "(la->la_flags & LLE_STATIC) == 0 failed: .. if_arp", line 1220 :> :It also deletes and adds in a static arp address: :> : "arp -d 1.2.3.4; arp -s 1.2.3.4 xx:xx:xx:xx:xx:xx" :> Taking out the static arp commands and

Re: Crash during rc bootup (amd64) with new networking stuff

2016-04-15 Thread Ryota Ozaki
2016/04/15 4:34 "Geoff Wing" : > > On Friday 2016-04-15 16:20 +1000, Ryota Ozaki output: > :> panic: kernel "(la->la_flags & LLE_STATIC) == 0 failed: .. if_arp", line 1220 > :The source code of your kernel looks a bit old: > : http://nxr.netbsd.org/xref/src/sys/netinet/if_arp.c#1220 > : > :Yo

Re: Crash during rc bootup (amd64) with new networking stuff

2016-04-15 Thread Geoff Wing
On Friday 2016-04-15 16:20 +1000, Ryota Ozaki output: :> panic: kernel "(la->la_flags & LLE_STATIC) == 0 failed: .. if_arp", line 1220 :The source code of your kernel looks a bit old: : http://nxr.netbsd.org/xref/src/sys/netinet/if_arp.c#1220 : :You can see the version of the file by: : $ i

Re: Crash during rc bootup (amd64) with new networking stuff

2016-04-14 Thread Ryota Ozaki
On Fri, Apr 15, 2016 at 3:10 PM, Geoff Wing wrote: > On Friday 2016-04-15 13:20 +1000, Geoff Wing output: > :panic: kernel "(la->la_flags & LLE_STATIC) == 0 failed: .. if_arp", > line 1220 > :It also deletes and adds in a static arp address: > : "arp -d 1.2.3.4; arp -s 1.2.3.4 xx:xx:xx

Re: Crash during rc bootup (amd64) with new networking stuff

2016-04-14 Thread Ryota Ozaki
On Fri, Apr 15, 2016 at 12:20 PM, Geoff Wing wrote: > Hi, > with the new networking setup, I'm getting a crash using clean amd64 > build (GENERIC kernel) during rc script processing. > > After getting past netstart.local, I'll get > > interface address is missing from cache = 0x0 in dele

Re: Crash during rc bootup (amd64) with new networking stuff

2016-04-14 Thread Geoff Wing
On Friday 2016-04-15 13:20 +1000, Geoff Wing output: :panic: kernel "(la->la_flags & LLE_STATIC) == 0 failed: .. if_arp", line 1220 :It also deletes and adds in a static arp address: : "arp -d 1.2.3.4; arp -s 1.2.3.4 xx:xx:xx:xx:xx:xx" Taking out the static arp commands and it boots up

Crash during rc bootup (amd64) with new networking stuff

2016-04-14 Thread Geoff Wing
Hi, with the new networking setup, I'm getting a crash using clean amd64 build (GENERIC kernel) during rc script processing. After getting past netstart.local, I'll get interface address is missing from cache = 0x0 in delete arp: writing to routing socket: No such file