9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: andrey mirtchovski <mirtchov@cpsc.ucalgary.ca>
To: David Presotto <presotto@closedmind.org>
Cc: 9fans@cse.psu.edu
Subject: Re: [9fans] what should 'fileserver' be set to in fossil?
Date: Fri, 27 Jun 2003 12:35:49 -0600	[thread overview]
Message-ID: <Pine.LNX.4.44.0306271223540.32274-100000@fbsd.cpsc.ucalgary.ca> (raw)
In-Reply-To: <f69c3ec05fb9176abd7083cccea1597c@plan9.bell-labs.com>

it's not set -- i've commented it out in /rc/bin/cpurc (the first line of
the long paste in my previous message illustrates that)..

it's also not set in /sys/lib/sysconfig/<myconfig>/boot


i've resorted for now to doing 'srv <fossil ip> kfs' and setting
'fileserver=kfs' in /rc/bin/cpurc, which shuts 'lp' up.

looking at how lp wants to connect to net!$fileserver!9fs and then mount it
at /n/$fileserver^'other' i suspect that 'fileserver=kfs' is a special case
that lp (or whatever's doing all those mounts) knows how to handle -- after
all it works fine if the name is 'kfs' and doesn't work fine if the name is
anything else, regardless of whether the /srv/ file descriptor points to a
kfs or a fossil file server:


plan9% fileserver=blah
plan9% srv plan9 blah # fossil
post...
plan9% man -P kfs
converting from troff to postscript...
mount: mount /n/blahother: '/n/blahother' does not exist
cannot mount /n/blahother filesystem
reading through postscript...
cannot find end of first line
plan9% fileserver=kfs
plan9% srv plan9 kfs  # again fossil, just use the right name
post...
plan9% man -P kfs     # works!
converting from troff to postscript...
reading through postscript...
plan9%

andrey

ps: sorry for being so wordy, just trying to explain as best as i can

On Fri, 27 Jun 2003, David Presotto wrote:

> What's the value of /env/fileserver when you're running fossil?
>



       reply	other threads:[~2003-06-27 18:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <f69c3ec05fb9176abd7083cccea1597c@plan9.bell-labs.com>
2003-06-27 18:35 ` andrey mirtchovski [this message]
2003-06-27 19:01   ` David Presotto
2003-06-27 19:07     ` andrey mirtchovski
2003-06-29 16:25       ` David Presotto
2003-06-29 16:35         ` andrey mirtchovski
2003-06-30  3:13           ` David Presotto
2003-06-29 16:42 David Presotto
  -- strict thread matches above, loose matches on Subject: below --
2003-06-27 18:19 David Presotto
2003-06-27 17:12 andrey mirtchovski

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=Pine.LNX.4.44.0306271223540.32274-100000@fbsd.cpsc.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --cc=9fans@cse.psu.edu \
    --cc=presotto@closedmind.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).