From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 16:46:12 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 628E8C4B for ; Tue, 10 Jun 2014 16:46:12 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E261829C6 for ; Tue, 10 Jun 2014 16:46:11 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id gf5so4107374lab.38 for ; Tue, 10 Jun 2014 09:46:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=9wIcMXLozUSqhTKOQcjmaBDbDwNtFqTNZeW6xQtGX18=; b=IYwk9kL1I1dYYFHnB2jmTf8lrwHTSBOGxdluYli3StnfhtWNXSH9xEXEDr5GjaNVns qis4CD1109CLZNyydFi2jDuJR8hs4Kf6z2pmXXwduTPmgOcwq9up2NIPA1wK21/PUl// q1hxwPeygI8P89ARog2h5tQM0u95kPpMcKSHas0J4IiX9c9Qgo+kzSr7J1nnh5t8fGMu 6dfsPMGXvmn6wOCzYtDEzkgA5mU7+ii0IYcpwpj1iu79WHNIj1JRx4QtxA7cLgz8V66a N1u8ghT22Xlh+XTPIPa7OfIrlKd7enoCJG6ncwdVQlJaz9mUxvjrmMExO+41+pwxkUrA aSkg== MIME-Version: 1.0 X-Received: by 10.112.63.65 with SMTP id e1mr1919941lbs.81.1402418769801; Tue, 10 Jun 2014 09:46:09 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Tue, 10 Jun 2014 09:46:09 -0700 (PDT) In-Reply-To: <1402410667736-5919662.post@n5.nabble.com> References: <1402410667736-5919662.post@n5.nabble.com> Date: Tue, 10 Jun 2014 09:46:09 -0700 X-Google-Sender-Auth: 2GJcwpFVbCXql8NMlkOxrUzaprk Message-ID: Subject: Re: Previously working PXE setup now fails From: Craig Rodrigues To: Beeblebrox Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current Current 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: Tue, 10 Jun 2014 16:46:12 -0000 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. -- Craig