zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: dominik.vogt@gmx.de, zsh-users@zsh.org
Subject: Re: Bug: Losing .zsh_history
Date: Wed, 5 Oct 2022 15:31:07 -0700	[thread overview]
Message-ID: <CAH+w=7bWKAngc4MccOaJ7LSujet4xcNbEzhuU2Sq8Qm6x+vKow@mail.gmail.com> (raw)
In-Reply-To: <Yz318YDhCbJSx4zn@localhost>

On Wed, Oct 5, 2022 at 2:24 PM Dominik Vogt <dominik.vogt@gmx.de> wrote:
>
> On Wed, Oct 05, 2022 at 09:05:44PM +0000, Wesley wrote:
> >
> > This might be interesting to read:
> > https://unix.stackexchange.com/a/273869
>
> Interesting.

Somethig like that is the most likely culprit:  The filesystem has
allocated space for the buffered content to be written out, but
cutting the power brings the system down before the buffer is flushed
to disk.  This is most often seen on "soft-mounted" NFS filesystems
that use delayed writes, but it's certainly possible to happen locally
on abrupt loss of power.

If avoiding FS lossage is important enough to you, you might try
getting a battery power supply unit and configure the power daemon to
do an orderly shutdown if the PS switches to battery.  Then instead of
powering off the machine, unplug the PS.

If the problem merely seems to be that a shell you can't see has
started up and is trying to update the history when it shuts down, you
could add something to .zlogin to make a backup copy of the history
when the shell starts.  The circumstances you've described are odd,
though, because I wouldn't expect a shell to have any opportunity to
begin processing its shutdown when power is cut.  If the same problem
that causes the blank display has already killed the shell, there may
be a connection between the failing display and failing disk
operations.


  reply	other threads:[~2022-10-05 22:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-05 19:55 Dominik Vogt
2022-10-05 20:01 ` Eric Cook
2022-10-05 20:20   ` Dominik Vogt
2022-10-05 21:05     ` Wesley
2022-10-05 21:24       ` Dominik Vogt
2022-10-05 22:31         ` Bart Schaefer [this message]
2022-10-05 23:03           ` Dominik Vogt
2022-10-06  4:34             ` Bart Schaefer
2022-10-06  9:40               ` Peter Stephenson
2022-10-06 10:52                 ` Dominik Vogt
2022-10-06 10:30               ` Dominik Vogt
2022-10-05 20:26 ` Dominik Vogt
2022-10-05 22:16 ` Bart Schaefer
2022-10-05 22:32   ` Dominik Vogt
2022-10-06 10:31   ` Dominik Vogt
2022-10-07 11:45 ` Mikael Magnusson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+w=7bWKAngc4MccOaJ7LSujet4xcNbEzhuU2Sq8Qm6x+vKow@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=dominik.vogt@gmx.de \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).