From owner-freebsd-current Mon May 11 11:24:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24216 for freebsd-current-outgoing; Mon, 11 May 1998 11:24:54 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA24205 for ; Mon, 11 May 1998 11:24:50 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 0yYxEU-0004S8-00; Mon, 11 May 1998 11:23:26 -0700 Date: Mon, 11 May 1998 11:23:24 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: Eric cc: freebsd-current@FreeBSD.ORG Subject: Re: Make reinstall....:PP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 11 May 1998, Eric wrote: > Hiii everyone , > I have "make world" successfully on a machine , > and when I share /usr/src , /usr/obj to other machines > through NFS . > A make reinstall stops at You probably want to do a "make installworld" instead. You probably need a "-maproot=root" line in the exports file. /usr/obj needs to be exported rw, and /usr/src ro (the last I checked, but makefiles are changing so quickly). Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message