From owner-freebsd-questions Wed Jan 2 9:23:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by hub.freebsd.org (Postfix) with ESMTP id A84F337B416 for ; Wed, 2 Jan 2002 09:23:39 -0800 (PST) Received: from there by smtp.hccnet.nl via fia168-94.dsl.hccnet.nl [62.251.94.168] with SMTP id SAA24532 (8.8.8/1.13); Wed, 2 Jan 2002 18:23:36 +0100 (MET) Message-Id: <200201021723.SAA24532@smtp.hccnet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Simon Siemonsma To: Tom Kersten Subject: Re: Re: CVSup Question.... Date: Wed, 2 Jan 2002 18:28:39 +0000 X-Mailer: KMail [version 1.3.2] References: <20020102015044.33209.qmail@web10008.mail.yahoo.com> In-Reply-To: <20020102015044.33209.qmail@web10008.mail.yahoo.com> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes, you need to rebuild your kernel. The userland part of IPFW and the kernel part need to be in sync, otherwise it can give problems. The same problem may occur with some other parts of BSD also. So after a make world you should do a make buildkernel and make installkernel. Simon Siemonsma On Wednesday 02 January 2002 01:50, you wrote: > Hello again, > > Thanks for the tips to those that replied. The > simplicity of the solution is embarassing, but I have > another question that seems to stem from the same > process described in the original message. After ran > "make world", I later rebooted my machine and now I > can't seem to connect to the internet. It appears that > it has something to do with my firewall rules....which > are very simple at this point and worked before I ran > "make world". Is there something I did wrong again? Do > I need to do another kernel configuration and use the > new version of the kernel that was downloaded during > the cvsup I ran?? Any ideas on why this happened? > > TIA, > > Thomas Kersten > > --- Scott Mitchell wrote: > > On Mon, Dec 31, 2001 at 01:26:13PM -0800, Tom > > > > Kersten wrote: > > > cvsup-config: > > > (--clipped--) > > > # Defaults that apply to all the collections > > > # IMPORTANT: Change the next line to use one of > > > > the > > > > > CVSup mirror sites > > > # listed at > > > http://www.freebsd.org/handbook/mirrors.html. > > > *default host=cvsup7.FreeBSD.org > > > *default base=/usr/local/etc/cvsup > > > *default prefix=/usr > > > # The following line is for 4-stable. If you want > > > 3-stable or 2.2-stable, > > > # change "RELENG_4" to "RELENG_3" or "RELENG_2_2" > > > respectively. > > > *default release=cvs tag=RELENG_4 > > > *default delete use-rel-suffix > > > > > > (--clipped--) > > > # The easiest way to get the main source tree is > > > > to > > > > > use the "src-all" > > > # mega-collection. It includes all of the > > > > individual > > > > > "src-*" collections. > > > # Please note: If you want to track -STABLE, > > > > leave > > > > > this uncommented. > > > src-all > > > ports-all > > > doc-all > > > > You don't want to use tag=RELENG_4 to update ports > > -- AIUI ports are always > > retrieved from the CVS trunk. > > > > Try replacing your 'ports-all' line with: > > > > ports-all tag=. > > > > (that dot '.' at the end of the line is important -- > > leave it in) > > > > All the latest ports should then appear when you > > cvsup. > > > > HTH, > > > > Scott > > > > -- > > =========================================================================== > > > Scott Mitchell | PGP Key ID | "Eagles may > > soar, but weasels > > Cambridge, England | 0x54B171B9 | don't get > > sucked into jet engines" > > scott.mitchell@mail.com | 0xAA775B8B | -- Anon > > __________________________________________________ > Do You Yahoo!? > Send your FREE holiday greetings online! > http://greetings.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message