From owner-freebsd-current Tue Oct 5 9:37:32 1999 Delivered-To: freebsd-current@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id BA9A214EC8 for ; Tue, 5 Oct 1999 09:37:19 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.037 #1) id 11YXaL-0005F8-00; Tue, 05 Oct 1999 18:37:05 +0200 From: Sheldon Hearn To: "Bill A. K." Cc: freebsd-current@FreeBSD.ORG Subject: Re: 4.0-CURRENT from 3.2-RELEASE In-reply-to: Your message of "Tue, 05 Oct 1999 09:39:05 -0400." <003601bf0f37$08cc7c20$01010101@bopper> Date: Tue, 05 Oct 1999 18:37:05 +0200 Message-ID: <20157.939141425@axl.noc.iafrica.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 05 Oct 1999 09:39:05 -0400, "Bill A. K." wrote: > I'm trying to upgrade my system from 3.2-RELEASE to 4.0-CURRENT You're venturing into some virgin territory, but some old advice in the FreeBSD Handbook still applies -- if you intend to run CURRENT, subscribe to the freebsd-current mailing list a little while _before_ you intend to migrate. Recent discusssions on the freebsd-current mailing list would answer this question: > Greg Lehey told me to build the kernel first, but the 3.2 config won't > correctly run the 4.0 kernel config file. And the answer is... ;-) You'll need to build and install config(8) first. You might get away with this: cd /usr/src/usr.sbin/config make cleandir && make obj && make install Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message