Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2009 23:37:04 +0200
From:      Martin <nakal@web.de>
To:        Zachary Loafman <zml@FreeBSD.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: RPCPROG_MNT: RPC: Timed out / receiving NFS error when trying to mount NFS file system after make world
Message-ID:  <20090617233704.3e92540a@zelda.local>
In-Reply-To: <20090617162557.GA16254@isilon.com>
References:  <4A2504AA.1020406@zedat.fu-berlin.de> <20090603235227.GB15659@hades.panopticon> <Pine.GSO.4.63.0906051107540.24102@muncher.cs.uoguelph.ca> <20090615173315.1cdb39e1@zelda.local> <Pine.GSO.4.63.0906151617390.8894@muncher.cs.uoguelph.ca> <20090616000758.714912e6@zelda.local> <Pine.GSO.4.63.0906161515370.23973@muncher.cs.uoguelph.ca> <20090616215803.4a3aa748@zelda.local> <Pine.GSO.4.63.0906171130290.13367@muncher.cs.uoguelph.ca> <20090617162557.GA16254@isilon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Wed, 17 Jun 2009 09:25:57 -0700
schrieb Zachary Loafman <zml@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090617233704.3e92540a>