From owner-freebsd-questions Thu Aug 3 8:29:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id C572B37B9BE for ; Thu, 3 Aug 2000 08:29:03 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 22291 invoked from network); 3 Aug 2000 15:29:00 -0000 Received: from unknown (HELO 10.2.2.100) (62.2.98.229) by ns1.root-servers.ch with SMTP; 3 Aug 2000 15:29:00 -0000 Date: Thu, 3 Aug 2000 17:30:25 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.45 Beta/6) Personal Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <125196984638.20000803173025@buz.ch> To: freebsd-questions@FreeBSD.ORG Subject: make installworld and make installkernel over NFS... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, handbook says: "For version 2.2.5 and above, you can use the ``buildworld'' and ` `installworld'' targets. Use them to build a source tree on one machine, and then NFS mount /usr/src and /usr/obj on the remote machine and install it there." Doesn't seem to work: I did a clean make buildworld on the faster machine. Worked as it should. Faster machine has got the following in /etc/exports: /usr -ro -maproot=root 10.2.2.3 The slower machine mounts 10.2.2.2:/usr to /mnt. #cd /mnt/src #make installworld (some text scrolling by, everything ok so far) but: cd /mnt/src/include/protocols; install -C -o root -g wheel -m 444 dumprestore.h routed.h rwhod.h talkd.h timed.h /usr/include/protocols cd /mnt/src/include/rpc; install -C -o root -g wheel -m 444 auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h types.h xdr.h auth_des.h des.h des_crypt.h /usr/include/rpc install -C -o root -g wheel -m 444 /mnt/src/include/osreldate.h /usr/include install: /mnt/src/include/osreldate.h: No such file or directory *** Error code 71 Stop in /mnt/src/include. *** Error code 1 Stop in /mnt/src. *** Error code 1 Stop in /mnt/src. *** Error code 1 Stop in /mnt/src. *** Error code 1 Stop in /mnt/src. I tryed the make installworld on the faster machine as well, worked without any problems... Did anyone do a make installworld / installkernel combo over NFS with success (I expect make world to take > 9h on the slower machine as my K6-2 450 with 128 RAM needs about 3h for it and the slower one is just a K5-166 with 64 MB RAM :-()? Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message