Date: Wed, 4 Oct 2000 21:01:39 +0200 From: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> To: James Housley <jim@thehousleys.net> Cc: stable@FreeBSD.ORG Subject: Re[2]: make installworld over NFS: supported? Message-ID: <18418097592.20001004210139@buz.ch> In-Reply-To: <39DB7690.73B0C12F@thehousleys.net> References: <9715869168.20001004202431@buz.ch> <39DB7690.73B0C12F@thehousleys.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18418097592.20001004210139>