Re: RPCPROG_MNT: RPC: Timed out / receiving NFS error when trying to mount NFS file system after make world

From: Martin <nakal_at_web.de>
Date: Wed, 17 Jun 2009 23:37:04 +0200
Am Wed, 17 Jun 2009 09:25:57 -0700
schrieb Zachary Loafman <zml_at_FreeBSD.org>:

> On Wed, Jun 17, 2009 at 11:35:19AM -0400, Rick Macklem wrote:
> > One that might be worth trying is a pre-r192913 svc_dg.c. I'll email
> > you a copy of that, in case you don't have an easy way to get one.
> 
> This was my rev, and may have some subtle issues on 8.0 (it was
> originally a 6.x based patch). I've attached a lib/libc/rpc/svc_dg.c
> patch from Rachel Hestilow that may fix your issue. Martin, can you
> test it in your environment? I'll get it approved / checked in soon.
> 

Hi Zachary,

I doubt anything will change, because your patch only inserted a
comment in svc_dg.c.

I've got this patch already in my svc_dg.c:

-	if (laddr->sa_family == AF_INET) {
+	if (laddr->sa_family == AF_INET && lin->s_addr != INADDR_ANY) {

--
Martin
Received on Wed Jun 17 2009 - 19:37:08 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:50 UTC