Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 17:30:25 +0200
From:      Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
To:        freebsd-questions@FreeBSD.ORG
Subject:   make installworld and make installkernel over NFS...
Message-ID:  <125196984638.20000803173025@buz.ch>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?125196984638.20000803173025>