On Tue, 18 Sep 2001, David Brickner wrote:

<snip>
> Incorrect File Type (this is after DHCP gives it all the proper 
> information and it attemtps to load vmlinuz.all.bootp via TFTP. Does 
> this mean that none of the kernels match my NIC? If so, anyone know 
> what NIC is these things?)
> 
> Failed to mount '/lts/boot/bootp' (this is after DHCP gives it all the 
> proper information and it attempts to load vmlinuz.all.bootp via NFS.)
> 
> In my /var/log/messages I am told:
> rpc.mountd: refused mount request from ws001 for /lts/boot/bootp/ </>: 
> no export entry

I have no idea what the "Incorrect File Type" error is, but the 'refused
mount request' message sure looks like the problem.  If the client can't
mount the directory with the kernels it doesn't matter if any of them have
the right NIC driver or not ;)  Given that the exports file below looks
right, the only two things I can think of are:

Perhaps the portmapd and nfsd processes were not restarted after editing
your exports file last? 
/etc/rc.d/init.d/nfs stop
/etc/rc.d/init.d/portmap restart
/etc/rc.d/init.d/nfs start

Is ws001 definitely getting an address in the 192.168.0.0/255.255.255.0
range in dhcp.conf?  You mention getting the successful DHCP messages, but
not their content, so I just thought I'd check.

luck,
-emile

> >From my understanding, export entries are coming from /etc/exports, and 
> I have the default file there with:
> /tfptboot/lts/ltsroot         192.168.0.0/255.255.255.0(ro,no_root_squash)
> 
> And in my /etc/hosts:
> 127.0.0.1             localhost.localdomain localhost
> 192.168.0.1           ws001
> 
> So, does anyone have any thoughts? Has anyone gotten an older model NCD 
> like the HMX to connect to an LTSP server? Any help would be 
> appreciated.
> 
> Brick
> 
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.openprojects.net
> 



_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to