From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9571 invoked by alias); 10 Jul 2011 14:37:47 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16123 Received: (qmail 15977 invoked from network); 10 Jul 2011 14:37:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,KHOP_SC_TOP_CIDR8,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_MED, RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at m.gmane.org designates 80.91.229.12 as permitted sender) X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: Cesar Romani Subject: locking failed for /home/whoever/.zhistory: no such file or directory Date: Sun, 10 Jul 2011 09:22:03 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 190.238.192.217 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 I'm using zsh 4.3.12-dev-1 Whenever I start zsh I always get the following message: zsh: locking failed for /home/whoever/.zhistory: no such file or directory: reading anyway and when I exit the shell I get: zsh: locking failed for /home/whoever/.zhistory: no such file or directory But the file .zhistory is present on my system, on /home/whoever and my HOME is set to /home/whoever I tried to delete and create .zhistory again, but it's no use. On my .zshrc I have, among other things: export HISTSIZE=200 export HISTFILE=~/.zhistory export SAVEHIST=200 Many thanks in advance, -- Cesar