From owner-freebsd-stable Fri Oct 24 12:19:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA13041 for stable-outgoing; Fri, 24 Oct 1997 12:19:58 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA13032 for ; Fri, 24 Oct 1997 12:19:55 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.7/8.8.7) with ESMTP id MAA16170; Fri, 24 Oct 1997 12:19:13 -0700 (PDT) (envelope-from jdp) Message-Id: <199710241919.MAA16170@austin.polstra.com> To: Christopher Allen cc: freebsd-stable@FreeBSD.ORG Subject: Re: Problem with make install in modula-3-lib-3.6 In-reply-to: Your message of "Fri, 24 Oct 1997 11:09:27 PDT." Date: Fri, 24 Oct 1997 12:19:13 -0700 From: John Polstra Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I've done this, and when I got back to my console it says that make > world is complete. > > However, after I reboot, and log on again, I still see: > > FreeBSD 2.2.2-RELEASE (GENERIC) #0: Tue May 20 10:45:24 GMT 1997 > > Am I missing some final step? Yes, now you have to rebuild your kernel. That's not done automatically by "make world". Currently, you're still running the old 2.2.2 kernel. To build yourself a new GENERIC kernel, do this: cd /usr/src/sys/i386/conf config GENERIC cd ../../compile/GENERIC make depend make make install and then reboot. If the reboot fails for some reason (which is very unlikely), your old kernel will be in "/kernel.old". You can specify that at the "Boot:" prompt to get your system running again. You also should check your various files in "/etc" against the new ones in "/usr/src/etc", and merge in any changes or additions that have taken place between 2.2.2 and now. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth