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