From owner-freebsd-current@FreeBSD.ORG Mon Jun 15 15:52:41 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 38EC8106566B for ; Mon, 15 Jun 2009 15:52:41 +0000 (UTC) (envelope-from nakal@web.de) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by mx1.freebsd.org (Postfix) with ESMTP id BE62A8FC17 for ; Mon, 15 Jun 2009 15:52:40 +0000 (UTC) (envelope-from nakal@web.de) Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id D3DF9105A9A4D; Mon, 15 Jun 2009 17:33:18 +0200 (CEST) Received: from [217.236.11.4] (helo=zelda.local) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.110 #277) id 1MGEBS-0007S5-00; Mon, 15 Jun 2009 17:33:18 +0200 Date: Mon, 15 Jun 2009 17:33:15 +0200 From: Martin To: Rick Macklem Message-ID: <20090615173315.1cdb39e1@zelda.local> In-Reply-To: References: <4A2504AA.1020406@zedat.fu-berlin.de> <20090603235227.GB15659@hades.panopticon> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: nakal@web.de X-Sender: nakal@web.de X-Provags-ID: V01U2FsdGVkX19SlzqOohgtddfozeEWklaDcU5dkhHIRu0C5gCR tiR7UfrJKeEUd/BqP5wKnB5T9vVd/pMleZHFOBIE+lqZBBGFBc 91Se4s34s= Cc: freebsd-current@FreeBSD.org, Dmitry Marakasov , "O. Hartmann" , Arnar Mar Sig 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: Mon, 15 Jun 2009 15:52:41 -0000 Am Fri, 5 Jun 2009 11:17:10 -0400 (EDT) schrieb Rick Macklem : > It seems that the problem is specific to "udp" and some arches. (I > can't reproduce it on i386 and at least one person sees it on amd64.) > > Maybe people who see the problem can post to the -current list, noting > what arch they are using and network config (running virtualized, what > net hardware, multiple net interfaces, etc). > > Hopefully there is some commonality among them? > > Thanks in advance for any help tracking this down, rick Hi Rick. I've got also a problem mounting nfs over tcp on my amd64 (kernel of yesterday). I tried to find out what is happening and noticed that I don't get a response back from rpcbind. This is being caused by my unusual configuration. I've got a public IP and an internal one (2 NICs). Packets sometimes arrive at one NIC and are being sent back over the other. The real problem is that rpcbind throws away the second "-h" parameter so it does not listen and use the second NIC. I verified it by rpcinfo. It does not use any ports on my second NIC that I specified in rc.conf. As a result, I removed all "-h" options, so rpcbind listens on "*.*". Using this configuration, it works. Please also be careful with the code. I've seen rpcbind adds 127.0.0.1 automatically. Please make it a warning when someone adds localhost addresses instead of showing bind errors on the interface address. It's confusing, because one may think that some other tool blocks the port or stuff like that. And... yeah... I RTFM. Still, it's confusing when you forget it. I hope, I could help you a bit. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" >