Subject: Re: Netboot problems...
To: Mike Frisch <mfrisch@saturn.tlug.org>
From: Hubert Feyrer <Hubert.Feyrer@rz.uni-regensburg.de>
List: port-sparc
Date: 01/23/1997 12:29:47
> root on 192.168.0.1:/usr/export/sparc
> swap on 192.168.0.1:/usr/export/sparc/swapfile
> exec /sbin/init: error 13
> init: not found
...
> What does "error 13" mean?  (sorry, I don't yet have the sources to look
> this one up myself)  The binary '/sbin/init' is there and the root
> filesystem (from base.tar.gz and etc.tar.gz) exists on /usr/export/sparc
> as it should.

smaug% egrep 13 /usr/include/sys/errno.h
#define EACCES          13              /* Permission denied */

Make sure that *root* on your machine is allowed to read (and execute) your
init-command. Given init's default permission (700) it looks as if you'd rather
access it as user nobody.


Hubert

-- 
Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>