From owner-freebsd-questions Tue Oct 9 14:16:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 0B32037B401 for ; Tue, 9 Oct 2001 14:16:45 -0700 (PDT) Received: from shell.core.com (IDENT:2525@shell.voyager.net [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.1) with ESMTP id f99LGiU42809 for ; Tue, 9 Oct 2001 16:16:44 -0500 (CDT) Received: (from dpoland@localhost) by shell.core.com (8.11.6/8.11.6/1.3) id f99LGiq00761 for questions@freebsd.org; Tue, 9 Oct 2001 16:16:44 -0500 (CDT) Date: Tue, 9 Oct 2001 16:16:44 -0500 From: Doug Poland To: questions@freebsd.org Subject: make installworld problem Message-ID: <20011009161643.A210@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 Hi, 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. -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message