From owner-freebsd-questions Tue Oct 9 18:26:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.mx.pitdc1.stargate.net (smtp3.mx.pitdc1.stargate.net [206.210.69.143]) by hub.freebsd.org (Postfix) with SMTP id B48C437B405 for ; Tue, 9 Oct 2001 18:26:41 -0700 (PDT) Received: (qmail 3677 invoked from network); 10 Oct 2001 01:26:00 -0000 Received: from unknown (HELO wastegate.net) (209.166.135.225) by smtp3.mx.pitdc1.stargate.net with SMTP; 10 Oct 2001 01:26:00 -0000 Received: (qmail 84183 invoked from network); 10 Oct 2001 01:26:00 -0000 Received: from unknown (HELO mother) (192.168.1.2) by 192.168.1.1 with SMTP; 10 Oct 2001 01:26:00 -0000 From: "Doug Reynolds" To: "Doug Poland" , "questions@freebsd.org" Date: Tue, 09 Oct 2001 21:24:16 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: make installworld problem Message-Id: <20011010012641.B48C437B405@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 9 Oct 2001 16:16:44 -0500, Doug Poland wrote: >I'm trying to do a make installworld on a slow machine via nfs >exports to a fast machine. I've done this several times on >a different network and never had any problems, until now. > >This is what I have... > >slow: was 4.3-RELEASE >fast: is 4.4-STABLE > >fast# cat /etc/exports ># ># You should replace these lines with your actual exported filesystems. > /usr/obj /usr/src /usr/ports -maproot=0 192.168.3.5 > >slow# mount >/dev/ad4s1a on / (ufs, local, soft-updates) >/dev/ad4s1f on /usr (ufs, local, soft-updates) >/dev/ad4s1e on /var (ufs, local, soft-updates) >procfs on /proc (procfs, local) >192.168.3.55:/usr/src on /usr/src (nfs) >192.168.3.55:/usr/obj on /usr/obj (nfs) >192.168.3.55:/usr/ports on /usr/ports (nfs) > >I've successfull built the world and and a custom kernel >for slow. I've successfully installed the custom kernel >on slow, and rebooted. > >On slow, I enter: > >slow# cd /usr/src >slow# make installworld > >and it runs for about 30 seconds then stops with... > >................................SNIP >===> bin/csh >install -c -s -o root -g wheel -m 555 csh /bin >/bin/tcsh -> /bin/csh >install -c -o root -g wheel -m 444 csh.1.gz /usr/share/man/man1 >/usr/share/man/man1/tcsh.1.gz -> /usr/share/man/man1/csh.1.gz >===> bin/csh/nls >===> bin/csh/nls/et >install -c -o root -g wheel -m 444 tcsh.cat /usr/share/nls/et_EE.ISO8859-15/tcsh.cat >install: /usr/share/nls/et_EE.ISO8859-15/tcsh.cat: No such file or directory >*** Error code 71 > >Stop in /usr/src/bin/csh/nls/et. >*** Error code 1 > >Stop in /usr/src/bin/csh/nls. >*** Error code 1 > >Stop in /usr/src/bin/csh. >*** Error code 1 >................................SNIP > >I checked on fast and there is no directory or file referenced in the install >command. Both machines have the same /etc/make.conf file. I updated via cvs >on 08 Oct 2001, 22:00. > >Am I missing something? I've tried it twice but it stops in the same spot. >Many thanks for your help. re-sup, and redo the whole make process. I cvsup'd last nite 10-8, and it did it for me. i sup'd tonite and make installworld ran OK, and now i'm building the kernel --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message