From owner-freebsd-stable Sun Sep 30 2:55:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bleys.tpgi.com.au (bleys.tpgi.com.au [203.12.160.38]) by hub.freebsd.org (Postfix) with ESMTP id 2860737B40D for ; Sun, 30 Sep 2001 02:55:39 -0700 (PDT) Received: (from smtpd@localhost) by bleys.tpgi.com.au (8.11.2/8.11.2) id f8U9tbF21276 for ; Sun, 30 Sep 2001 19:55:37 +1000 Received: from buffy.tpgi.com.au(203.12.160.34) via SMTP by bleys.tpgi.com.au, id smtpdueWKhW; Sun Sep 30 19:55:33 2001 Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id TAA29001 for ; Sun, 30 Sep 2001 19:55:33 +1000 Message-Id: <200109300955.TAA29001@buffy.tpgi.com.au> Received: from pen-56k-021.tpgi.com.au(203.213.3.21), claiming to be "there" via SMTP by buffy.tpgi.com.au, id smtpd7bNugk; Sun Sep 30 19:55:23 2001 Content-Type: text/plain; charset="iso-8859-1" From: Alastair Hogge Reply-To: agh@tpg.com.au To: freebsd-stable@freebsd.org Subject: buildkernel - more Date: Sun, 30 Sep 2001 19:55:16 +0000 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Sorry for starting this in a new thread, but I lost all my emails] Hello, In the last episode I had a helpful tip from someone (sorry can't remember there name :-( ). The tip was to make, make install the kernel from the kernel directory instead of make buildkernel from /usr/src (the usaul way right?). Well this tip did help me, I was able to build.install the kernel ( thank you very much someon). This tip was fo systems that hadn't run make buildworld (?). I had already done the buildworld thing I just still got errors. Why? Just to go over what I used to do (using 4.4-STABLE): cd /usr/src/sys/i386/conf/ cp GENERIC FREEBIE ee FREEBIE # change ident from GENERIC to FREEBIE config FREEBIE cd ../../compile/FREEBIE make depend cd /usr/src make buildkernel KERNCONF=FREEBIE I would then get the errors with ipfilter. So after the helpfull tip from I would # make depend make make install Now that woked. I would just like to know why I'm having trouble with my original way? TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message