Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D0797431FB6 for ; Tue, 22 Feb 2011 18:28:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 3.433 X-Spam-Level: *** X-Spam-Status: No, score=3.433 tagged_above=-999 required=5 tests=[DATE_IN_PAST_96_XX=2.07, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ekkXEtJ9KUob for ; Tue, 22 Feb 2011 18:28:43 -0800 (PST) X-Greylist: delayed 2493 seconds by postgrey-1.32 at olra; Tue, 22 Feb 2011 18:28:43 PST Received: from hackervisions.org (67-207-143-141.slicehost.net [67.207.143.141]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 39B29431FB5 for ; Tue, 22 Feb 2011 18:28:43 -0800 (PST) Received: from ool-18bd39a4.dyn.optonline.net ([24.189.57.164] helo=localhost) by hackervisions.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Ps3ov-0007sX-Qc for notmuch@notmuchmail.org; Tue, 22 Feb 2011 20:47:13 -0500 From: James Vasile To: notmuch@notmuchmail.org Subject: DB Corruption User-Agent: Notmuch/0.3.1 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Thu, 17 Feb 2011 08:48:53 -0500 Message-ID: <87pqqqepq2.fsf@hackervisions.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2011 02:28:43 -0000 This email is a gentle reminder to back up your tags unless they are 100% mechanically generated. Last night, while testing some scripts that do a bunch of "notmuch new", "notmuch tag" and "notmuch search" commands, I suddenly started getting an error: "A Xapian exception occurred opening database: Db block overwritten - are there multiple writers?" I hopped over to #notmuch and asked for help. ojwb asked for a directory listing of my xapian directory and informed me my basA and baseB files were missing. I ended up restoring from a recent dump of the db. I'm not sure how this happend (I only interact with that directory via notmuch), but I suppose if it happened to me it could happen to you. So backup those tags. -J