From owner-freebsd-current@FreeBSD.ORG Sun Oct 24 09:19:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B8216A4CF for ; Sun, 24 Oct 2004 09:19:10 +0000 (GMT) Received: from silver.he.iki.fi (helenius.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5743A43D46 for ; Sun, 24 Oct 2004 09:19:08 +0000 (GMT) (envelope-from pete@he.iki.fi) Received: from [193.64.42.134] (h86.vuokselantie10.fi [193.64.42.134]) by silver.he.iki.fi (8.13.1/8.11.4) with ESMTP id i9O9J5dw038193 for ; Sun, 24 Oct 2004 12:19:05 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <417B7389.1090905@he.iki.fi> Date: Sun, 24 Oct 2004 12:19:05 +0300 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 24 Oct 2004 11:57:23 +0000 Subject: make installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 09:19:10 -0000 It does seem that late in 5.3 release cycle the requirement to be able to execute binaries from /tmp was introduced. I run all systems with /tmp as -o noexec and obviously this makes installworld to fail. Is this expected behaviour which should be worked around by pointing the tmp elsewhere or just a mistake? Pete