From owner-freebsd-stable Mon Mar 27 14:57:12 2000 Delivered-To: freebsd-stable@freebsd.org Received: from melete.ch.intel.com (melete.ch.intel.com [143.182.246.25]) by hub.freebsd.org (Postfix) with ESMTP id 2CE1137B887 for ; Mon, 27 Mar 2000 14:57:09 -0800 (PST) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by melete.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.19 2000/01/29 00:15:43 dmccart Exp $) with ESMTP id WAA02536; Mon, 27 Mar 2000 22:58:00 GMT Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.10 2000/02/10 21:38:16 steved Exp $) with ESMTP id PAA29243; Mon, 27 Mar 2000 15:55:42 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id RAA00152; Mon, 27 Mar 2000 17:56:47 -0500 (EST) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14559.59183.562406.530021@hip186.ch.intel.com> Date: Mon, 27 Mar 2000 15:56:47 -0700 (MST) To: Michael DeMutis Cc: freebsd-stable@freebsd.org Subject: Re: CVSUp, MakeWorld, uname -a reports 3.3-RELEASE #0, Why? In-Reply-To: <3.0.3.32.20000327142623.0088ce90@tristo.netinc.ca> References: <200003271352.FAA01289@web1.allunix.com> <3.0.3.32.20000327142623.0088ce90@tristo.netinc.ca> X-Mailer: VM 6.75 under Emacs 20.3.11 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ On Monday, March 27, Michael DeMutis wrote: ] > I posted earlier about my cvsupfile. > > Here it is again: > > Here is my "cvsupfile" > > I download all the sources, and run a make world. > > After compiling all and installing all, my uname -a reports: > > FreeBSD tristo.netinc.ca 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 > 23:40:35 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC > i386 > > Is there something I'm doing wrong? > > Shouldn't it be reporting 3.4-STABLE and shouldn't the date be somewhere in > the year 2000? cvsup file looks good for 3.x-STABLE, but ... did you config and remake your kernel (silly question but you didn't explicitly say it). Just doing "make buildworld; make installworld" will not affect what uname -a prints. You must rebuild and install the kernel: cd /usr/src/sys/i386/conf config MYKERNEL cd ../../compile/MYKERNEL make depend && make && make install reboot :) -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message