From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 04:21:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FCCC16A4CF for ; Wed, 25 Feb 2004 04:21:32 -0800 (PST) Received: from chomsky.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 104C643D1D for ; Wed, 25 Feb 2004 04:21:32 -0800 (PST) (envelope-from ebudd@grokking.org) Received: from localhost (proudhon.sohotech.ca [192.168.1.5]) (authenticated bits=0) by chomsky.sohotech.ca (8.12.9p1/8.12.9) with ESMTP id i1PCLUws057491 for ; Wed, 25 Feb 2004 07:21:30 -0500 (EST) (envelope-from ebudd@grokking.org) Date: Wed, 25 Feb 2004 07:21:30 -0500 From: Ed Budd To: freebsd-questions@freebsd.org Message-Id: <20040225072130.74a91275.ebudd@grokking.org> In-Reply-To: <000501c3fb98$949661b0$0401a8c0@kitchen> References: <000001c3fb96$c49e9820$0401a8c0@kitchen> <000501c3fb98$949661b0$0401a8c0@kitchen> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Permission denied error while doing a "make installworld" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 12:21:32 -0000 On Wed, 25 Feb 2004 06:11:44 -0600 "Kevin Greenidge" wrote: > Did a search on google and fixed the issue. /etc/fstab had > noexec,nosuid on the /tmp partition so all I had to do was umount /tmp > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Kevin > Greenidge > Sent: Wednesday, February 25, 2004 5:59 AM > To: freebsd-questions@freebsd.org > Subject: Permission denied error while doing a "make installworld" > > Everything works well up until this point. I haven't changed any > permissions or anything so I baffled as to why the error below may be > happening. Please let me know what I'm doing wrong as this has worked > many times before on my other boxes without problems. > > cd /usr/src > > santacruz# make installworld > mkdir -p /tmp/install.63146 > for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep > find grep ln make makewhatis mkdir mtree mv perl pwd_mkdb rm sed sh > sysctl test true uname wc zic; do cp `which $prog` > /tmp/install.63146; 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:/us > r/o bj/usr/src/i386/usr/games:/tmp/install.63146 make -f Makefile.inc1 > reinstall > make: permission denied > *** Error code 126 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > santacruz# > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Heh, that bit me once too but I forgot to mention it. Glad you fixed it. Cheers, EB