Re: Xapian lockup when writing to the notmuch database
authorGuyzmo <guyzmo+notmuch@m0g.net>
Sat, 9 Jan 2016 00:33:35 +0000 (01:33 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:20:49 +0000 (16:20 -0700)
de/2b9f0c68f8dd4060aadf3932718fb8d15cdf34 [new file with mode: 0644]

diff --git a/de/2b9f0c68f8dd4060aadf3932718fb8d15cdf34 b/de/2b9f0c68f8dd4060aadf3932718fb8d15cdf34
new file mode 100644 (file)
index 0000000..1a37ade
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <guyzmo+notmuch@m0g.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id E86F26DE091B\r
+ for <notmuch@notmuchmail.org>; Fri,  8 Jan 2016 16:33:45 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.265\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.265 tagged_above=-999 required=5 tests=[AWL=0.287,\r
+  RP_MATCHES_RCVD=-0.55, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 4IYFS0GOdRkd for <notmuch@notmuchmail.org>;\r
+ Fri,  8 Jan 2016 16:33:43 -0800 (PST)\r
+Received: from elendil.m0g.net (elendil.m0g.net [212.83.155.195])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 8DCAF6DE0350\r
+ for <notmuch@notmuchmail.org>; Fri,  8 Jan 2016 16:33:43 -0800 (PST)\r
+Received: from nenya.m0g.net (nenya.m0g.net [212.83.153.175])\r
+ by elendil.m0g.net (Postfix) with SMTP id 184E22A16FD\r
+ for <notmuch@notmuchmail.org>; Sat,  9 Jan 2016 01:33:35 +0100 (CET)\r
+Authentication-Results: elendil; dmarc=fail header.from=m0g.net\r
+Received: by nenya.m0g.net (sSMTP sendmail emulation);\r
+ Sat, 09 Jan 2016 01:33:35 +0100\r
+Date: Sat, 9 Jan 2016 01:33:35 +0100\r
+From: Guyzmo <guyzmo+notmuch@m0g.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: Xapian lockup when writing to the notmuch database\r
+Message-ID: <20160109003335.hnvs5xkrb7ofq2hj@nenya.online.net>\r
+References: <67EEA3E1-918F-47AE-8AD7-EF0A5923D800@m0g.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Disposition: inline\r
+Content-Transfer-Encoding: 8bit\r
+In-Reply-To: <67EEA3E1-918F-47AE-8AD7-EF0A5923D800@m0g.net>\r
+User-Agent: Mutt/1.5.23.1 (2014-03-12)\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 09 Jan 2016 00:33:46 -0000\r
+\r
+Hello list,\r
+\r
+On Wed, Jan 06, 2016 at 03:49:28PM +0000, Guyzmo wrote:\r
+[…]\r
+> But when I do `notmuch new` it hangs. So I did ran it through gdb and here is the result:\r
+[…]\r
+> Until then, I’m just checking on this list for ideas and comments, in hope\r
+> for a working solution.\r
+\r
+Finally the working solution went from discussion with Bremner on IRC,\r
+as he asked whether the rpc.lockd was indeed running and accessible, I\r
+noticed that I meant the Maildir to be shared in NFSv4, and it ended\r
+up in NFSv3, without lockd support.\r
+\r
+After some configuration tweaking, and made sure it mounted in NFSv4,\r
+it finally worked out!\r
+\r
+Thank you Bremner, and thank you Olly for pinging me on IRC!\r
+\r
+Cheers,\r
+\r
+-- \r
+Guyzmo\r