samwun
July 17th, 2004, 13:43
Hi,

How can I build a customed kernel with CARP support in FreeBSD 5.2 Current? Source date is July-17

I got the following error after added a line "device carp" in the kernel conf file:

config: Error: device "carp" is unknownconfig: Error: device "carp" is unknown

Thanks
sam :Eyecrazy:

bsdjunkie
July 17th, 2004, 19:32
I think you may have to apply this patch:

http://pf4freebsd.love2party.net/carp.html

Kernel_Killer
July 17th, 2004, 20:57
You can build -CURRENT and not have to add the patch. Just thought you might want to know...

samwun
July 19th, 2004, 09:59
You can build -CURRENT and not have to add the patch. Just thought you might want to know...

But I have searched for the keyword of carp, I don't find any code written in CURRENT contains carp.

Are you able to point me in the file(s) for the existing implementation of CARP in the CURRENT source?

Thanks very much
Sam

samwun
July 19th, 2004, 10:01
I think you may have to apply this patch:

http://pf4freebsd.love2party.net/carp.html

I tried to apply the patch, but the patch has a file called opt_carp.h which I cannot find in the 5.2 CURRENT source.

Thanks
sam