Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2000 11:25:26 +0300
From:      "Igor B. Bykhalo" <goshik@binep.ac.ru>
To:        "-questions@FreeBSD" <freebsd-questions@freebsd.org>
Subject:   installworld fails with NFS-mounted /usr/src and /usr/obj
Message-ID:  <01bf7857$61534c00$0000e9c1@serv2.binep.ac.ru>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01bf7857$61534c00$0000e9c1>