From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id eec4a589 for ; Tue, 29 Jan 2019 20:10:17 +0000 (UTC) Received: (qmail 24794 invoked by alias); 29 Jan 2019 20:10:04 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44024 Received: (qmail 15663 invoked by uid 1010); 29 Jan 2019 20:10:04 -0000 X-Qmail-Scanner-Diagnostics: from mail-it1-f171.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(209.85.166.171):SA:0(-1.9/5.0):. Processed in 3.726601 secs); 29 Jan 2019 20:10:04 -0000 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=GcYnhpNSySBlfF4C1ZaWQDWzydze+AMEoGilX1EoWD8=; b=xCgss9hp4AEZAqFI1fzjlsYSi3jd/LrhR5Un9tvdVvVKN0k0foLv0i65vl0b7fqK41 UOtPUjVyTgFb5TT4nxFo1pwniSOveO51d+tuelHG7od4VuaGYWDKelD+dEMEXSroN0VL /XJwh2Va/8QAQQOUQDwfdSTIC/B5QJliw/xVyenwXZblt+1Ge2zVu1iuj1Qb3iVz7JI+ 58H5U4jV3jClD7KkzWjSj+dxkFOiTEpd/HecLvOSlR3BegJOexEN6AzvaerkKqSPLpB3 a4syW8M/fEr0+DDZAf5DsRp8eW3OC/q/TdvWvdiait9A0ZC4WMJzkbyu0d3u1mucDOSE R1rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=GcYnhpNSySBlfF4C1ZaWQDWzydze+AMEoGilX1EoWD8=; b=trJaTss0Hpb8oZqYag/Wo4EF5PEJIHvSaEtF5ZTYQN4Q8AB+puKnTdVKEiAMlsulm5 MD3yNXVVty0c4iVAgNRfRt8ZQlL91VjPZCo4JFU8JZbBagSW0vb6rzoLm0Ru1c8IO4mk 1u7o0KMR3PCssiCBlpHNcDU7GXMq8HGahZUuHWYIgBrWo0WKBlCmwMpMsAfbPBoRNAtS IoSGn3j8C1vRVO+YKDuwl0PbArFb/3avikW8jgN2WhR9QCrzw/jwqgYYPIZQCISOTItE sMItWDbAZFLuRHGS5nwCZE1pczOcOnfIi/bBRZvGETGaU3zaKTfZrkg30gfrBU+d0BtU +pfA== X-Gm-Message-State: AJcUukeMHOxyKwaWsJn0kmWq4RPo+MFkej6g+2Pk4U9djvvVVeesGZwL plrvtjp+r0asznS0FBhOOEdwmd4Dp5LWgA== X-Google-Smtp-Source: ALg8bN7JSW3v0sofLkm3Wc8iCCbCVg20k4NswrJ1paZV/eD+V0EVQuiGNUhn35ARp4tBTthVD849ag== X-Received: by 2002:a02:8c4a:: with SMTP id j10mr17438009jal.129.1548792597691; Tue, 29 Jan 2019 12:09:57 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: Regression in zsh 5.7: locking failed for /dev/null: permission denied From: dana In-Reply-To: <20190129185124.GA1618@zira.vinc17.org> Date: Tue, 29 Jan 2019 14:09:56 -0600 Cc: zsh-workers@zsh.org Content-Transfer-Encoding: 7bit Message-Id: References: <20190129185124.GA1618@zira.vinc17.org> To: Vincent Lefevre X-Mailer: Apple Mail (2.3445.9.1) On 29 Jan 2019, at 12:51, Vincent Lefevre wrote: >I use the following function, see suggestion from >http://www.zsh.org/mla/workers/2016/msg02070.html >... >When I use it, I get the error: > >append_file_to_hist:24: locking failed for /dev/null: permission denied I didn't look *super* hard, but i don't see anything obvious in the changes between 5.6.2 and 5.7 that would have affected that. More importantly, i get the same error on 5.4.2/Ubuntu and 5.6.2/Homebrew. So i'm not sure it's actually a regression...? dana