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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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

Reply via email to