DragonFly bugs List (threaded) for 2008-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: [issue957] CARP panic
Sephe,
Can you please commit the fix?
Cheers,
Petr
On Thu, 3 Jul 2008 01:30:02 pm Sepherosa Ziehau wrote:
> Sepherosa Ziehau <sepherosa@gmail.com> added the comment:
>
> 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
>
> _____________________________________________________
> DragonFly issue tracker <bugs@lists.dragonflybsd.org>
> <https://bugs.dragonflybsd.org/issue957>
> _____________________________________________________
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]