9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] /dist is empty
Date: Tue, 16 Sep 2003 09:40:48 -0400	[thread overview]
Message-ID: <3F6712E0.70204@plan9.bell-labs.com> (raw)
In-Reply-To: <86fzixyy92.fsf@gic.mteege.de>

Matthias Teege wrote:

>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?
>
>

i'm not sure exactly, but i bet you should be setting
c=/n/batida/dist/replica.
as it is, it's using your local machines /dist database to decide
how to handle /n/batida.  if your local machine is up-to-date
then no copying is going to happen on /n/batida.





  reply	other threads:[~2003-09-16 13:40 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
2003-09-16 13:40     ` Russ Cox [this message]
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=3F6712E0.70204@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.com \
    --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).