From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 09:59:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 531FE16A4BF for ; Wed, 15 Oct 2003 09:59:37 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD3443FE0 for ; Wed, 15 Oct 2003 09:59:34 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h9FGxXvX055090; Wed, 15 Oct 2003 11:59:33 -0500 (CDT) (envelope-from dan) Date: Wed, 15 Oct 2003 11:59:33 -0500 From: Dan Nelson To: Marco Greene Message-ID: <20031015165932.GG39271@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: Patches &Upgrades X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 16:59:37 -0000 In the last episode (Oct 15), Marco Greene said: > New to FreeBSD. Have looked through the documentation at length and > have figure almost everything out that I am trying to use but have a > few questions. Have been working with other versions of UNIX, mainly > Solaris and AIX. We have 4 servers running production using 4.2 and > I have been testing the upgrade procedure that is documented. > > I have tried: > cvsup...make buildworld...make installworld. Took a long time but it > seemed to work...however, when I rebooted, still said 4.2...I was > expecting 4.8. How can you confirm current version of FreeBSD. > Shouldn't it say 4.8? You may have left out the make buildkernel / make installkernel step. You've got updated userland binaries, but the kernel is still 4.2. -- Dan Nelson dnelson@allantgroup.com