Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 09:46:09 -0700
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        Beeblebrox <zaphod@berentweb.com>
Cc:        freebsd-current Current <freebsd-current@freebsd.org>
Subject:   Re: Previously working PXE setup now fails
Message-ID:  <CAG=rPVciV=S8cJ67mF1qbG1yMJH_JnTCxyfSWEL-0YN2DGPTiQ@mail.gmail.com>
In-Reply-To: <1402410667736-5919662.post@n5.nabble.com>
References:  <1402410667736-5919662.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 10, 2014 at 7:31 AM, Beeblebrox <zaphod@berentweb.com> 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.

--
Craig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG=rPVciV=S8cJ67mF1qbG1yMJH_JnTCxyfSWEL-0YN2DGPTiQ>