From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 20:00:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50D1516A4CE for ; Wed, 25 Feb 2004 20:00:36 -0800 (PST) Received: from rtp-iport-1.cisco.com (rtp-iport-1.cisco.com [64.102.122.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC2A43D1F for ; Wed, 25 Feb 2004 20:00:36 -0800 (PST) (envelope-from rheise@cisco.com) Received: from rtp-core-1.cisco.com (64.102.124.12) by rtp-iport-1.cisco.com with ESMTP; 25 Feb 2004 20:03:26 -0800 Received: from rheisew2k02 ([10.83.143.11]) by rtp-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id i1Q40WT4001687 for ; Wed, 25 Feb 2004 23:00:33 -0500 (EST) From: "Rob Heise (rheise)" To: Date: Wed, 25 Feb 2004 23:00:32 -0500 Message-ID: <000c01c3fc1d$15097ba0$0b8f530a@amer.cisco.com> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Importance: Normal X-PMX-Version: 4.1.1.86173 X-from-outside-Cisco: [10.83.143.11] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: SunOS 5.8 NFS server mounted by linux 2.4.20 client Locking problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rheise@cisco.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 04:00:36 -0000 Any one have a good idea whats going on here: open("/usr/SD/tibco/jms/3.1.2/bin/datastore/meta.db", O_RDWR|O_CREAT|O_LARGEFILE, 0666) = 7 fcntl64(7, F_SETLK64, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}, 0xbfffe550) = -1 ENOLCK (No locks available) close(7) = 0 rpc.lockd and statd are running. Thanks in advance Rob