Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 22:28:49 -0600
From:      Tillman <tillman@seekingfire.com>
To:        FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   make installworld failing with permission denied
Message-ID:  <20021015222849.C5727@seekingfire.com>

next in thread | raw e-mail | index | archive | help
Howdy,

When I attempt to "make install world" from a read-only NFS mount I'm
getting a permission error:

[root@coyote src]# make installworld
mkdir -p /tmp/install.66566
for prog in [ awk cat chflags chmod chown date echo egrep find grep  ln
make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl  test true uname
wc zic; do  cp `which $prog` /tmp/install.66566;  done
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503
GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.66566
make -f Makefile.inc1 reinstall
make: permission denied
*** Error code 126

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


Oddly, this safe NFS mount has worked in the past on this box (57 days
ago, 57 days ago according to uptime on it. And this particular build
has installed fine on two other machines using the same NFS read-only
mount of /usr/src and /usr/obj off the build machine. Is there anything
in particular I should be looking for with this sort of permission
problem?

TIA,

- Tillman

-- 
If you can spend a perfectly useless afternoon in a perfectly useless manner,
you have learned how to live.
	Lin Yu-T'ang

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?20021015222849.C5727>