From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <687c4bf5db7647a2686a17dc776af2b3@9netics.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] update via replica/pull From: "Skip Tavakkolian" In-Reply-To: <42651da6b45efb5ab911f10cad609387@mteege.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 24 Mar 2004 09:32:53 -0800 Topicbox-Message-UUID: 4007dee0-eacd-11e9-9e20-41e7f4b1d025 > I don't use a local KFS. I use an "old style" fileserver. Pull gives me > If you mean kenfs, you'll need to modify your /dist/replica/network. I've included mine as a sample. May not fit your need exactly: cpu% cat /dist/replica/network #!/bin/rc s=/n/dist/dist/replica serverroot=/n/dist serverlog=$s/plan9.log serverproto=$s/plan9.proto fn servermount { srv tcp!sources.cs.bell-labs.com sources /n/sources bind /n/sources/plan9 /n/dist } fn serverupdate { status='' } fn clientmount { 9fs il!fs /n/fs } c=/n/fs/dist/replica clientroot=/n/fs clientdb=$c/client/plan9.db clientexclude=(dist/replica/client) clientlog=$c/client/plan9.log # applyopt=(-u -T$c/client/plan9.time) # remove the -u so we can do the pulls with somebody who is # a member of sys applyopt=(-T$c/client/plan9.time) > I think I must disable permission checking on the > fileserver. > > Matthias For permission checking either add yourself to sys group or do allow on the fs console. Check Russ' response to similar questions in the past at groups.google.com (comp.os.plan9)