From owner-freebsd-current@FreeBSD.ORG Tue Jan 13 16:36:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED3F16A4CE for ; Tue, 13 Jan 2004 16:36:12 -0800 (PST) Received: from quintero.emmplus.ie (quintero.emmplus.ie [62.17.172.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D972E43D3F for ; Tue, 13 Jan 2004 16:36:11 -0800 (PST) (envelope-from jev@ecad.org) Received: from ecad.org (manson.emmplus.ie [62.17.172.66]) by quintero.emmplus.ie (Postfix) with ESMTP id ECABCC9449; Wed, 14 Jan 2004 00:34:53 +0000 (GMT) Message-ID: <40048EFA.5060505@ecad.org> Date: Wed, 14 Jan 2004 00:36:10 +0000 From: Jev User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031115 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Wolfskill References: <200401132321.i0DNL6uD011911@bunrab.catwhisker.org> In-Reply-To: <200401132321.i0DNL6uD011911@bunrab.catwhisker.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 13 Jan 2004 17:07:57 -0800 cc: current@freebsd.org Subject: Re: booking new kernel (5.2) in old userland (5.1) to multiuser? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 00:36:13 -0000 Just for everyones information. My upgrade went as smooth as it could have. Simply make buildworld make buildkernel KERNCONF=xxx make installkernel KERNCONF=xxx mergmaster -p (not reguired between 5.1 and 5.2) reboot make installworld mergemaster reboot Bobs your uncle :) David Wolfskill wrote: > I *think* that Kirk's statfs changes happened between 5.1 & 5.2; assuming > that's the case, read /usr/src/UPDATING very carefully and follow the > instructions very carefully. > > I also recall that at one point, "make installworld" didn't work, because > /lib and /libexec were not populated before /bin; in that case, I found > that: > > cd /usr/src/libexec && make install > cd /usr/src/lib && make install > > allowed "make installworld" to finish normally. > > Peace, > david