From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 13:58:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E043A29F for ; Sun, 20 Jan 2013 13:58:51 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id B2C9837F for ; Sun, 20 Jan 2013 13:58:51 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.17]) by ltcfislmsgpa04.fnfis.com (8.14.5/8.14.5) with ESMTP id r0KDwmcm008422 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 20 Jan 2013 07:58:48 -0600 Received: from [10.0.0.102] (10.14.152.24) by smtp.fisglobal.com (10.132.206.17) with Microsoft SMTP Server (TLS) id 14.2.309.2; Sun, 20 Jan 2013 07:58:48 -0600 Subject: Re: Problems with diskless/nfs MIME-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset="us-ascii" From: Devin Teske In-Reply-To: <50FBED2F.1040100@bananmonarki.se> Date: Sun, 20 Jan 2013 05:58:46 -0800 Content-Transfer-Encoding: 7bit Message-ID: <8DAD311E-7B34-42F3-B63E-10CFF73DE0C6@fisglobal.com> References: <50FBED2F.1040100@bananmonarki.se> To: Bernt Hansson X-Mailer: Apple Mail (2.1283) X-Originating-IP: [10.14.152.24] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-01-20_03:2013-01-18,2013-01-20,1970-01-01 signatures=0 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 13:58:51 -0000 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.