Re: CARP, no IPsec, Dell 1950 or NIC-less: boot crash, (uvm_fault)

2010-10-21 Thread chefren
On 21-10-10 12:45, Bret S. Lambert wrote: > Is the patch something like the following? Looks right; tested: fixes the bug. Thanks! +++chefren > Index: if.c > === > RCS file: /cvs/src/sys/net/if.c,v > retrieving revision 1.225 > d

Re: CARP, no IPsec, Dell 1950 or NIC-less: boot crash, (uvm_fault)

2010-10-21 Thread Bret S. Lambert
On Thu, Oct 21, 2010 at 11:28:51AM +0200, chefren wrote: > CARP, no IPsec, Dell 1950 or NIC-less: boot crash > > Our custom OpenBSD kernel crashes (uvm_fault) at boot on a Dell 1950. > > We've tracked down the problem: > carpattach() > ... > if_creategroup("carp") >

CARP, no IPsec, Dell 1950 or NIC-less: boot crash, (uvm_fault)

2010-10-21 Thread chefren
CARP, no IPsec, Dell 1950 or NIC-less: boot crash Our custom OpenBSD kernel crashes (uvm_fault) at boot on a Dell 1950. We've tracked down the problem: carpattach() ... if_creategroup("carp") ... TAILQ_INSERT_TAIL(&ifg_head) silently assumes that at le