From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20424 invoked from network); 30 Mar 2006 06:13:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Mar 2006 06:13:53 -0000 Received: (qmail 70815 invoked from network); 30 Mar 2006 06:13:40 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Mar 2006 06:13:40 -0000 Received: (qmail 6043 invoked by alias); 30 Mar 2006 06:13:33 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10110 Received: (qmail 6033 invoked from network); 30 Mar 2006 06:13:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Mar 2006 06:13:33 -0000 Received: (qmail 69753 invoked from network); 30 Mar 2006 06:13:33 -0000 Received: from p54851b78.dip0.t-ipconnect.de (HELO localhost) (84.133.27.120) by a.mx.sunsite.dk with SMTP; 30 Mar 2006 06:13:32 -0000 Received: from localhost ([127.0.0.1]) by localhost with esmtp (Exim 4.54) id 1FOqPP-00011d-IA for zsh-users@sunsite.dk; Thu, 30 Mar 2006 08:13:27 +0200 Date: Thu, 30 Mar 2006 08:13:27 +0200 (CEST) Message-Id: <20060330.081327.74747968.Meino.Cramer@gmx.de> To: zsh-users@sunsite.dk Subject: Re: ZSH-history neither read nor written From: Meino Christian Cramer In-Reply-To: <20060330.021602.74749428.Meino.Cramer@gmx.de> References: <20060330.021602.74749428.Meino.Cramer@gmx.de> X-Mailer: Mew version 4.2.53 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Meino Christian Cramer Subject: ZSH-history neither read nor written Date: Thu, 30 Mar 2006 02:16:02 +0200 (CEST) Hi, ...found the bug myself... HISTFILE was not set...sorry for the noise! ;O) Keep zshing! mcc > Hi, > > on a Linux 2.6.16.1 system I have installed zsh 4.3.2. > > I got problems with the zsh history, which is neither read nor > written. > > I read the thread previously appearing in this list and tried to > understand and check, what was said. > > 1.) Shell must be interactive: > When given > setopt > on the command line I got > interactive > monitor > shinstdin > zle > > therefore I think the shell is interactive. > On the other hand, the manpage stated, that (beside other things) > /etc/zshrc is read. That is not the case. > > 2.) File could not be locked. > How should I check this ? > > 3.) $HOME/.zsh_history is corrupted. > I emptied that file....no effect. > > 4.) File permissions wrong. > $HOME/.zsh_history is rw be myself only. > > 5.) HISTSIZE is "0" or not set. > echo $HISTSIZE gives me: 9999 > > 6.) SAVEHIST not set or "0": > echo $SAVEHIST gives me: 9999 > > > > I have no idea what I wrong with my settings. > > What must be set to get the history stored and read ? > > Thank you very much in advance for any helpful reply ! :) > > Keep zshing! > mcc > > > >