Subject: Re: CARP Patch
To: Liam J. Foy <liamfoy@sepulcrum.org>
From: Marcin Jessa <lists@yazzy.org>
List: current-users
Date: 03/01/2006 13:19:34
On Wed, 1 Mar 2006 09:47:28 +0000
"Liam J. Foy" <liamfoy@sepulcrum.org> wrote:

[...]
> Here is a quick example to get CARP working once the patch has been
> applied and compiled:
> 
> 	(Add 'pseudo-device carp' to kernel and re-build)

Adding pseudo-device carp to my kernel config gives me:

===> Building kernel:  CUSTOM
===> Build directory:  /usr/obj/sys/arch/i386/compile/CUSTOM
rm -f a.out [Ee]rrs mklog core *.core .gdbinit
/usr/src/sys/arch/i386/conf/CUSTOM:1266: `carp' already defined
*** Stop.

One more kernel config, this time for XEN0:
/usr/src/sys/arch/i386/conf/CUSTOM_XEN0:680: `carp' already defined
*** Stop.

Another one for XENU
/usr/src/sys/arch/i386/conf/CUSTOM_XENU:239: `carp' already defined
*** Stop.


Tried that with two kernels with today's sources.

[...]