From owner-freebsd-questions Sat Feb 8 12:08:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA26664 for questions-outgoing; Sat, 8 Feb 1997 12:08:04 -0800 (PST) Received: from news.interworld.net (news.interworld.net [206.124.224.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA26653 for ; Sat, 8 Feb 1997 12:08:00 -0800 (PST) Received: (from pete@localhost) by news.interworld.net (8.7.5/8.7.3) id MAA14062; Sat, 8 Feb 1997 12:07:59 -0800 (PST) Date: Sat, 8 Feb 1997 12:07:59 -0800 (PST) From: Peter Carah Message-Id: <199702082007.MAA14062@news.interworld.net> To: stevel@logues.rhn.orst.edu Subject: Re: Problems running gated In-Reply-To: Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article you write: >On Mon, 3 Feb 1997, Ali Lomonaco wrote: > >> I am trying to run gated (R3_5Beta_3) and get this error on the >> console: >> >> Feb 3 17:51:56 group gated[4557]: Assertion failed gated[4557]: file >> "rt_table.c", line 1518: "bit <= (1 * (sizeof(rtbit_mask) * 8))" >> >> This box also has IP alias'. I don't know if thats the problem or not. >> I've also tried using gated from the packages/ports and one I grabbed from >> merit.edu. I still get the same error. >> >> Thanks >> >> >Not that this will help, but R3_5Beta_4 is out now... It sounds like you have lots of interfaces (e.g. our web server with >100); in this case you have to recompile gated with (e.g.) RTBIT_SIZE=8 (which gives 256 bits in the mask). This goes in the Config file in your private obj directory; isn't the gated config process "nice"???. I'm running 3.6a2 if it matters. -- Pete