From owner-freebsd-questions@FreeBSD.ORG Mon Sep 20 14:56:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E34D416A4CE for ; Mon, 20 Sep 2004 14:56:25 +0000 (GMT) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676D443D48 for ; Mon, 20 Sep 2004 14:56:25 +0000 (GMT) (envelope-from phil@sal-n-phil.net) Received: from [10.0.0.254] (81-178-119-225.dsl.pipex.com [81.178.119.225]) by colossus.systems.pipex.net (Postfix) with ESMTP id 21B4D1C00177 for ; Mon, 20 Sep 2004 15:56:23 +0100 (BST) From: Phil Payne To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1095692181.643.3.camel@gw.internal> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 20 Sep 2004 15:56:22 +0100 Content-Transfer-Encoding: 7bit Subject: make installkernel help required. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: phil@sal-n-phil.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 14:56:26 -0000 Hi, Having problems installing a new kernel. Kernel builds fine, the only difference over previous kernel is the commenting of the following items: #options IPFIREWALL #options IPFIREWALL_VERBOSE #options IPFIREWALL_VERBOSE_LIMIT=1000 #options IPDIVERT as I have switched to using PF. (previous kernel had both PF and IPFIREWALL enabled) Debug is below. Anyone help on why this is borking now? I've tried this twice. After the first error I cleared our /usr/obj to make sure I was building into a clean directory but get the same result. Thanks, Phil. -------------------------------------------------------------- >>> Kernel build for PP completed on Mon Sep 20 15:40:31 BST 2004 -------------------------------------------------------------- gw# make installkernel KERNCONF=PP -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 hierarchy cd /usr/src/etc; make distrib-dirs mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p / mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /var mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr share/nls/C changed type expected dir found link mtree -eU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include cd /; rm -f /sys; ln -s usr/src/sys sys cd /usr/share/man/en.ISO8859-1; ln -sf ../man* . cd /usr/share/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/openssl/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . cd /usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done shift: can't shift that many *** Error code 2 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.