From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] File Server Authentication Woes MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 6 May 2002 21:03:56 -0400 Topicbox-Message-UUID: 89db98ca-eaca-11e9-9e20-41e7f4b1d025 > I'm having a bit of trouble getting my newly installed file server to > work with my Auth server. I've installed everything from scratch and > have a stand-alone auth server, a stand-alone terminal, and a file > server. Everything seems to be happy-happy except when I go to mount > the file server from the auth-server I get an authentication error. try echo -n debug > /mnt/factotum/ctl on the client and repeat the mount. you'll get a trace of the factotum activity, which may contain more useful error messages.