From owner-freebsd-stable@FreeBSD.ORG Sat Aug 20 12:46:15 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 917E916A41F for ; Sat, 20 Aug 2005 12:46:15 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F28E43D46 for ; Sat, 20 Aug 2005 12:46:15 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1E6Sjh-000IdM-8P; Sat, 20 Aug 2005 15:46:09 +0300 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Johny Mattsson In-Reply-To: Message from Johny Mattsson of "Sat, 20 Aug 2005 19:28:42 +1000." <4306F7CA.9030402@earthmagic.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 20 Aug 2005 15:46:09 +0300 From: Danny Braniss Message-ID: Cc: freebsd-stable@freebsd.org Subject: Re: MNT_NOEXEC flag set on / when PXE booting diskless on 5.4-R? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 12:46:15 -0000 > Hi all, > > I've just been trying to switch one of my FreeBSD work stations over to > PXE booting and running diskless (the system drive has died). > > However, I've run into a problem in that it appears that the root mount > gets marked with MNT_NOEXEC for some reason, which causes ld-elf.so.1 to > barf with a message of: > Cannot execute objects on / > > The error doesn't occur for all applications, and I've narrowed it down > to be that whenever LD_LIBRARY_PATH is set, then ld-elf.so.1 falls over > with the above message. > > I saw in the archives that this issue was raised back in March, but > there was no followup there. Message ID for that email was > <20050331111625.GA13338@zoopee.org>; interested parties are recommended > to dig that one up. > > Does anyone have a solution to this problem? I couldn't find any PRs > (open or closed). > > Thanks in advance, > /Johny it is fixed now, but i don't remember when :-) i think it was somewhere in then kernel nfs code danny