From owner-freebsd-bugs Wed Jul 25 8:21:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A0B837B89D for ; Wed, 25 Jul 2001 08:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6PFK4112702; Wed, 25 Jul 2001 08:20:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 25 Jul 2001 08:20:04 -0700 (PDT) Message-Id: <200107251520.f6PFK4112702@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Subject: Re: bin/29191: NFS file locking fails from Solaris 8 client to FreeBSD server Reply-To: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29191; it has been noted by GNATS. From: To: Cc: Subject: Re: bin/29191: NFS file locking fails from Solaris 8 client to FreeBSD server Date: Tue, 24 Jul 2001 20:07:24 -0500 (CDT) Upon digging further into this, it appears to be a portmap problem. The Solaris client is requesting a version 4 NLM via the portmapper which then replies in the affirmative rather than rejecting the request. Version 4 NLM does not appear to exist on FreeBSD. I believe that there is a proper request for RPC to reject the call and send the minimum and maximum version numbers of the requested service. -a daffy# rpcinfo -p program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper 100005 3 udp 1023 mountd 100005 3 tcp 1023 mountd 100005 1 udp 1023 mountd 100005 1 tcp 1023 mountd 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs 100021 1 udp 1010 nlockmgr 100021 3 udp 1010 nlockmgr 100021 1 tcp 1022 nlockmgr 100021 3 tcp 1022 nlockmgr 100024 1 udp 1004 status 100024 1 tcp 1021 status To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message