From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3045 invoked from network); 26 Feb 2006 00:08:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Feb 2006 00:08:31 -0000 Received: (qmail 34881 invoked from network); 26 Feb 2006 00:08:24 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Feb 2006 00:08:24 -0000 Received: (qmail 12645 invoked by alias); 26 Feb 2006 00:08:15 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9961 Received: (qmail 12633 invoked from network); 26 Feb 2006 00:08:13 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 26 Feb 2006 00:08:13 -0000 Received: (qmail 33688 invoked from network); 26 Feb 2006 00:08:13 -0000 Received: from vinc17.net8.nerim.net (HELO prunille.vinc17.org) (62.212.121.106) by a.mx.sunsite.dk with SMTP; 26 Feb 2006 00:08:12 -0000 Received: by prunille.vinc17.org (Postfix, from userid 501) id AC79A6D36F4; Sun, 26 Feb 2006 01:08:09 +0100 (CET) Date: Sun, 26 Feb 2006 01:08:09 +0100 From: Vincent Lefevre To: zsh-users@sunsite.dk Subject: Re: Zsh, command history, Mac OS X and network based home directory Message-ID: <20060226000809.GM25143@prunille.vinc17.org> Mail-Followup-To: zsh-users@sunsite.dk References: <43FF213D.1090406@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <43FF213D.1090406@gmail.com> X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.11-vl-20060221 On 2006-02-24 16:07:41 +0100, david wrote: > Environment: > Mac OS X 10.3.9 > Zsh 4.1.1 > Network mounted home directory > > When I added the following line to my ~/.zshrc > > HISTFILE=~/.zsh_history > > the shell froze/hang when I started a new terminal. Adding set -x to > ~/.zshrc produced the following output in new terminals: > > +/Network/Servers/SERVER/Users/name/.zshrc:5> HISTSIZE=1000 > +/Network/Servers/SERVER/Users/name/.zshrc:6> SAVEHIST=1000 > +/Network/Servers/SERVER/Users/name/.zshrc:8> > HISTFILE=/Network/Servers/SERVER/Users/name/.zsh_history I have the following in my .zshrc: HISTSIZE=8000 SAVEHIST=8000 HISTFILE="$HOME/.zhistory" and zsh has never hung under Mac OS X 10.4.* here. I'm using zsh 4.2.6 and my home directory is local. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / SPACES project at LORIA