The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Dave Horsfall <dave@horsfall.org>
To: The Eunuchs Hysterical Society <tuhs@tuhs.org>
Subject: Re: [TUHS] reboot(2) system call
Date: Sun, 31 Jan 2021 09:27:10 +1100 (EST)	[thread overview]
Message-ID: <alpine.BSF.2.21.9999.2101310922250.36435@aneurin.horsfall.org> (raw)
In-Reply-To: <m1l4dtA-0036xBC@more.local>

On Tue, 26 Jan 2021, Greg A. Woods wrote:

> The lore I was told at the time was that you alwasy ran three and that 
> it didn't matter if they were all on the same line with semicolons or 
> not because of the very fact that the second one would block.

What I was taught was:

 	% sync
 	% sync
 	% sync

and never:

 	% sync; sync; sync

The theory was that by waiting for the shell prompt each time, it gave the 
buffer pool enough time to be flushed.

> The third one was just for superstitious good luck, and just in case 
> there was a process still running and writing to a filesystem.

Never heard that theory, but naturally you did a "ps ax" first, didn't 
you?

-- Dave

  reply	other threads:[~2021-01-30 22:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27 18:57 Warner Losh
2020-07-28  0:36 ` Clem Cole
2020-07-28  4:06 ` Dave Horsfall
2020-07-28 16:35   ` Win Treese
2020-07-28 13:11 ` Jaap Akkerhuis
2021-01-27  6:01 ` Greg A. Woods
2021-01-30 22:27   ` Dave Horsfall [this message]
2021-01-30 22:31     ` Larry McVoy
2021-01-30 22:37       ` Warner Losh
2021-02-02  2:20     ` Greg A. Woods
2021-02-02  2:30       ` Warner Losh
2021-02-02 20:30         ` Greg A. Woods
2021-02-02  3:35       ` Dave Horsfall

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=alpine.BSF.2.21.9999.2101310922250.36435@aneurin.horsfall.org \
    --to=dave@horsfall.org \
    --cc=tuhs@tuhs.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.
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).