From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] replica/pull.. From: rsc@plan9.bell-labs.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 28 May 2002 15:24:37 -0400 Topicbox-Message-UUID: 9eaee0ae-eaca-11e9-9e20-41e7f4b1d025 > > I think you need to > > > > mkdir /n/sources > > or > > disk/kfscmd 'create /n/sources sys sys 555 d' > I did that and it complained about /n/sources/replica dir, so I made one. > > It then complained about /n/kfs/dis/replica/client/plan9.log (structure > was upto /n/kfs), so made the dirsa nd touched plan9.log too. You didn't want to do that. /n/sources and /n/kfs are mount points that will get things mounted on them. If you type 9fs kfs you should then see many files in /n/kfs/dist. You should probably remove the files you created; they'll just confuse things. 9fs kfs rm -r /n/kfs/n/kfs/dist # NOTE THE DOUBLED /n/kfs !!! Don't worry about messages about directories or files not existing in /n/kfs or /n/sources until we settle the auth problems. Maybe you typed the wrong password. Try this: auth/factotum srv -m tcp!sources.cs.bell-labs.com sources /n/sources Be sure to type the password you used when you created the account. What user name did you use? I don't see any obvious variants of ishwar in the user list. Russ