From owner-freebsd-stable Sat Dec 2 13:43:23 2000 Delivered-To: freebsd-stable@freebsd.org Received: from molly.straylight.com (molly.straylight.com [209.68.199.242]) by hub.freebsd.org (Postfix) with ESMTP id F310937B400 for ; Sat, 2 Dec 2000 13:43:20 -0800 (PST) Received: from dickie (case.straylight.com [209.68.199.244]) by molly.straylight.com (8.11.0/8.10.0) with SMTP id eB2LhFq02206 for ; Sat, 2 Dec 2000 13:43:16 -0800 From: "Jonathan Graehl" To: Subject: RE: make installworld still fails (thanks, problem solved Date: Sat, 2 Dec 2000 13:47:40 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20001202223239.A958@can.jazmiso.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve@linux-workshop suggested: make installworld TMPDIR=/var/tmp which would have worked but my /tmp is large enough (128mb MFS), the problem simply being, as Nakasone suggested, that I had noexec (as well as nodev) options for /tmp in my /etc/fstab, the deletion of which solved the problem. I should have thought of that, but I'm also not sure why /var/tmp isn't used by default? Thanks all, Jonathan > -----Original Message----- > From: Manabu Nakasone [mailto:manabu@jazmiso.org]On Behalf Of Manabu > Nakasone > Sent: Saturday, December 02, 2000 5:33 AM > To: Jonathan Graehl > Cc: freebsd-stable@freebsd.org > Subject: Re: make installworld still fails > > > On Fri, Dec 01, 2000 at 10:21:58PM -0800, Jonathan Graehl wrote: > > /usr/src# make installworld > > mkdir -p /tmp/install.45600 > : > > bj/usr/src/i386/usr/games:/tmp/install.45600 make -f Makefile.inc1 > > reinstall > > make: permission denied > > If you have mount option "noexec" with /tmp partition, remove it. > -- > Manabu Nakasone > nakasone@OCC.CO.JP > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message