From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32d987d50705221314m15168340r51ee7eecb8d2d60e@mail.gmail.com> Date: Tue, 22 May 2007 22:14:51 +0200 From: "Federico Benavento" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] tex on fossil In-Reply-To: <32d987d50705221128n174ca626g49981850858e8737@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13426df10705221123u16cd21d2k2b2f89ef8cb381f8@mail.gmail.com> <32d987d50705221128n174ca626g49981850858e8737@mail.gmail.com> Topicbox-Message-UUID: 704a7950-ead2-11e9-9d60-3106f5b1d025 hola, I just installed the python.iso just to be sure (that I was wrong) lotte% 9fs sources lotte% fcp /n/sources/extra/python.iso.bz2 /tmp lotte% cd /tmp lotte% bunzip2 < python.iso.bz2 > python.iso lotte% 9660srv lotte% mount /srv/9660 /n/dist /tmp/python.iso lotte% cp /n/dist/python /tmp [start edit python] #!/bin/rc #!/bin/rc s=/n/dist serverroot=$s serverlog=$s/python.log serverproto=$s/python.proto fn servermount { status='' } fn serverupdate { status='' } fn clientmount {} c=/dist/replica clientroot=/ clientproto=/sys/src/cmd/python/python.proto clientdb=$c/client/python.db clientexclude=(dist/replica/client) clientlog=$c/client/python.log [end edit python] lotte%> /dist/replica/client/python.db lotte%> /dist/replica/client/python.log lotte% replica/pull -v /tmp/python I'm cofindent that this is also valid for tex. hope this helps :) On 5/22/07, Federico Benavento wrote: > when I installed .is I just mounted the iso with 9660srv > copied the tex|python|whaever to /tmp and edited (s/kfs/boot/) it > > then I just did replica/pull /tmp/file > > On 5/22/07, ron minnich wrote: > > 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. > > > > > -- > Federico G. Benavento > -- Federico G. Benavento