From owner-freebsd-current@FreeBSD.ORG Tue Jun 16 19:58:08 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 113DF106566C for ; Tue, 16 Jun 2009 19:58:08 +0000 (UTC) (envelope-from nakal@web.de) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by mx1.freebsd.org (Postfix) with ESMTP id 958008FC12 for ; Tue, 16 Jun 2009 19:58:07 +0000 (UTC) (envelope-from nakal@web.de) Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id 3E4E810033242; Tue, 16 Jun 2009 21:58:06 +0200 (CEST) Received: from [217.236.10.57] (helo=zelda.local) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.110 #277) id 1MGenF-0006y4-00; Tue, 16 Jun 2009 21:58:05 +0200 Date: Tue, 16 Jun 2009 21:58:03 +0200 From: Martin To: Rick Macklem Message-ID: <20090616215803.4a3aa748@zelda.local> In-Reply-To: References: <4A2504AA.1020406@zedat.fu-berlin.de> <20090603235227.GB15659@hades.panopticon> <20090615173315.1cdb39e1@zelda.local> <20090616000758.714912e6@zelda.local> 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: V01U2FsdGVkX18aJL2m/N6CDq4Tsl3GQb9ab3OFfQ6icg56g93E TkXGCriMIK5qGt+lczlyY/O6rZ/yJf7cHNtsFdmWWLvdbhpQ0M I8EOkdhf0= 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 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, 16 Jun 2009 19:58:08 -0000 Am Tue, 16 Jun 2009 15:24:19 -0400 (EDT) schrieb Rick Macklem : > I suspect it's a recent rpc libc and/or networking change. If you know > when your configuration last worked (rNNNNNN or date you took the code > off of head), that might help people figure out what broke it. (nb: > Note that I said "people" and not me. Hi Rick, I'm talking to you, because you seem to try to resolve the problem in this discussion. Of course I know that you are not responsible for everything. I never expect anyone to solve my personal problems with FreeBSD, I just want to at least mention them. I hope, it's still helpful for developers here. > I don't know diddly about rpc > libc or networking stack changes. I just went to: > http://svn.freebsd.org/viewvc/base/ > and then looked at when stuff had changed. > > If you could post to -current again with the last version that worked > vs doesn't work now, hopefully someone will spot the problem, rick I've looked up the date that is encoded in my kernel.old build. FreeBSD 8.0-CURRENT #0: Fri May 15 10:57:37 CEST 2009 I'm sure it worked at this point. Also nfs filesystems that have been already mounted survived the change, but when I started to remount them, the problems have begun to appear, so I suppose that nfsd itself is functioning well, but mountd or rpcbind are somehow affected. The version I'm using now, that shows the issue, is of Jun 14 19:50 CET. I usually update shortly before I compile. It could have been one day earlier that I csup'ed, but I don't think it's more than that. Fortunatelly there are not many changes in libc/rpc in this time interval. -- Martin