From owner-freebsd-current@FreeBSD.ORG Tue Jun 1 05:11:39 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 8D1C816A4CF for ; Tue, 1 Jun 2004 05:11:39 -0700 (PDT) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [82.225.155.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F5FD43D5E for ; Tue, 1 Jun 2004 05:11:39 -0700 (PDT) (envelope-from thomas@FreeBSD.ORG) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 083E32C3D5; Tue, 1 Jun 2004 14:11:31 +0200 (CEST) Date: Tue, 1 Jun 2004 14:11:30 +0200 From: Thomas Quinot To: Lawrence Farr Message-ID: <20040601121130.GA6097@melusine.cuivre.fr.eu.org> References: <20040601092629.GF739@atrbg11.informatik.tu-muenchen.de> <20040601112316.C597B15220@gunfright.epcdirect.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040601112316.C597B15220@gunfright.epcdirect.co.uk> X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.6i cc: freebsd-current@freebsd.org Subject: Re: PXE Booting 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: Tue, 01 Jun 2004 12:11:39 -0000 * Lawrence Farr, 2004-06-01 : > of cd1 created by "make release" complains of not being able > to find init. Anyone else doing this who can point me in the > right direction? If you are mounting the root FS through NFS, make sure that root on the NFS client is not squashed to nobody on the NFS server -- /sbin/init is *not* world-executable. Or you can chmod 555 /sbin/init. Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG