From owner-freebsd-questions@FreeBSD.ORG Tue May 29 18:57:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B480E16A41F for ; Tue, 29 May 2007 18:57:00 +0000 (UTC) (envelope-from pckizer@nostrum.com) Received: from nostrum.com (shaman.nostrum.com [72.232.15.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8766F13C45E for ; Tue, 29 May 2007 18:57:00 +0000 (UTC) (envelope-from pckizer@nostrum.com) Received: from [172.17.2.69] (vicuna-alt.estacado.net [75.53.54.121]) (authenticated bits=0) by nostrum.com (8.14.1/8.14.1) with ESMTP id l4TISTeM078233 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 29 May 2007 13:28:29 -0500 (CDT) (envelope-from pckizer@nostrum.com) In-Reply-To: <200705282214.11010.freebsd@dfwlp.com> References: <200705282214.11010.freebsd@dfwlp.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4ABB7CB1-1272-4240-9B99-E37ACE1C27DD@nostrum.com> Content-Transfer-Encoding: 7bit From: Philip Kizer Date: Tue, 29 May 2007 13:28:27 -0500 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.3) Received-SPF: pass (nostrum.com: 75.53.54.121 is authenticated by a trusted mechanism) Cc: Jonathan Horne Subject: Re: i have a system that will not installworld. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 18:57:00 -0000 On 2007, May 28, at 22:14, Jonathan Horne wrote: > i just did a buildkernel and world, and installing the kernel was > normal with > no issues. mergemaster -p, and then when i installworld, i get this: > > phoenix# make installworld > mkdir -p /tmp/install.iA4Zk47v > for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep > find grep > install-info ln lockf make mkdir mtree mv pwd_mkdb rm sed sh > sysctl test > true uname wc zic; do cp `which $prog` /tmp/install.iA4Zk47v; done > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 > MACHINE=i386 > CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin > GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font > GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/ > legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/ > src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/ > usr/games:/tmp/install.iA4Zk47v > make -f Makefile.inc1 reinstall > make: Permission denied > *** Error code 126 What are your mount options on /tmp, they wouldn't include noexec, would they? If so: mount -u -o exec /tmp -p