DragonFly bugs List (threaded) for 2008-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: CARP panic
On 7/3/08, Petr Janda <elekktretterr@exemail.com.au> wrote:
> Hey there,
>
> Can someone please do something about the CARP panic on SMP boxes before the
> release? Ive got a box pending to go in production, but i cant because of the
> panic.
>
> Thanks so much to anyone who can do it.
Since you are using bge(4), I suggest you do following things:
- Add options ETHER_INPUT_CHAIN and options ETHER_INPUT2 in your
kernel config file
- Change line 2119 in netinet/ip_carp.c
from:
#define CARP_LOCK_INIT(cif) lockinit(&(cif)->vhif_lock, "carp_if",
0, LK_NOWAIT);
to:
#define CARP_LOCK_INIT(cif) lockinit(&(cif)->vhif_lock, "carp_if", 0, 0);
i.e. strip the LK_NOWAIT
Hope it will work for you.
Best Regards,
sephe
--
Live Free or Die
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]