9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Dan Cross <cross@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Unix trampoline.
Date: Sun, 16 Feb 2003 22:47:35 -0500	[thread overview]
Message-ID: <200302170347.h1H3lZM15671@augusta.math.psu.edu> (raw)
In-Reply-To: Your message of "Sun, 16 Feb 2003 22:37:10 EST." <200302170337.h1H3bAM15543@augusta.math.psu.edu>

> It works like a charm; sources is now mounted on /n/sources.  If I:
>
> 	bind /n/sources /n/dist

Whoops, did you catch the error here?  It should be:

	bind /n/sources/plan9 /n/dist

> 	mount -c /srv/boot /n/inst
> 	replica/pull -v /n/dist/dist/replica/inst

[...]

> 	#!/bin/rc
> 	rfork n
> 	srv -m tcp!sources.cs.bell-labs.com sources /n/dist

Similarily here.  This should be:

	9fs sources
	bind /n/sources/plan9 /n/dist

> 	mount -c /srv/boot /n/inst
> 	replica/pull -v /n/dist/dist/replica/inst
>
> Put this into a script and you're good to go; that's how I update my
> system.

Okay, I lied; I use a working script.  Now, if you'll excuse me, I've
got to catch a train to St. Petersburg....

	- Dan C.



  reply	other threads:[~2003-02-17  3:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-17  3:37 Dan Cross
2003-02-17  3:47 ` Dan Cross [this message]
2003-02-17  7:16 ` Dan Cross
2003-02-17  4:20 okamoto
2003-02-17  4:21 okamoto

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=200302170347.h1H3lZM15671@augusta.math.psu.edu \
    --to=cross@math.psu.edu \
    --cc=9fans@cse.psu.edu \
    /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).