From owner-freebsd-newbies@FreeBSD.ORG Thu Sep 25 11:35:06 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB86C16A4B3 for ; Thu, 25 Sep 2003 11:35:06 -0700 (PDT) Received: from lakemtao02.cox.net (lakemtao02.cox.net [68.1.17.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2C343FF9 for ; Thu, 25 Sep 2003 11:35:05 -0700 (PDT) (envelope-from soup4you2@bsdhound.com) Received: from merlin.bsdhound.com ([68.100.121.114]) by lakemtao02.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20030925183505.DOY10677.lakemtao02.cox.net@merlin.bsdhound.com> for ; Thu, 25 Sep 2003 14:35:05 -0400 Received: from localhost (unknown [127.0.0.1]) by merlin.bsdhound.com (Postfix) with ESMTP id 7DB435C1D7 for ; Thu, 25 Sep 2003 14:35:04 -0400 (EDT) Received: from merlin.bsdhound.com ([127.0.0.1]) by localhost (merlin.bsdhound.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00567-01 for ; Thu, 25 Sep 2003 14:33:47 -0400 (EDT) Received: by merlin.bsdhound.com (Postfix, from userid 1001) id B0F605C201; Thu, 25 Sep 2003 14:33:47 -0400 (EDT) From: lrenfrow To: freebsd-newbies@freebsd.org Message-ID: <20030925183347.GA778@merlin.bsdhound.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at bsdhound.com Subject: Kernel Name Issues X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 25 Sep 2003 18:35:07 -0000 X-Original-Date: Thu, 25 Sep 2003 14:33:47 -0400 X-List-Received-Date: Thu, 25 Sep 2003 18:35:07 -0000 Greetings FreeBSD Gods, I've read though much documentation and I seem to be having some issues with a problem. With all the latest security advisories going twords FreeBSD lately I wanted to ensure I was on the correct release so I ran a uname -a and was presented with an output of: FreeBSD 5.1-RELEASE-p2 #0: Tue Sep 2 22:25:29 EDT 2003 Now this raises some concern for me. I had cvsup'ed the latest sources this morning and UPDATING says p8 I've performed the build operations stated in the handbook and in /usr/src/UPDATING which are: remove /usr/obj/ Make buildworld Make buildkernel Make installkernel Make installworld Mergemaster stuff All these operations complete successfully with no error. My cvs-supfile is: *default host=cvsup11.freebsd.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_5_1 *default delete use-rel-suffix *default compress src-all I've tried cvsuping the latest GENERIC kernel and building and installing that with no success.. Sysctl gives this about the release. kern.ostype: FreeBSD kern.version: FreeBSD 5.1-RELEASE-p2 #0: Tue Sep 2 22:25:29 EDT 2003 the /boot/kernel directories all have the correct date stamp drwxr-xr-x 2 root wheel - 6144 Sep 25 12:22 kernel drwxr-xr-x 2 root wheel - 6144 Sep 25 10:08 kernel.old So why is this not updating.. It's still on a old kernel. I've tried both methods of building a kernel Cd /usr/src ; make buildkernel KERNCONF=NAME Make installkernel KERNCONF=NAME And the cd /usr/src/sys/i386/conf/ ; config NAME && cd ../compile/NAME ; make depend && make && make install Still no success.. There's nothing in the sysctl or rc.conf that would restrict this from happening and I had set the fstab file w/ no restrictions. I've don't this a million times and have never had this problem. It appears though it really is on p8 but is not updating the uname display.. But i'm no programmer and i'm unsure how that portion of the OS gets changed.. Any help would be greatly appriciated.