From owner-freebsd-questions@FreeBSD.ORG Mon Sep 20 19:52:32 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 880A916A4D0 for ; Mon, 20 Sep 2004 19:52:32 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43BC543D45 for ; Mon, 20 Sep 2004 19:52:30 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by mproxy.gmail.com with SMTP id v18so1762877rnb for ; Mon, 20 Sep 2004 12:52:25 -0700 (PDT) Received: by 10.38.8.54 with SMTP id 54mr60414rnh; Mon, 20 Sep 2004 12:52:25 -0700 (PDT) Received: by 10.38.206.15 with HTTP; Mon, 20 Sep 2004 12:52:22 -0700 (PDT) Message-ID: Date: Tue, 21 Sep 2004 01:22:22 +0530 From: Subhro To: phil@sal-n-phil.net In-Reply-To: <1095708454.643.10.camel@gw.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1095692181.643.3.camel@gw.internal> <1095708454.643.10.camel@gw.internal> cc: FreeBSD Questions Subject: Re: make installkernel help required. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Subhro List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 19:52:32 -0000 Did you cvsup with src-all? Regards S. On Mon, 20 Sep 2004 20:27:34 +0100, Phil Payne wrote: > Hi > > On Mon, 2004-09-20 at 20:16, Subhro wrote: > > mount -a ? > > All filesystems are mounted: > # mount > /dev/ad0s1a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/ad0s1e on /tmp (ufs, local, soft-updates) > /dev/ad0s1f on /usr (ufs, local, soft-updates) > /dev/ad0s1d on /var (ufs, local, soft-updates) > /dev/ad1s1e on /usr/home/share (ufs, local, soft-updates) > > > sysctl kern.securelevel ? > > securelevel is default of -1 > > > cat /etc/make.conf | grep CFLAGS ? > > Nothing bizarre in make.conf: > > # cat /etc/make.conf > NO_BIND=true > NO_I4B=true > NOINET6=true > NO_SENDMAIL=true > NOGAMES=true > > # -- use.perl generated deltas -- # > # Created: Thu Sep 16 23:54:07 2004 > # Setting to use base perl from ports: > PERL_VER=5.8.5 > PERL_VERSION=5.8.5 > PERL_ARCH=mach > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo > > Any extra help much appreciated. > > Thanks, > Phil. > > > > > > Regards > > S. > > > > > > On Mon, 20 Sep 2004 15:56:22 +0100, Phil Payne wrote: > > > 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. > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > > > -- Subhro Sankha Kar School of Information Technology Block AQ-13/1 Sector V ZIP 700091 India