From owner-freebsd-net@FreeBSD.ORG Fri Feb 24 16:24:41 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE0E16A420 for ; Fri, 24 Feb 2006 16:24:41 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6009643D45 for ; Fri, 24 Feb 2006 16:24:37 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1]) by rambutan.pingpong.net (8.13.4/8.13.4) with ESMTP id k1OGOWUJ054912; Fri, 24 Feb 2006 17:24:33 +0100 (CET) (envelope-from girgen@pingpong.net) Date: Fri, 24 Feb 2006 17:24:32 +0100 From: Palle Girgensohn To: Kris Kennaway Message-ID: <87EB1D5A69B91492DD9B11FB@rambutan.pingpong.net> In-Reply-To: <20060224160700.GA31373@xor.obsecurity.org> References: <9E9665D692686C04B3505EBC@rambutan.pingpong.net> <20060224160700.GA31373@xor.obsecurity.org> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-net@freebsd.org Subject: Re: nfs locking broken X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:24:41 -0000 --On fredag, februari 24, 2006 11.07.00 -0500 Kris Kennaway wrote: > On Fri, Feb 24, 2006 at 03:58:09PM +0100, Palle Girgensohn wrote: >> Hi! >> >> It seems that NFS locking is broken for the combo of 4.11 or 5.4 server >> and 6.x client. Apps like eclipse and firefox fail to start with my >> home dir on a 4.11 server and a 6.x client. >> >> Problem shows in that firefox hangs, as does eclipse. >> >> I've tried the following combinations: >> >> client server >> 4.11 4.11 OK >> 5.4 4.11 OK >> 6.0 4.11 Hangs >> 6.1pre 4.11 Hangs >> >> 4.11 5.4 OK >> 5.4 5.4 OK >> 6.0 5.4 Hangs >> 6.1pre 5.4 Hangs >> >> 6.0 6.0 OK >> 6.1pre 6.0 OK >> >> >> Any ideas about this, or whom to contact? > > kuriyama; there are PRs suggesting that a change he made about a year > ago caused problems. > > Kris I tried a patch from kuriyama, but it was for another problem; leaking of reserved ports on the server (se earlier mail). Anyway, the patch did not help for the problem described above. (It might help for the leak, takes a while to confirm.) /Palle