From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Subject: Re: [9fans] CPU Server Wiki, auth/keyfs, and password for the machine. From: "Russ Cox" Date: Sat, 26 Jul 2008 15:10:37 -0400 In-Reply-To: <0A2908D4-84FC-4C4F-B12D-87D4573A82D4@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080726190827.1EA211E8C1C@holo.morphisms.net> Topicbox-Message-UUID: f208fb78-ead3-11e9-9d60-3106f5b1d025 > The reason I ask is that I missed that step the first time I tried to > set up the CPU/Auth server, but I've since gone through it all again > carefully more than once, and I stll get "connection rejected" with > my Ken's file server. (Yes I know fossil/venti is the current > standard, but what can I say, I'm, perhaps irrationally, or at least > non-rationally, attached to the old file server.) "connection rejected" is a message the file server prints in the IL stack. I believe it has nothing to do with authentication, but I also don't know what the criteria are for rejection. You can test connectivity using aux/9pcon: cpu% aux/9pcon -n tcp!web.mit.edu!9fs aux/9pcon: dial: connection refused cpu% If it does connect (which I doubt), you can try starting a 9P session: cpu% aux/9pcon -n tcp!sources.cs.bell-labs.com!9fs Tversion 8192 9P2000 -> Tversion tag 65535 msize 8192 version '9P2000' <- Rversion tag 65535 msize 8192 version '9P2000' Tattach 1 -1 rsc '' -> Tattach tag 3 fid 1 afid -1 uname rsc aname <- Rattach tag 3 qid (0000000000000002 0 d) cpu% 9pcon has no prompt; I typed the Tversion and Tattach lines. Your server will probably reply to the Tattach with an Rerror; sources is special. Russ