From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20517 invoked from network); 1 Jan 2009 21:34:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Jan 2009 21:34:14 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 87279 invoked from network); 1 Jan 2009 21:34:07 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Jan 2009 21:34:07 -0000 Received: (qmail 20880 invoked by alias); 1 Jan 2009 21:34:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26231 Received: (qmail 20863 invoked from network); 1 Jan 2009 21:34:03 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Jan 2009 21:34:03 -0000 Received: from mail-fx0-f26.google.com (mail-fx0-f26.google.com [209.85.220.26]) by bifrost.dotsrc.org (Postfix) with ESMTP id 08FF180308BE for ; Thu, 1 Jan 2009 22:33:59 +0100 (CET) Received: by fxm7 with SMTP id 7so1123593fxm.21 for ; Thu, 01 Jan 2009 13:33:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=+ruS6NUPYrNz46WwsGkpRecnLxseS/46lwhYmJurshE=; b=rPE55L+16cjnUV1wg6OKRC1D6zjWsrFP2W1qg8zX5vsIizqb8ke1T74YYM0Wa2rE6t 33y8Y9uagZO3fpZQjhBRywTvQx7UvGPVdj/XNp5GrlXDwTuU7Sy1ruCbpMTq5M/35GrV hRF71Ya/92uElgS6WUuP29jrQTB2erx9xaPOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Pl5ijwwFxByPnTo6QP+PwqVDhMLbhUN2uPVbb3YD3IG93nUg9rynqq872uqFVlcn0q EvJLfkAz8b+n9KuJq9YbfK6O61kAwVcSRK9/uBiXnXz4Vs+N+c70mCoDQzEPDW2sbgSK Izo80AC9h4psBHvSrDf9DX1sSKhDCKcrEMKU4= Received: by 10.86.57.9 with SMTP id f9mr10066872fga.48.1230845638583; Thu, 01 Jan 2009 13:33:58 -0800 (PST) Received: by 10.86.62.8 with HTTP; Thu, 1 Jan 2009 13:33:58 -0800 (PST) Message-ID: <2d460de70901011333v545cd20bqbf0c621a6f1d1a85@mail.gmail.com> Date: Thu, 1 Jan 2009 22:33:58 +0100 From: "Richard Hartmann" To: 412875-done@bugs.debian.org, "Zsh Workers" Subject: Re: History file corruption on NFS In-Reply-To: <20090101172756.GK17090@prunille.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70812310758r5985578clcedbe11a4fb8a630@mail.gmail.com> <20090101041954.GC17090@prunille.vinc17.org> <2d460de70901010605j4ffa46f5ha4c539a5565b5caf@mail.gmail.com> <20090101172756.GK17090@prunille.vinc17.org> X-Virus-Scanned: ClamAV 0.92.1/8825/Thu Jan 1 15:56:46 2009 on bifrost X-Virus-Status: Clean Version: 4.3.9-1 On Thu, Jan 1, 2009 at 18:27, Vincent Lefevre wrote: > Anyway, I could check that the upstream > version (at least 4.3.8) solved the problem. So, something related > to the history has been modified in the Debian, I suppose it is fixed > as well in 4.3.9-1 (the HIST_FCNTL_LOCK option is listed). Cool, thanks for checking. I closed the bug. Richard