From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Real basics: authentication In-Reply-To: <20030110093904.N12514@cackle.proxima.alt.za> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 10 Jan 2003 12:43:50 -0500 Topicbox-Message-UUID: 3e0834c0-eacb-11e9-9e20-41e7f4b1d025 Once you connect to the cpu server, cat /dev/user. If it says lucio, then you're lucio. It sounds to me like the cpu server can't find the auth server. The cpu server and file server can still chat because they have the same uid and thus don't need an auth server. But when you try to authenticate to the file server no auth server is found so it connects as none. On the cpu server, if you run g% ndb/csquery > tcp!$auth!telnet does it give you a response?