From owner-freebsd-hackers Sun Sep 28 01:34:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA18265 for hackers-outgoing; Sun, 28 Sep 1997 01:34:41 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA18248 for ; Sun, 28 Sep 1997 01:34:36 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id IAA03488; Sun, 28 Sep 1997 08:17:56 +0100 From: Luigi Rizzo Message-Id: <199709280717.IAA03488@labinfo.iet.unipi.it> Subject: Re: Problems with diskless To: dan@dpcsys.com (Dan Busarow) Date: Sun, 28 Sep 1997 08:17:56 +0100 (MET) Cc: hackers@FreeBSD.ORG In-Reply-To: from "Dan Busarow" at Sep 28, 97 00:04:56 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > It finds the bootp and tftp servers, loads the kernel and starts > the boot. Right after ... > I get > > exec /sbin/init: error 13 change the protections on /sbin/init. For some silly reasons it is -r-x------ 1 bin bin 180224 Mar 25 1997 /sbin/init and the client cannot read it unless the server exports with root privs. I have been suggesting a change of permissions in /sbin/init for years for this exact reason, but never got heard... Cheers Luigi