From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <3e1162e60905241728s2cf8c780u15002f5f33e7abce@mail.gmail.com> References: <3aaafc130905231659j58fb3b4hc1ef637033b86696@mail.gmail.com> <13426df10905231717t1832e433lbf92793267a5fdb8@mail.gmail.com> <13426df10905231731n4231c573tc1c1fcc83839e10c@mail.gmail.com> <3e1162e60905241627m4792e33dr6d033fc56db666c9@mail.gmail.com> <3e1162e60905241728s2cf8c780u15002f5f33e7abce@mail.gmail.com> Date: Sun, 24 May 2009 21:44:53 -0300 Message-ID: <32d987d50905241744l3981ff64x2f755b50b546ae7@mail.gmail.com> From: "Federico G. Benavento" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] sources down? Topicbox-Message-UUID: feae3ab8-ead4-11e9-9d60-3106f5b1d025 this script is probably too naive, but isn't just good enough? btw, gabriel provides a 9grid.es file to put in /dist/replica http://9grid.es/index.html?item=3Dsrv ; cat $home/bin/rc/pull #!/bin/rc rfork e # network is sources mirrors=3D(network 9grid.es kix.in lsub.org) flags=3D() while(! ~ $#* 0 && ~ $1 -*){ if(~ $1 -c -s){ flags=3D($flags $1) shift } flags=3D($flags $1) shift } if(test -f /srv/kfs.cmd) disk/kfscmd allow for(i in $mirrors){ if(replica/pull -v $flags /dist/replica/^$i $*){ if(test -f /srv/kfs.cmd) disk/kfscmd disallow exit '' } } exit mirror On Sun, May 24, 2009 at 9:28 PM, David Leimbach wrote: > > > On Sun, May 24, 2009 at 4:38 PM, wrote: >> >> Mr Leimbach, >> >> =3D=3D=3D8<=3D=3D=3D >>> >>> How would one know one wasn't getting old data? =C2=A0I've not really l= ooked >>> into replica much though honestly to know how it works, I've just follo= wed >>> the wiki about "staying up to date". =C2=A0Perhaps the wiki could be mi= rrored as >>> well, and we could get a distributed update script? >>> Perhaps this is an area of improvement for Plan 9 in general. >> >> =3D=3D=3D8<=3D=3D=3D >> >> =C2=A0=C2=A0=C2=A0=C2=A0 You can find the wiki here : >> http://9.9souldier.org/wiki.plan9/plan_9_wiki/ >> =C2=A0=C2=A0=C2=A0=C2=A0 Sources can be found here : sources.lsub.org --= though i'm not sure >> how up to date they are -- they seem very reliable >> >> respectfully, > > Yeah I guess I was not very clear. =C2=A0How does one find the most up to= date > mirror :-). =C2=A0How do we know which one is closest to the authoritativ= e > source, or should we care? > Dave > >> >> james francis toy (nil) > > --=20 Federico G. Benavento