9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "ron minnich" <rminnich@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: [9fans] tex on fossil
Date: Tue, 22 May 2007 11:23:12 -0700	[thread overview]
Message-ID: <13426df10705221123u16cd21d2k2b2f89ef8cb381f8@mail.gmail.com> (raw)

I have modified the tex file as follows:
#!/bin/rc

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

fn clientmount { 9fs kfs }
c=//dist/replica
clientroot=/
clientproto=//sys/src/cmd/tex/tex.proto
clientdb=$c/client/tex.db
clientexclude=(dist/replica/client)
clientlog=$c/client/tex.log

I have the iso unpacked into /usr/rminnich/f
I do this:
cpu% bind f /n/dist
cpu% ls /n/dist
/n/dist/README
/n/dist/oldtex
/n/dist/rc
/n/dist/sys
/n/dist/tex
/n/dist/tex.db
/n/dist/tex.log
/n/dist/tex.setup
cpu% cd /n/dist
cpu% replica/pull /n/dist/tex
no such replica /n/dist/tex
cpu%

So what am I missing here .. is it that clientmount bit?
thanks

ron
p.s. if this gets to working, I will build a new .iso for others.


             reply	other threads:[~2007-05-22 18:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-22 18:23 ron minnich [this message]
2007-05-22 18:28 ` Federico Benavento
2007-05-22 20:14   ` Federico Benavento
2007-05-22 20:45     ` ron minnich
2007-05-22 21:00       ` Federico Benavento
2007-05-22 21:16         ` andrey mirtchovski
2007-05-22 21:31           ` ron minnich

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=13426df10705221123u16cd21d2k2b2f89ef8cb381f8@mail.gmail.com \
    --to=rminnich@gmail.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).