[issue957] CARP panic

Petr Janda elekktretterr at exemail.com.au
Thu Jul 10 17:18:46 PDT 2008


Sephe,
Can you please commit the fix?

Cheers,
Petr

On Thu, 3 Jul 2008 01:30:02 pm Sepherosa Ziehau wrote:
> Sepherosa Ziehau <sepherosa at 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 at lists.dragonflybsd.org>
> <https://bugs.dragonflybsd.org/issue957>
> _____________________________________________________







More information about the Bugs mailing list