Subject: Re: pxe boot problems
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: Louis Guillaume <lguillaume@berklee.edu>
List: netbsd-users
Date: 02/15/2004 19:41:10
Ignatios Souvatzis wrote:

> 
> I suggest to start mountd manually, with the -d option, and look at the
> debug messages.
> 

Here's the error from "mountd -d":

got mount request from 192.168.1.200
-> rpcpath: 192.168.1.110:/var/export/root
-> stat failed on 192.168.1.110:/var/export

I've since modified things a little. The general subnet we're dealing 
with is now 192.168.1/24 and I explicitly have dhcpd assign 
192.168.1.200 to the client's hardware address. I've also tried 
"-noresvport" and "-noresvmnt" in /etc/exports to no avail.

/var/export/root is mountable from other machines on the network, so I'm 
not sure why we have a problem "stat"ing /var/export.

Louis