From owner-freebsd-stable Wed Oct 4 11:58:25 2000 Delivered-To: freebsd-stable@freebsd.org Received: from beta.root-servers.ch (beta.root-servers.ch [195.49.33.19]) by hub.freebsd.org (Postfix) with SMTP id 78D4B37B503 for ; Wed, 4 Oct 2000 11:58:21 -0700 (PDT) Received: (qmail 18414 invoked from network); 4 Oct 2000 18:58:20 -0000 Received: from client75-185.hispeed.ch (HELO WORK) (62.2.75.185) by beta.root-servers.ch with SMTP; 4 Oct 2000 18:58:20 -0000 Date: Wed, 4 Oct 2000 21:01:39 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.46c) UNREG / CD5BF9353B3B7091 Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <18418097592.20001004210139@buz.ch> To: James Housley Cc: stable@FreeBSD.ORG Subject: Re[2]: make installworld over NFS: supported? In-reply-To: <39DB7690.73B0C12F@thehousleys.net> References: <9715869168.20001004202431@buz.ch> <39DB7690.73B0C12F@thehousleys.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello James, Wednesday, October 04, 2000, 8:27:28 PM, you wrote: > cat: server > make -j16 buildworld > make installworld > baby: workstation > mount cat:/usr/src /usr/src > mount cat:/usr/obj /usr/obj > cd /usr/src ; make installworld > egg: workstation > mount cat:/usr/src /usr/src > mount cat:/usr/obj /usr/obj > cd /usr/src ; make installworld Well, alpha has got a completely built world/kernel on /usr/src and /usr/obj which is a symlink to /backup/obj. I mounted the two directories as /usr/src and /usr/obj on gamma but I always end up with an error stating that install couldn't find bin/rmail which is strange as the log of a normal make installworld on alpha doesn't even show up bin/rmail: alpha# grep rmail installworld_log ===> usr.sbin/ctm/ctm_rmail install -c -s -o root -g wheel -m 555 ctm_rmail /usr/sbin install -c -o root -g wheel -m 444 ctm_rmail.1.gz /usr/share/man/man1 /usr/share/man/man1/ctm_smail.1.gz -> /usr/share/man/man1/ctm_rmail.1.gz /usr/share/man/man1/ctm_dequeue.1.gz -> /usr/share/man/man1/ctm_rmail.1.gz gamma# grep rmail installworld_log ===> bin/rmail install -c -s -o root -g wheel -m 555 rmail /bin Stop in /usr/src/bin/rmail. Now what about this (4.1.1 STABLE, CVSupped at about 14:30 GMT today)? Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message