From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 5 00:39:35 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A0516A4CE for ; Tue, 5 Oct 2004 00:39:35 +0000 (GMT) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 1357343D2D for ; Tue, 5 Oct 2004 00:39:34 +0000 (GMT) (envelope-from lists-freebsd-hackers@biaix.org) Received: (qmail 54591 invoked by uid 1000); 5 Oct 2004 00:37:24 -0000 Date: Tue, 5 Oct 2004 02:37:24 +0200 From: Joan Picanyol To: freebsd-net@freebsd.org, freebsd-hackers@freebsd.org Message-ID: <20041005003724.GA51251@grummit.biaix.org> Mail-Followup-To: freebsd-net@freebsd.org, freebsd-hackers@freebsd.org, lists-freebsd-hackers@biaix.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: NFS locking issues: Portmapper failure X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 00:39:35 -0000 [please honour Mail-Followup-To:, not subscribed to all lists] Hi, This is a respost of http://docs.freebsd.org/cgi/mid.cgi?20040930172241.GA2882 with some additional information; since I got no response, I'm trying better luck here. Short version: rpc.lockd does not start on a 5.3-BETA6 client against a 4.10-p3 server, the error message is: rpc.lockd: 100024 RPC: Port mapper failure Everything looks ok on the server: 281,p0,0$ uname -srn FreeBSD grummit.biaix.org 4.10-RELEASE-p3 283,p0,0$ sockstat -4 | egrep 'rpc|portmap|nfs|mount' root rpc.stat 114 3 udp4 *:739 *:* root rpc.stat 114 4 tcp4 *:635 *:* root rpc.lock 112 3 udp4 *:844 *:* root rpc.lock 112 4 tcp4 *:628 *:* root nfsd 106 3 tcp4 *:2049 *:* root mountd 104 3 udp4 *:849 *:* root mountd 104 4 tcp4 *:647 *:* daemon portmap 100 3 udp4 *:111 *:* daemon portmap 100 4 tcp4 *:111 *:* And from the client: 319,p0,0$ uname -srn FreeBSD calvin.biaix.org 5.3-BETA6 320,p0,0$ rpcinfo -s grummit program version(s) netid(s) service owner 100000 2 udp,tcp portmapper unknown 100004 2,1 tcp,udp ypserv unknown 100005 1,3 tcp,udp mountd unknown 100003 3,2 tcp,udp nfs unknown 100021 4,3,1 tcp,udp nlockmgr unknown 100024 1 tcp,udp status unknown And I can telnet to the portmapper and nlockmgr ports from calvin to grummit (no firewall/hosts.allow issues). I haven't been able to obtain any debug output from rpc*, only these messages. A datapoint is that even though I get many messages like nfs server grummit:/fs/home/mount: not responding whenever I start gnome, I can still do a 'ls /home'. In the ps output I can see lots of process with "pages locked in core". I have a tcpdump available (server-side) if anyone is interested. This is not related to mpsafenet. What else should I look at to try to locate the issue? tks -- pica