From owner-freebsd-stable Wed Aug 19 14:16:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04321 for freebsd-stable-outgoing; Wed, 19 Aug 1998 14:16:55 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mail.fcc.net (241.pearlriver.fcc.net [207.198.253.241]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04309 for ; Wed, 19 Aug 1998 14:16:52 -0700 (PDT) (envelope-from nathan@fcc.net) Received: from noc.fcc.net (noc.fcc.net [207.198.253.18]) by mail.fcc.net (8.9.1/8.9.1) with ESMTP id RAA00841; Wed, 19 Aug 1998 17:15:38 -0400 (EDT) Received: (from nathan@localhost) by noc.fcc.net (8.8.8+Sun/8.8.8) id RAA08620; Wed, 19 Aug 1998 17:16:53 -0400 (EDT) Message-ID: <19980819171652.A8468@fcc.net> Date: Wed, 19 Aug 1998 17:16:52 -0400 From: Nathan Dorfman To: Thede Loder Cc: freebsd-stable@FreeBSD.ORG Subject: Re: proc disappeared, w, uptime, who malfunctioning References: <19980819165925.A7948@fcc.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Thede Loder on Wed, Aug 19, 1998 at 02:08:26PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Aug 19, 1998 at 02:08:26PM -0700, Thede Loder wrote: > The system is back up and the utilities are now all functioning properly. Great :) > When I upgraded (2.2.6 -> 2.2.7), > I did a "make world" for a 2.2.7-RELEASE /usr/src while running the 2.2.6 > kernel. Once all the binaries had been rebuilt, I built the kernel. > Should I do another make world, this time with the 2.2.7 kernel active? When you update your source tree, you need to make world, then build your new kernel with the newly build world in place. You don't need to rebuild world after you build the kernel. Making world twice would not be fun. The general procedure is # cvsup /usr/share/examples/cvsup/standard-supfile # cd /usr/src && make world # cd /usr/src/sys/i386/conf && /usr/sbin/config MYKERNEL # cd /usr/src/sys/compile/MYKERNEL && make depend kernel install On -current, this occasionally requires considerably more effort :-) > Thede -- Nathan Dorfman | Frontline Communications Corporation nathan@fcc.net | Pearl River, NY - 914-623-8559 -- linux/exit.h: -+---------------------------------------- #define exit(X); (X == 0 ? raise(SIGSEGV); : system("yes > /proc/self/mem");) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message