From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Subject: Re: [9fans] pnp factotum from linux to plan 9: site-specific password failures. From: "Russ Cox" Date: Wed, 4 Jun 2008 13:33:11 -0400 In-Reply-To: <13426df10806041014qdfcaeb0i25bbd87bb4cbc16d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080604173309.62FA21E8C53@holo.morphisms.net> Topicbox-Message-UUID: b343ded0-ead3-11e9-9d60-3106f5b1d025 > p9skclient: gettickets: Connection timed out Aha! Factotum uses ndb (the library, not the program) to map from auth domain to auth server. If it can't find a mapping, it tries to use the auth domain as a machine name directly. Unless your auth server's machine name is ca.sandia.gov, you need to edit $PLAN9/ndb/local to add an entry: authdom=ca.sandia.gov auth=your-auth-server.sandia.gov There are examples in that file already. Too many examples. Sadly, it appears that my own local changes (entries for cs.bell-labs.com and pdos.csail.mit.edu, and a reference to a non-existant file=cox-home) leaked into the distribution. I've removed them (no real harm done), but perhaps the entry for cs.bell-labs.com was no longer correct, which would explain your other problem. Russ