From owner-freebsd-stable@FreeBSD.ORG Sun Jun 24 22:59:57 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2679B16A400 for ; Sun, 24 Jun 2007 22:59:57 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id D932C13C44B for ; Sun, 24 Jun 2007 22:59:56 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so323296anc for ; Sun, 24 Jun 2007 15:59:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=edu4NY1il5UYfuvLkYztF3eVdEYxnIds2/5sLK5hAeSWDK6LMDaxfOaT1q/WCTej4M06Ai0NXfLifRfHzik4ql+b+ZclWFcTHQdeteTWZpx+6ZjxXeqfYqtKn2AyKvSVbSszUyC1oCCwpCLoUqyY1Pwb5OBJOKNArIpmQ6ySj7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ipIjEpRgQCAowRPOJkD9rGMYrOJM4v+sQ/awLxLfaT9ZRgckndVhEL4/dAsBk0TOJVCafg9yIDCLbcVPus7qhl8j757f6pQTaBSI7myS/enZ5hIWL4ZUk5lZi+Oj4nFFoAJWCLiRCJdrIog+kEKGNGdMs7IEFMU9WRYKAjmtCrs= Received: by 10.100.165.9 with SMTP id n9mr2836522ane.1182725996330; Sun, 24 Jun 2007 15:59:56 -0700 (PDT) Received: by 10.100.173.17 with HTTP; Sun, 24 Jun 2007 15:59:56 -0700 (PDT) Message-ID: Date: Mon, 25 Jun 2007 08:59:56 +1000 From: "Morgan Reed" To: "Robert Joosten" In-Reply-To: <20070624154345.GA10066@iphouse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070624154345.GA10066@iphouse.com> Cc: stable@freebsd.org Subject: Re: PXE booting issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 22:59:57 -0000 On 6/25/07, Robert Joosten wrote: > And next-server My dhcpd.conf has an appropriate next-server directive, all the configuration (for the network boot) has been duplicated from the functional DragonFly boot server. > I have a couple of version 6.2 pxe-clients booting of a 4.11 box without a > problem. My FreeBSD boot host is running 6.2-STABLE > and the kernel config: > #grep -i bootp /usr/src/sys/i386/conf/GISTER > options BOOTP > options BOOTP_NFSROOT > options BOOTP_NFSV3 > options BOOTP_COMPAT > options BOOTP_WIRED_TO=fxp0 I'm not using the BOOTP options in my kernel, the same image is able to get its kernel on another system so I'm happy it's not the image causing this issue. At Danny's suggestion I've done some sniffing of the virtual interface and discovered that none of the NFS calls from the client are being replied to, yet another host on the same subnet can mount the same filesystem without issue, that said I've just run another trace, and I do notice that the calls when I mount the filesystem on the other host are a mixture of V2 and V3 calls whereas the call from the PXE host is a V2 call (although this is the GETPORT call which is V2 in both cases). Thanks for your time. Morgan