From owner-freebsd-stable@FreeBSD.ORG Tue Apr 1 20:19:26 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 0AA721065673 for ; Tue, 1 Apr 2008 20:19:26 +0000 (UTC) (envelope-from ken73.chen@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id D5F588FC1C for ; Tue, 1 Apr 2008 20:19:25 +0000 (UTC) (envelope-from ken73.chen@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so1486783rvb.43 for ; Tue, 01 Apr 2008 13:19:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=krrBpIfMl+CpBr3ijW8UcV8xviZNSGfKy4WUpJwePQs=; b=W0ZCddEwxdi531lM6rjZl8oS3WyFOoFGlh6wRyIVX2QJOS4jEDASVbrsaU3I8Zym01+K5muU6Er5oNIbFXH7WwAHFdWfx/uZNvgFbmVLTu5PwG3nI+Dmbw1EDxmWIkiMaw+FP94h2xDZkKzBvh12p5JYdpfGoQ52YM5wVUchqgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=J7proPj4A9GGDVJh1mUgFR4MkejsXlaVNCUXACw1JJqCFVboToKtzCoBUOBTPYiGy6FMAA7xvvnH0ih4C0DNt5UGPkDg3RC/oRijGW/WEo/BEwnM+Ev5ISoiJZiIaEGYkfC0E1lCh6MEr3Y+gg276ZCECiYE9FqlreVfpiRR5Vw= Received: by 10.140.251.1 with SMTP id y1mr4646835rvh.292.1207081165551; Tue, 01 Apr 2008 13:19:25 -0700 (PDT) Received: by 10.141.70.15 with HTTP; Tue, 1 Apr 2008 13:19:25 -0700 (PDT) Message-ID: Date: Wed, 2 Apr 2008 04:19:25 +0800 From: "Ken Chen" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NFS server on FreeBSD 6, client on FreeBSD 7 ? 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: Tue, 01 Apr 2008 20:19:26 -0000 Hi, The NFS server is running FreeBSD 6.0, and no problems with other NFS client with FreeBSD 6. When a new client with FreeBSD 7 comes, the NFS server always says: Apr 2 03:52:01 xxxx rpc.lockd: clntudp_create: RPC: Program not registered Apr 2 03:52:01 xxxx rpc.lockd: Unable to return result to 192.168.4.248 The 192.168.4.248's OS is FreeBSD 7, and it can successfully mount the directories on NFS server. It seems something wrong with rpc.lockd ? The 'rpc.lockd' seems totally different in FreeBSD 6 & 7. How should I fix this problem? Thanks!