From owner-freebsd-stable@FreeBSD.ORG Wed Aug 11 14:26:17 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E358716A4CE for ; Wed, 11 Aug 2004 14:26:17 +0000 (GMT) Received: from mail.giallarhorn.org (orv.dslbr.toad.net [66.159.78.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1271343D2D for ; Wed, 11 Aug 2004 14:26:17 +0000 (GMT) (envelope-from technews@giallarhorn.org) Received: from [127.0.0.1] (odin.giallarhorn.org [172.16.1.2]) by mail.giallarhorn.org (8.12.11/8.12.11) with ESMTP id i7BEToLD001121 for ; Wed, 11 Aug 2004 10:29:50 -0400 (EDT) (envelope-from technews@giallarhorn.org) Message-ID: <411A2D76.50402@giallarhorn.org> Date: Wed, 11 Aug 2004 10:30:14 -0400 From: orv Organization: Giallarhorn.org User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.2 required=5.0 tests=AWL autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on sif.giallarhorn.org Subject: reboot/crash on 4.10-STABLE box with Samba X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 14:26:18 -0000 Hi all My 4.10-STABLE box mysteriously rebooted this morning. The only "weird" thing in the logs is this the following message from samba. It's repeated several hundred times since the 9th. Aug 10 00:12:27 sif smbd[81082]: [2004/08/10 00:12:27, 0] locking/posix.c:posix_fcntl_lock(657) Aug 10 00:12:27 sif smbd[81082]: posix_fcntl_lock: WARNING: lock request at offset 0, length 12 returned Aug 10 00:12:27 sif smbd[81082]: [2004/08/10 00:12:27, 0] locking/posix.c:posix_fcntl_lock(658) Aug 10 00:12:27 sif smbd[81082]: an Invalid argument error. This can happen when using 64 bit lock offsets Aug 10 00:12:27 sif smbd[81082]: [2004/08/10 00:12:27, 0] locking/posix.c:posix_fcntl_lock(659) Aug 10 00:12:27 sif smbd[81082]: on 32 bit NFS mounted file systems. Aug 10 00:12:27 sif smbd[81082]: [2004/08/10 00:12:27, 0] locking/posix.c:posix_fcntl_lock(657) Aug 10 00:12:27 sif smbd[81082]: posix_fcntl_lock: WARNING: lock request at offset 0, length 32768 returned Aug 10 00:12:27 sif smbd[81082]: [2004/08/10 00:12:27, 0] locking/posix.c:posix_fcntl_lock(658) Aug 10 00:12:27 sif smbd[81082]: an Invalid argument error. This can happen when using 64 bit lock offsets Aug 10 00:12:27 sif smbd[81082]: [2004/08/10 00:12:27, 0] locking/posix.c:posix_fcntl_lock(659) Aug 10 00:12:27 sif smbd[81082]: on 32 bit NFS mounted file systems. Aug 10 00:12:27 sif smbd[81082]: [2004/08/10 00:12:27, 0] locking/posix.c:posix_fcntl_lock(657) Aug 10 00:12:27 sif smbd[81082]: posix_fcntl_lock: WARNING: lock request at offset 536576, length 32768 returned Aug 10 00:12:27 sif smbd[81082]: [2004/08/10 00:12:27, 0] locking/posix.c:posix_fcntl_lock(658) Aug 10 00:12:27 sif smbd[81082]: an Invalid argument error. This can happen when using 64 bit lock offsets Aug 10 00:12:27 sif smbd[81082]: [2004/08/10 00:12:27, 0] locking/posix.c:posix_fcntl_lock(659) Aug 10 00:12:27 sif smbd[81082]: on 32 bit NFS mounted file systems. More info on the box: #uname -a FreeBSD sif.giallarhorn.org 4.10-STABLE FreeBSD 4.10-STABLE #6: Sun Jun 20 17:58:06 EDT 2004 root@sif.giallarhorn.org:/usr/obj/usr/src/sys/SIF i386 #pkg_info | grep samba samba-3.0.4_3,1 A free SMB and CIFS client and server for UNIX All mounts are local, so why the NFS is the error message ? Has anyone seen this before ?