From owner-freebsd-isp@FreeBSD.ORG Wed Apr 16 02:28:27 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A7E637B401 for ; Wed, 16 Apr 2003 02:28:27 -0700 (PDT) Received: from ksemat.co.ug (ping.mtn.co.ug [212.88.97.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A6843F3F for ; Wed, 16 Apr 2003 02:28:14 -0700 (PDT) (envelope-from ksemat@ksemat.co.ug) Received: by ksemat.co.ug (Postfix, from userid 1000) id 1B1D2FF83; Wed, 16 Apr 2003 12:27:41 +0300 (EAT) Received: from localhost (localhost [127.0.0.1]) by ksemat.co.ug (Postfix) with ESMTP id 16ADBFF80; Wed, 16 Apr 2003 12:27:41 +0300 (EAT) Date: Wed, 16 Apr 2003 12:27:41 +0300 (EAT) From: Noah K Sematimba To: Jez Hancock In-Reply-To: <20030412184948.GA55944@users.munk.nu> Message-ID: <20030416122448.E1252@ksemat.co.ug> References: <20030412133836.GA52054@users.munk.nu> <20030412163921.GC77466@kurdistan.ath.cx> <20030412174239.GB99027@kurdistan.ath.cx> <20030412184948.GA55944@users.munk.nu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=unknown-8bit Content-Transfer-Encoding: QUOTED-PRINTABLE cc: FreeBSD ISP List Subject: Re: Serial line fbsd installation with no CD X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 09:28:27 -0000 > > On Sat, Apr 12, 2003 at 10:42:39AM -0700, S=EAr=EAciya Kurdistan=EE wrote= : > > > I have a feeling the process of updating the source might have been f= lawed and > > > also I have a sneaking suspicion that I left out IPFW2 from make.conf= at the time. > > > (IPFW2 was is currently the main problem which we want to be using fo= r traffic > > > shaping and prioritizing). > > > > If you're wanting to use IPFW2, don't forget to have "options IPFW2" = in the > > kernel config and "IPFW2=3Dtrue" in your /etc/make.conf Good luck! > Ack - it looks like this is the problem after all I'd missed out IPFW=3Dt= rue from > /etc/make.conf :( > > I'll rebuild with this and see how it goes. > > Thanks! incidentally I just did a build from 4.6.2 CDs and then used cvsup to upgrade to 4.8-STABLE and I simply used the usual procedure except that I decided to skip going into single user mode. I simply run: make -j4 buildworld make buildkernel KERNCONF=3DSOMEKERNEL make installkernel KERNCONF=3DSOMEKERNEL make installworld reboot mergemaster reboot Noah.