From owner-freebsd-questions Fri Dec 8 18:41:25 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA16271 for questions-outgoing; Fri, 8 Dec 1995 18:41:25 -0800 (PST) Received: from postgres95.vnet.net (oozoo.vnet.net [166.82.1.71]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA16252 for ; Fri, 8 Dec 1995 18:41:12 -0800 (PST) Received: (from jason@localhost) by postgres95.vnet.net (8.6.12/8.6.12) id VAA10637 for freebsd-questions@freebsd.org; Fri, 8 Dec 1995 21:44:20 -0500 From: Jason Wright Message-Id: <199512090244.VAA10637@postgres95.vnet.net> Subject: rpc.lockd? To: freebsd-questions@freebsd.org Date: Fri, 8 Dec 1995 21:44:18 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk We're a mostly Sun house, but we're using FreeBSD as a file server. Btw, many kudos on the improvements since I used to run it (1.0, I believe). The problem we're having is with file locking over NFS. rpcinfo on our system shows that lockd is not registered and scanning briefly over the system shows that there is no 'rpc.lockd'. Am I missing something? This problem reared it's head because ListProc uses locking to prevent multiple updates. Our Sun(Sunos 4.1) mail machine attempts to lock a file NFS mounted on our FreeBSD box which results in hang of the process waiting for resources that will never appear. Btw, is there any support in the kernel for RAID? I've noticed reports on a Compaq? card that handles it transparently. --Jason