Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 1997 08:17:56 +0100 (MET)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        dan@dpcsys.com (Dan Busarow)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Problems with diskless
Message-ID:  <199709280717.IAA03488@labinfo.iet.unipi.it>
In-Reply-To: <Pine.UW2.3.95.970928000340.713A-100000@cedb> from "Dan Busarow" at Sep 28, 97 00:04:56 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709280717.IAA03488>