Subject: Re: pxe boot problems
To: None <netbsd-users@netbsd.org>
From: Louis Guillaume <lguillaume@berklee.edu>
List: netbsd-users
Date: 02/13/2004 11:28:46
Ignatios Souvatzis wrote:

> Hi,
> 
> On Fri, Feb 13, 2004 at 10:14:43AM -0500, Louis  Guillaume wrote:
> 
> 
>>net_open: server path: 192.168.1.110:/var/export/root
>>open netbsd: Permission denied
>>boot: Permission denied
>>Boot fail
>>
>>...however...
>>
>>$ cat /etc/exports
>>/var/export/root -maproot=root:wheel -network 192.168/16
>>/var/export/swap -maproot=root:wheel -network 192.168/16
>>/usr             -maproot=nobody:nobody -network 192.168/16
>>/home            -maproot=nobody:nobody -network 192.168/16
>>
>>... which seems to match what the instructions say. Any help would be 
>>fantastaic,
> 
> 
> Did you
> 	kill -HUP `cat kill -HUP `cat /var/run/mountd.pid`
> ?
> 
> 	-is


I haven't actually tried reloading mountd as the files on the nfs 
filesystem haven't changed since the last time mountd was started. Also, 
I can "mount 192.168.1.110:/var/export/root /mnt" on another machine.

Tonight I'll try and reload mountd and see what happens; perhaps 
something has changed.

Thanks for your help.

Louis