From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 20:39:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EED4516A417 for ; Sat, 26 Jan 2008 20:39:58 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id B991013C45D for ; Sat, 26 Jan 2008 20:39:58 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite ([24.166.217.200]) by hrndva-omta02.mail.rr.com with SMTP id <20080126203957.OJOQ10616.hrndva-omta02.mail.rr.com@satellite> for ; Sat, 26 Jan 2008 20:39:57 +0000 Message-ID: <000301c8605b$8968db20$0200a8c0@satellite> From: "Dave" To: Date: Sat, 26 Jan 2008 15:39:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: nfs locking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 20:39:59 -0000 Hello, I'm using nfs on freebsd 6.2 server and a freebsd 6.3 client. On both i have to implement nfs locking. I've added: rpc_lockd_enable="YES" rpc_statd_enable="YES" to both system's /etc/rc.conf. On the client i can start nfs_locking and both statd and lockd start. On the server when i start nfs_locking only statd starts, lockd does not. In /var/log/messages i'm seeing the error msg: nfslock: no such file or directory. Can anyone tell me what this file is and where to put it? Thanks. Dave.