From owner-freebsd-current@FreeBSD.ORG Tue Jun 2 21:31:19 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDD681065673; Tue, 2 Jun 2009 21:31:19 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 62F0F8FC0A; Tue, 2 Jun 2009 21:31:19 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAC83JUqDaFvJ/2dsb2JhbADPaoQLBQ X-IronPort-AV: E=Sophos;i="4.41,293,1241409600"; d="scan'208";a="37248877" Received: from ganges.cs.uoguelph.ca ([131.104.91.201]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 02 Jun 2009 17:31:18 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by ganges.cs.uoguelph.ca (Postfix) with ESMTP id 828F2FB8042; Tue, 2 Jun 2009 17:31:18 -0400 (EDT) X-Virus-Scanned: amavisd-new at ganges.cs.uoguelph.ca Received: from ganges.cs.uoguelph.ca ([127.0.0.1]) by localhost (ganges.cs.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nHqJDX4QXbgr; Tue, 2 Jun 2009 17:31:17 -0400 (EDT) Received: from muncher.cs.uoguelph.ca (muncher.cs.uoguelph.ca [131.104.91.102]) by ganges.cs.uoguelph.ca (Postfix) with ESMTP id BB9CAFB801F; Tue, 2 Jun 2009 17:31:17 -0400 (EDT) Received: from localhost (rmacklem@localhost) by muncher.cs.uoguelph.ca (8.11.7p3+Sun/8.11.6) with ESMTP id n52LWTl12240; Tue, 2 Jun 2009 17:32:29 -0400 (EDT) X-Authentication-Warning: muncher.cs.uoguelph.ca: rmacklem owned process doing -bs Date: Tue, 2 Jun 2009 17:32:29 -0400 (EDT) From: Rick Macklem X-X-Sender: rmacklem@muncher.cs.uoguelph.ca To: Robert Watson In-Reply-To: Message-ID: References: <4A2504AA.1020406@zedat.fu-berlin.de> <4A254194.7080807@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@FreeBSD.org, "O. Hartmann" Subject: Re: RPCPROG_MNT: RPC: Timed out / receiving NFS error when trying to mount NFS file system after make world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Jun 2009 21:31:20 -0000 On Tue, 2 Jun 2009, Robert Watson wrote: > > I'm running into a similar-sounding but odd problem on a diskless NFS client > test box running 8.0, but talking to a server running 7.0: > > cheetah# mount -o rw -u / > [udp] zoo:/zoo/cheetah: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable > to send > > If I do a fresh file system mount it works fine: > I just saw one almost the same as this. When I did an nfsv3,tcp mount I got a similar message, but it was for the NFS NULL RPC. I left it and after a while it retried and succeeded. I tried rebooting the client and server a couple of times, but wasn't able to get it to happen again. So, I wonder if what the others were seeing was something similar? rick (ps: I'm running a current kernel and nfs related utilities, but really old Feb. userland for the rest.)