From owner-freebsd-stable@FreeBSD.ORG Tue Jun 14 11:49:07 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F8E16A41C for ; Tue, 14 Jun 2005 11:49:07 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B8543D49 for ; Tue, 14 Jun 2005 11:49:07 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so216565nzp for ; Tue, 14 Jun 2005 04:49:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WHtdyG00sOY7wTdt7+SnwK0ETJGmc5aTvT4Pnl5vR6Vs5HahVIJmOtR7gcln/cl6ey9A6ov8eIYU9MdO9kmBoHBuC6saZ0PREt/IFMoqhevCkym600ReikoKb9/2lgtV5RqIWMwHGH/9MsBT0OoFqFuFaDA9WxdBPZPtyA4JcNM= Received: by 10.36.222.44 with SMTP id u44mr3600714nzg; Tue, 14 Jun 2005 04:49:07 -0700 (PDT) Received: by 10.36.72.13 with HTTP; Tue, 14 Jun 2005 04:49:07 -0700 (PDT) Message-ID: <28edec3c0506140449509acb4c@mail.gmail.com> Date: Tue, 14 Jun 2005 19:49:07 +0800 From: "Mars G. Miro" To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: NFS upgrading from 5.2.1->5.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Mars G. Miro" List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 11:49:08 -0000 [ resent, as I forgot to add the subject, sorry ] I've found out that there are some hurdles in doing this upgrade, as also pointed out by another user [0]. The problem is in make and I think it happened during this change [1]. It can be solved by installing the new make first, before the installkernel and installworld process, e.g.: [ this assumes you've already built world from another box and NFS-exported the /usr/src and /usr/obj directories, and mounting them from the client ] # cd /usr/src/usr.bin/make && make install [ 'rehash' if using csh. then create the pf user/groups, as pf became officially imported in 5.3, refer to src/etc/master.passwd and group files ] # cd /usr/src && make installkernel && make installworld [ mergemaster ] Thanks. [0] http://lists.freebsd.org/pipermail/freebsd-stable/2005-June/015618.html [1] http://www.freebsd.org/cgi/cvsweb.cgi/src/Makefile.inc1.diff?r1=3D1.433= &r2=3D1.434&f=3Dh