Subject: Re: Netboot problems...
To: Hubert Feyrer <Hubert.Feyrer@rz.uni-regensburg.de>
From: Matthew N. Dodd <winter@jurai.net>
List: port-sparc
Date: 01/23/1997 21:21:38
You're trying to mount swap on a machine that doesn't allow nfs exported
files, only directories.

Its a one line patch in mountd.c

On Thu, 23 Jan 1997, Hubert Feyrer wrote:

> 
> > 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>
> 

/* 
   Matthew N. Dodd		| A memory retaining a love you had for life	
   winter@jurai.net		| As cruel as it seems nothing ever seems to
   http://www.jurai.net/~winter | go right - FLA M 3.1:53	
*/