From owner-freebsd-questions Wed Feb 16 0:29:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.binep.ac.ru (ns.binep.ac.ru [193.233.37.5]) by builder.freebsd.org (Postfix) with ESMTP id 3A79B43A9 for ; Wed, 16 Feb 2000 00:29:34 -0800 (PST) Received: from serv2.binep.ac.ru (serv2 [193.233.44.77]) by ns.binep.ac.ru (8.9.2/8.8.8) with SMTP id LAA42157 for ; Wed, 16 Feb 2000 11:50:57 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Reply-To: "Igor B. Bykhalo" From: "Igor B. Bykhalo" To: "-questions@FreeBSD" Subject: installworld fails with NFS-mounted /usr/src and /usr/obj Date: Wed, 16 Feb 2000 11:25:26 +0300 Message-ID: <01bf7857$61534c00$0000e9c1@serv2.binep.ac.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0913.2206 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0913.2200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to make installworld with /usr/obj and /usr/src mounted via NFS from another machine where successfull buildworld and installworld were made. installworld dies with: (sorry for wrapped log :( ) [...] ===> sbin/i386/nextboot install -c -s -o root -g wheel -m 555 nextboot /sbin install -c -o root -g wheel -m 444 nextboot.8.gz /usr/share/man/man8 ===> share ===> share/dict install -c -o root -g wheel -m 444 README propernames web2 web2a /usr/share/dict (cd /usr/share/dict; rm -f words; ln -s web2 words) ===> share/doc ===> share/doc/psd [...] ===> share/doc/papers/contents install -c -o root -g wheel -m 444 contents.ascii.gz /usr/share/doc/papers ===> share/examples (cd /usr/src/share/examples/../../etc; make etc-examples) (cd /usr/src/etc; install -c -o root -g wheel -m 444 aliases amd.map auth.conf crontab csh.cshrc csh.login csh.logout dhclient.conf dm.conf fbtab ftpusers gettytab group hosts hosts.allow host.conf hosts.equiv hosts.lpd inetd.conf login.access login.conf motd modems networks newsyslog.conf pam.conf pccard.conf.sample apmd.conf phones printcap profile protocols rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.isdn rc.network rc.pccard rc.serial rc.shutdown etc.i386/rc.i386 remote security services shells syslog.conf etc.i386/ttys etc.i386/disktab rpc make.conf usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config /usr/src/etc/../usr.bin/mail/misc/mail.rc usr/src/etc/../usr.bin/locate/locate/locate.rc netstart pccard_ether rc.suspend rc.resume /usr/share/examples/etc; install -c -o root -g wheel -m 444 defaults/rc.conf /usr/share/examples/etc/defaults) install -c -o root -g wheel -m 644 FreeBSD_version/FreeBSD_version.c /usr/share/examples/FreeBSD_version/FreeBSD_version.c [...] install -c -o root -g wheel -m 644 cvsup/www-supfile /usr/share/examples/cvsup/www-supfile install -c -o root -g wheel -m 644 diskless/209.157.86.12/README /usr/share/examples/diskless/209.157.86.12/README install: /usr/share/examples/diskless/209.157.86.12/README: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. But: ns: {17} mount /dev/wd0s1a on / (ufs, local, soft-updates, writes: sync 41 async 130623) /dev/wd0s1f on /usr (ufs, local, soft-updates, writes: sync 254 async 177277) /dev/wd0s1e on /var (ufs, local, soft-updates, writes: sync 67913 async 412840) procfs on /proc (procfs, local) banka:/usr/obj on /usr/obj (nfs) banka:/usr/src on /usr/src (nfs) banka:/usr/ports on /usr/ports (nfs) ns: {18} pwd /usr/src/share/examples/diskless/209.157.86.12 ns: {19} ll total 3 -rw-r--r-- 1 root wheel 1410 21 δεμ 19:58 README -rw-r--r-- 1 root wheel 260 21 δεμ 19:58 rc.conf.local So the file is definitely in place... What can be the problem? Do you need additional info? TIA, Goshik P.S.: ns: {20} cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/wd0s1b none swap sw 0 0 /dev/wd0s1a / ufs rw 1 1 /dev/wd0s1f /usr ufs rw 2 2 /dev/wd0s1e /var ufs rw 2 2 banka:/usr/src /usr/src nfs rw,-r=1024,soft,intr 0 0 banka:/usr/obj /usr/obj nfs rw,-r=1024,soft,intr 0 0 banka:/usr/ports /usr/ports nfs rw,-r=1024,soft,intr 0 0 proc /proc procfs rw 0 0 /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 ns: {33} df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s1a 31743 21940 7264 75% / /dev/wd0s1f 409071 220361 155985 59% /usr /dev/wd0s1e 29751 9302 18069 34% /var procfs 4 4 0 100% /proc banka:/usr/obj 992239 642088 270772 70% /usr/obj banka:/usr/src 992239 642088 270772 70% /usr/src banka:/usr/ports 992239 642088 270772 70% /usr/ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message