From owner-freebsd-stable@FreeBSD.ORG Sun Apr 6 10:48:47 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 134561065678 for ; Sun, 6 Apr 2008 10:48:47 +0000 (UTC) (envelope-from tzhuan@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 84AC78FC2B for ; Sun, 6 Apr 2008 10:48:46 +0000 (UTC) (envelope-from tzhuan@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1067412fgg.35 for ; Sun, 06 Apr 2008 03:48:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=DdlgVjPWLyiA+xWh4MwVb1cNFzUqzGYgqgJBUQEixOE=; b=B0jtc6CCbLwEcGzvxDmtbMrLtT/dv0mpJEId02gs6yaUGsa9gtz+bWNcEjwQJl/3upkEzYRsc7c84QGOaTwhZzBcgkKe9g+sEwvlIvo5yG4VIcdIsPtb2oSpNWIkZMCscrGyA0oYeEnnsnAp5EFAHBPTNpBVvNcsORjisZvf26E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=malZpAU7DXXOnoFTB4sQ8bdzu5YIdcnivJZHLStkzPFYFeWcOwGECtdixBCwpKdV3u1K3rRtVunb54+6JAgt0D6URoYOrvJIfI+Fb82sHBOabScP8P/RTa39CvIWFoRyFULjIkVWANoI5IptNWe5a6wL6/9nItX6svEov1YDotM= Received: by 10.86.3.4 with SMTP id 4mr2481247fgc.69.1207478924090; Sun, 06 Apr 2008 03:48:44 -0700 (PDT) Received: by 10.86.53.1 with HTTP; Sun, 6 Apr 2008 03:48:44 -0700 (PDT) Message-ID: <6a7033710804060348r4c80fedmb3774bd73dbe1b27@mail.gmail.com> Date: Sun, 6 Apr 2008 18:48:44 +0800 From: "Tz-Huan Huang" Sender: tzhuan@gmail.com To: "Doug Rabson" In-Reply-To: <8BB84DC5-36D9-4487-BC04-AA8C8285B947@rabson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6a7033710804020517y2b0a0336v7ab840ca5a5f5ff4@mail.gmail.com> <6a7033710804052218u3660441bk6d37458af03e7ed@mail.gmail.com> <6eb82e0804052305k4c44679dn92c86c58ac591cdc@mail.gmail.com> <6a7033710804052338l5af386f9xdd5c8d4729be2683@mail.gmail.com> <6a7033710804060158j38c1314u371130b05225c247@mail.gmail.com> <8BB84DC5-36D9-4487-BC04-AA8C8285B947@rabson.org> X-Google-Sender-Auth: 3dce902dc4cb58a9 Cc: freebsd-stable@freebsd.org, dfr@freebsd.org, Rong-en Fan , Ken Chen Subject: Re: lock problem: nfs server on FreeBSD 7-stable, client on linux X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 10:48:47 -0000 On Sun, Apr 6, 2008 at 5:53 PM, Doug Rabson wrote: > One thing I did notice is that the client appears to be trying to connect > to the server on tcp port 751 and the server is rejecting that connection. > I'm not sure I trust the output of sockstat - could you show me the output > of rpcinfo and netstat -an. Here you are: http://w.csie.org/~tzhuan/tmp/rpcinfo.txt http://w.csie.org/~tzhuan/tmp/netstat.txt Thanks, Tz-Huan