Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 05:58:46 -0800
From:      Devin Teske <devin.teske@fisglobal.com>
To:        Bernt Hansson <bah@bananmonarki.se>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problems with diskless/nfs
Message-ID:  <8DAD311E-7B34-42F3-B63E-10CFF73DE0C6@fisglobal.com>
In-Reply-To: <50FBED2F.1040100@bananmonarki.se>
References:  <50FBED2F.1040100@bananmonarki.se>

next in thread | previous in thread | raw e-mail | index | archive | help

On Jan 20, 2013, at 5:12 AM, Bernt Hansson wrote:

> Hello list!
> 
> I'm trying to set up a diskless workstation, but I fail.
> 
> The boot process stops at "Can't find kernel" then the OK prompt appear.
> 
> In the log I have this:
> 
> mountd[1200]: mount request denied from 10.0.0.6 for /news/spool/ad16/x86
> 
> pxeboot loads but can't find the kernel because of this.
> 
> in inetd.conf I have this for tftpd
> 
> 
> tftp    dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -l
> -s /news/spool/ad16/x86
> 
> It seems like it is some problem with nfs.
> 
> Any help is welcome.
> 

What's the output of (on the pxeboot/tftp/dhcp server):

$ showmount -e | grep "^[[:space:]]*/news/spool/ad16/x86"

(empty? it shouldn't be)

$ grep "^[[:space:]]*/news/spool/ad16/x86" /etc/exports

(empty? it shouldn't be)

-- 
Devin

_____________
The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8DAD311E-7B34-42F3-B63E-10CFF73DE0C6>