Re: trouble building FreeBSD 8.1 amd64 kernel with pfsync support

2010-08-11 Thread Cameron Simpson
On 11Aug2010 19:30, I wrote: | On 11Aug2010 01:36, Rob Farmer wrote: | | On Wed, Aug 11, 2010 at 12:20 AM, Cameron Simpson wrote: | | > I'm trying to build a kernel for a pair of firewalls which will be using | | > CARP and pfsync for redundancy. Since I'm new to FreeBSD the config is | | > based

Re: trouble building FreeBSD 8.1 amd64 kernel with pfsync support

2010-08-11 Thread Cameron Simpson
On 11Aug2010 01:36, Rob Farmer wrote: | On Wed, Aug 11, 2010 at 12:20 AM, Cameron Simpson wrote: | > I'm trying to build a kernel for a pair of firewalls which will be using | > CARP and pfsync for redundancy. Since I'm new to FreeBSD the config is | > based on the GENERIC config, thus: | > | >  

Re: trouble building FreeBSD 8.1 amd64 kernel with pfsync support

2010-08-11 Thread Rob Farmer
On Wed, Aug 11, 2010 at 12:20 AM, Cameron Simpson wrote: > I'm trying to build a kernel for a pair of firewalls which will be using > CARP and pfsync for redundancy. Since I'm new to FreeBSD the config is > based on the GENERIC config, thus: > >  include GENERIC >  ident NEW_FIREWALL >  device car

trouble building FreeBSD 8.1 amd64 kernel with pfsync support

2010-08-11 Thread Cameron Simpson
I'm trying to build a kernel for a pair of firewalls which will be using CARP and pfsync for redundancy. Since I'm new to FreeBSD the config is based on the GENERIC config, thus: include GENERIC ident NEW_FIREWALL device carp ##device pfsync and issuing the build like this: # cd /usr/s