From owner-freebsd-questions Fri Jan 25 23:27:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id 2120E37B417 for ; Fri, 25 Jan 2002 23:27:28 -0800 (PST) Received: (qmail 29391 invoked from network); 26 Jan 2002 07:27:16 -0000 Received: from dap-209-166-136-233.nfas.greensburg-tnt-1.sns234.pa.stargate.net (HELO wastegate.net) (209.166.136.233) by smtp1.mx.pitdc1.stargate.net with SMTP; 26 Jan 2002 07:27:16 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id C8C704844F; Sat, 26 Jan 2002 02:27:49 -0500 (EST) From: "Doug Reynolds" To: "freebsd-questions@FreeBSD.ORG" , "Patrick Fish (patrick@pwhsnet.com)" Date: Sat, 26 Jan 2002 02:29:51 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: <008501c1a61b$1be22da0$2300a8c0@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: 4.4-RELEASE to 4.4-STABLE Message-Id: <20020126072749.C8C704844F@wastegate.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 25 Jan 2002 19:39:49 -0800, Patrick Fish (patrick@pwhsnet.com) wrote: >I just upgraded my 4.4-RELEASE system to 4.4-STABLE via cvsup, after 'make world' i rebooted, logged back in, and: > > >apollo% uname -a >FreeBSD apollo.pwhsnet.com 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Fri Jan 25 17:50:19 PST 2002 patrick@apollo.pwhsnet.com:/usr/src/sys/compile/PWHSNET i386 when you did a make world, that only upgraded the userland. the uname displays the kernel. to update the kernel do: make kernel reboot (give you the GENERIC kernel) or make kernel KERNCONF=yourkernelconf reboot the proper way should be something similar to this: cvsup make buildworld make kernel KERNCONF=yourkernelconf reboot boot single user mode by hitting the space and typing boot -s and enter. hit enter when it asks you for the shell; then: fsck -p umount -a mount -a make installworld mergemaster reboot that'll up you to the latest. (btw, if anyone sees any safely problems with this order, lemme know, seems totally redundant) --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message