From owner-freebsd-current@FreeBSD.ORG Wed Jun 11 21:28:19 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BB10D51; Wed, 11 Jun 2014 21:28:19 +0000 (UTC) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id B288D28E5; Wed, 11 Jun 2014 21:28:18 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhYFAIXImFODaFve/2dsb2JhbABag19WA4Jsp2IBAQEBAQEGkV+Ga1EBgR51hAMBAQEEAQEBICsgCxsOCgICDRkCKQEJJgYIBwQBCBQEiCENsHqfRBeBKoQyiBsQAgEbNAeCdYFMBJdJhCeSCYNYIS8FgT4 X-IronPort-AV: E=Sophos;i="5.01,460,1400040000"; d="scan'208";a="128885122" Received: from muskoka.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.222]) by esa-jnhn.mail.uoguelph.ca with ESMTP; 11 Jun 2014 17:28:10 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 91320B3F36; Wed, 11 Jun 2014 17:28:10 -0400 (EDT) Date: Wed, 11 Jun 2014 17:28:10 -0400 (EDT) From: Rick Macklem To: Craig Rodrigues Message-ID: <115336188.14750168.1402522090584.JavaMail.root@uoguelph.ca> In-Reply-To: Subject: Re: Previously working PXE setup now fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.202] X-Mailer: Zimbra 7.2.6_GA_2926 (ZimbraWebClient - FF3.0 (Win)/7.2.6_GA_2926) Cc: freebsd-current Current , Beeblebrox X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 21:28:19 -0000 Craig Rodrigues wrote: > On Tue, Jun 10, 2014 at 7:31 AM, Beeblebrox > wrote: > > > > Then BTX starts to boot the kernel but fails with: > > pxe_open: server addr: 192.168.2.1 > > pxe_open: server path: / > > pxe_open: gateway ip: 192.168.2.1 > > NFS MOUNT RPC error: 72 > > In /usr/include/errno.h, error 72 is: > #define EBADRPC 72 /* RPC struct is bad */ > > > Take a look at > http://www.freebsd.org/doc/handbook/network-pxe-nfs.html > and see if you can run wireshark on your NFS server that is > being mounted. That should narrow down the RPC error. > Btw, if it more convenient, you can capture the packets with tcpdump (use -s 0 -w .pcap ...) and then look at .pcap via wireshark on any machine it's convenient to install it on. Although wireshark is pretty good at NFS messages, you can email me .pcap and I'll take a look at it. I am not aware of any bugs in current that cause the RPC messages to be corrupted. Good luck with it, rick > -- > Craig > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" >