Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: history trouble
- X-seq: zsh-users 9864
- From: Thomas Richter <richter@xxxxxxxxxxxxxxxxx>
- To: list zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: history trouble
- Date: Sun, 29 Jan 2006 17:29:20 +0100
- In-reply-to: <1060128203236.ZM1042@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: http://www.thomas-richter.de
- Priority: normal
- References: <20060128074156.GA19690@xxxxxxxxxxxxxxxxx> <1060128155351.ZM730@xxxxxxxxxxxxxxxxxxxxxxx> <20060128190424.GC19690@xxxxxxxxxxxxxxxxx> <1060128203236.ZM1042@xxxxxxxxxxxxxxxxxxxxxxx>
Hi Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>,
you wrote on Saturday, 2006-01-28 20:32:36 +0000:
> On Jan 28, 8:04pm, Thomas Richter wrote:
>
> Possible reasons for the history not to be read are:
>
> - the NO_RCS option is set (the doc says this prevents history from
> being written, but it also suppresses reading it)
This option is not set.
> - the INTERACT option is not set
This option is set.
> - lockhistfile() fails because
> + a temporary lock file can't be created in the same directory
> as the HISTFILE
How can I test this?
> + a link to that temp file can't be created
ln -s $HISTFILE newname is ok
> + something else [possibly several somethings] has the file locked
> for more than about 10 seconds (but this shouldn't apply at shell
> startup, only for incremental history)
no process has this file open
> - the file can't be opened for reading
cat $HISTFILE is ok
> - some part of the file is corrupt
no contains only one line with one word
> - HISTSIZE is zero (in which case, I believe, the file is read but all
> the contents are discarded)
HISTSIZE = 99999
> My (new, ahem) guess is that the problem is with the lock file.
wkr Thomas Richter
--
dss1://49.431.801306 Wot're we going to do tonight, Brain ?
gsm://49.179.5192431 The same thing we do every night, Pinky .
icq://124849926 Try to TAKE OVER THE WORLD !
mailto:richter@xxxxxxxxxxxxxxxxx http://www.thomas-richter.de
Messages sorted by:
Reverse Date,
Date,
Thread,
Author