9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <russcox@gmail.com>
To: lucio@proxima.alt.za,
	Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] silly suggestions
Date: Fri,  1 Apr 2005 07:22:01 -0500	[thread overview]
Message-ID: <ee9e417a05040104225717b8c4@mail.gmail.com> (raw)
In-Reply-To: <8f49181994ee76955ea9a3130df4c0a3@proxima.alt.za>

> If that is true, then one could easily duplicate the functionality in
> a script that tidies up after replica.  Can anyone suggest such a
> script and will it be totally safe?

if you rm /*/bin/_* /*/bin/*/_* at boot time 
in termrc or your file server's cpurc
(*not* the one that cpu servers booting from the file server run)
then that is safe.

it's not safe to remove them immediately after pull.
the whole point of the rename is so that if (say) you
have acme running and you download a new acme,
then if the demand loading tries to get a page of the
acme binary, it gets the one you were running and not
the new one, which may not match what is already loaded.

russ


  reply	other threads:[~2005-04-01 12:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-31  4:34 lucio
2005-03-31  5:21 ` geoff
2005-03-31  7:02   ` boyd, rounin
2005-03-31  7:16     ` geoff
2005-04-01  4:06   ` lucio
2005-04-01 12:22     ` Russ Cox [this message]
2005-03-31 11:57 ` Russ Cox
2005-03-31 17:13   ` Heiko Dudzus
2005-03-31 17:15     ` Russ Cox

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=ee9e417a05040104225717b8c4@mail.gmail.com \
    --to=russcox@gmail.com \
    --cc=9fans@cse.psu.edu \
    --cc=lucio@proxima.alt.za \
    /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).