9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Matthias Teege <matthias@mteege.de>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] /dist is empty
Date: Tue, 16 Sep 2003 08:31:55 +0000	[thread overview]
Message-ID: <86fzixyy92.fsf@gic.mteege.de> (raw)
In-Reply-To: <5a6e29f573b54e7ededf51c0d3ef6b9b@plan9.bell-labs.com>

rsc@plan9.bell-labs.com (Russ Cox) writes:

> to mount the cd and then replica/pull -v script
> where script is an edited copy of
> /dist/replica/cd.

I solved my CD problem, transfer the plan9.iso to the cpu/auth
server and mount it via "mount /srv/9660 /n/dist
/usr/bootes/plan9.iso". After that I read man 1 replica and the
"cd" script but I didnt get it.

I mount the fileserver via "9fs batida" to /n/batida and change the
"cd" script on the cpu/auth server like that:

s=/n/dist/dist/replica
serverroot=/n/dist
serverlog=/dist/replica/plan9.log
serverproto=$s/plan9.proto
fn servermount { status='' }
fn serverupdate { status='' }

fn clientmount { status='' }
c=/dist/replica
clientroot=/n/batida
clientproto=$c/plan9.proto
clientdb=$c/client/plan9.db
clientexclude=(dist/replica/client)
clientlog=$c/client/plan9.log

applyopt=(-u -T$c/client/plan9.time)

replica/pull -v script runs without error (after touching
/dist/replica/plan9.log) but there are no files transfered to the
fileserver.

What do I missing?

Many thanks
Matthias

--
Matthias Teege -- http://www.mteege.de
make world not war
PGP-Key auf Anfrage


  parent reply	other threads:[~2003-09-16  8:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-15 16:48 Matthias Teege
2003-09-15 19:10 ` Russ Cox
2003-09-16  8:31   ` Matthias Teege
2003-09-16 13:39     ` Russ Cox
2003-09-16  8:31   ` Matthias Teege [this message]
2003-09-16 13:40     ` Russ Cox
2003-09-16 15:31       ` Dan Cross
2003-09-16 15:36         ` Russ Cox
2003-09-16 23:47           ` boyd, rounin
2003-09-16 17:19         ` Matthias Teege
2003-09-16 18:06           ` Russ Cox
2003-09-16 15:10   ` Dan Cross

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=86fzixyy92.fsf@gic.mteege.de \
    --to=matthias@mteege.de \
    --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).