9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: dhog@plan9.cs.su.oz.au dhog@plan9.cs.su.oz.au
Subject: nextstation stuff
Date: Sat, 21 Oct 1995 06:01:58 -0400	[thread overview]
Message-ID: <19951021100158.Slg_kBRKEWzeYA--CxKTg2xeoQ3hMoATVj05VwufxuA@z> (raw)

>Before I decided to wipe the scsi drive for swapping, I tried =
>swapping to a file over u9fs.  This caused system traps during =
>linking.  I can certainly see how it would fail (part of the u9fs =
>client gets swapped out), but the docs say "swap to raw devices or =
>remote servers".  Is that supposed to work?

In theory it should work fine.  The "u9fs client" is the mount driver, which
lives in the kernel and can't be swapped out.  Most of tcp/ip is in the kernel
also.  The thing to watch out for is that arpd is a user process, and thus it
can be swapped out.  This can be a problem if your server likes to time out
arp table entries too frequently.  I noticed that Solaris flushes its arp table
unconditionally (except for permanent entries) every few seconds (though
I think this is reconfigurable).

>Does cfs work with u9fs?  It wouldn't automatically start up, and =
>when I started it manually, it failed as soon as I went into the =
>cached directory.

The last I looked, u9fs didn't implement the "clwalk" operation (only
used by cfs), so unless this has been fixed, it won't work.






             reply	other threads:[~1995-10-21 10:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-10-21 10:01 dhog [this message]
  -- strict thread matches above, loose matches on Subject: below --
1995-10-20  9:11 John

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=19951021100158.Slg_kBRKEWzeYA--CxKTg2xeoQ3hMoATVj05VwufxuA@z \
    --to=dhog@plan9.cs.su.oz.au \
    /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).