From owner-freebsd-questions@FreeBSD.ORG Sat May 10 13:45:06 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 996031065675 for ; Sat, 10 May 2008 13:45:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 534A58FC1C for ; Sat, 10 May 2008 13:45:05 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JupNm-0008OE-2x for freebsd-questions@freebsd.org; Sat, 10 May 2008 13:45:02 +0000 Received: from mar92-9-82-237-75-54.fbx.proxad.net ([82.237.75.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 May 2008 13:45:02 +0000 Received: from gilles.ganault by mar92-9-82-237-75-54.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 May 2008 13:45:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gilles Date: Sat, 10 May 2008 15:40:02 +0200 Lines: 31 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mar92-9-82-237-75-54.fbx.proxad.net X-Newsreader: Forte Agent 3.1/32.783 X-Antivirus: avast! (VPS 080509-0, 09/05/2008), Outbound message X-Antivirus-Status: Clean Sender: news Subject: [samba 3.0.28a,1) PANIC: tdb_reopen_all failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2008 13:45:06 -0000 Hello I got a bunch of PANIC messages this morning on a FreeBSD 6.3 host, and had to restart Samba: ======== [2008/05/10 10:28:51, 0] lib/util.c:smb_panic(1633) PANIC (pid 43086): tdb_reopen_all failed. [2008/05/10 10:28:51, 0] lib/util.c:log_stack_trace(1737) BACKTRACE: 3 stack frames: #0 0x8220341 at /usr/local/sbin/smbd #1 0x82b9389 at /usr/local/sbin/smbd #2 0x8086b8e <_start+118> at /usr/local/sbin/smbd [2008/05/10 10:28:51, 0] lib/fault.c:dump_core(181) dumping core in /var/log/samba/cores/smbd [2008/05/10 10:29:59, 0] lib/util_tdb.c:tdb_log(664) tdb(/var/db/samba/locking.tdb): tdb_reopen: open failed (No such file or directory) [2008/05/10 10:29:59, 0] smbd/server.c:open_sockets_smbd(572) tdb_reopen_all failed. ======== FWIW, I downloaded the latest ports and compiled it recently to get samba-3.0.28a,1. I didn't get this type of error with the previous version. Is it possible to downgrade to a stable version? Thank you.