From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10705221123u16cd21d2k2b2f89ef8cb381f8@mail.gmail.com> Date: Tue, 22 May 2007 11:23:12 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] tex on fossil Topicbox-Message-UUID: 6fc06c06-ead2-11e9-9d60-3106f5b1d025 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.