From owner-freebsd-current@FreeBSD.ORG Wed Jan 28 18:07:29 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFC4D10657B5 for ; Wed, 28 Jan 2009 18:07:29 +0000 (UTC) (envelope-from sean.bruno@dsl-only.net) Received: from iron2.pdx.net (iron2.pdx.net [69.64.224.71]) by mx1.freebsd.org (Postfix) with ESMTP id 935D48FC21 for ; Wed, 28 Jan 2009 18:07:29 +0000 (UTC) (envelope-from sean.bruno@dsl-only.net) Received: (qmail 19431 invoked from network); 28 Jan 2009 10:07:28 -0800 Received: from 069-064-235-060.pdx.net (HELO ?192.168.1.51?) (69.64.235.60) by iron2.pdx.net with SMTP; 28 Jan 2009 10:07:28 -0800 From: Sean Bruno To: Michiel Boland In-Reply-To: <49809B45.1000703@boland.org> References: <1233098540.2494.6.camel@localhost.localdomain> <49809B45.1000703@boland.org> Content-Type: text/plain Date: Wed, 28 Jan 2009 10:07:28 -0800 Message-Id: <1233166048.3592.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 (2.24.3-1.fc10) Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: NFS mounts dissapearing 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: Wed, 28 Jan 2009 18:07:30 -0000 On Wed, 2009-01-28 at 18:52 +0100, Michiel Boland wrote: > Sean Bruno wrote: > > I've noted that my NFS mount of a directory is vanishing periodically > > under -current. I am unable to unmount/remount the directory and the > > system returns Permission Denied on all attempts to access the > > directory. > > > > Is this something that is known and being investigated? > > FWIW I am seeing this too, except that I can still umount/remount. It appears to > me that TCP connections to remote nfsd use a privileged source port initially, > but if the connection is severed and reestablished later the source port is no > longer < 1024. Client is -CURRENT, server is solaris with nfssrv:nfs_portmon=1. > > Cheers > Michiel Here client is -CURRENT, server is linux with default NFS settings. linux sysctl settings: sysctl -a |grep nfs fs.nfs.nlm_grace_period = 0 fs.nfs.nlm_timeout = 10 fs.nfs.nlm_udpport = 0 fs.nfs.nlm_tcpport = 0 fs.nfs.nsm_use_hostnames = 0 fs.nfs.nsm_local_state = 0 fs.nfs.nfs_callback_tcpport = 0 fs.nfs.idmap_cache_timeout = 600 fs.nfs.nfs_mountpoint_timeout = 500 fs.nfs.nfs_congestion_kb = 79232 sunrpc.nfs_debug = 0 sunrpc.nfsd_debug = 0 Sean