From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 06:11:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1605A16A400 for ; Mon, 13 Mar 2006 06:11:56 +0000 (UTC) (envelope-from cstdenis@voicio.com) Received: from swordfish.dnsvelocity.com (swordfish.dnsvelocity.com [216.67.224.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A6843D49 for ; Mon, 13 Mar 2006 06:11:55 +0000 (GMT) (envelope-from cstdenis@voicio.com) Received: from s0106000f660223be.vc.shawcable.net ([24.83.99.55]:4568 helo=chris) by swordfish.dnsvelocity.com with esmtpa (Exim 4.52) id 1FIgHa-0005xi-LE; Mon, 13 Mar 2006 06:11:54 +0000 Message-ID: <00ee01c64665$049f7c80$6401a8c0@chris> From: "Cstdenis" To: "Garrett Cooper" , References: <00c601c6465a$60431d90$6401a8c0@chris> Date: Sun, 12 Mar 2006 22:11:47 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swordfish.dnsvelocity.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - voicio.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: make installkernel doesn't work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 06:11:56 -0000 (Resending, didn't get the mailing list in the last copy) No script, just running those commands manually. %grep KERNCONF /etc/make.conf % All make.conf contains is a few WITH_ and WITHOUT_ switches for some ports and the perl stuff. I commented out the optimization stuff a few tries ago. %env | grep KERNCONF % I don't think its a KERNCONF issue because the "Installing kernel" output starts with cd /usr/obj/usr/src/sys/GENERIC Full output of make (about 2.6MB) http://www.fanart-central.net/files/make_kernel.txt ----- Original Message ----- From: "Garrett Cooper" To: Sent: Sunday, March 12, 2006 9:38 PM Subject: Re: make installkernel doesn't work? > On Mar 12, 2006, at 8:55 PM, Cstdenis wrote: > > > I don't get it. I'm trying to switch from a custom kernel named > > SERVER to a > > generic kernel. > > > > %uname -imrs > > FreeBSD 6.0-RELEASE-p4 amd64 SERVER > > > > cd /usr/src > > make clean > > rm -rf /usr/obj > > make buildkernel > > make installkernel > > > > %sysctl kern.ident > > kern.ident: SERVER > > > > Why isn't the GENERIC kernel taking effect? The make installkernel > > does say > > generic. > > > > -------------------------------------------------------------- > >>>> Installing kernel > > -------------------------------------------------------------- > > cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj > > MACHINE_ARCH=amd64 MACHINE=amd64 CPUTYPE= > > GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin > > GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font > > GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac > > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/ > > legacy/usr/bi > > n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/ > > sbin:/usr/o > > bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/ > > usr/sbin:/ > > usr/bin make KERNEL=kernel install > > thiskernel=`sysctl -n kern.bootfile` ; if [ ! "`dirname > > "$thiskernel"`" -ef > > /boot/kernel ] ; then chflags -R noschg /boot/kernel ; rm -rf / > > boot/kernel > > ; else if [ -d /boot/kernel.old ] ; then chflags -R noschg > > /boot/kernel.old ; rm -rf /boot/kernel.old ; fi ; mv /boot/kernel > > /boot/kernel.old ; sysctl kern.bootfile=/boot/kernel.old/"`basename > > "$thiskernel"`" ; fi > > kern.bootfile: /boot/kernel/kernel -> /boot/kernel.old/kernel > > mkdir -p /boot/kernel > > install -p -m 555 -o root -g wheel kernel /boot/kernel > > cd /usr/src/sys/modules; > > MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/GENERIC/modules KMODDIR=/boot/ > > kernel > > DEBUG_FLAGS="-g" MACHINE=amd64 KERNBUILDDIR="/usr/obj/usr/src/sys/ > > GENERIC" > > make install > > > > > > _______________________________________________ > > 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" > > grep KERNCONF /etc/make.conf yields what? Also, are you making your > kernel via a script? > -Garrett > _______________________________________________ > 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" >