On Wed, Jun 4, 2008 at 10:33 AM, Russ Cox <[EMAIL PROTECTED]> wrote:
>> 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.
Thanks russ, this did the fix!
authdom=sandia.gov
auth=192.168.18.13
ron