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
> nam
> 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
[EMAIL PROTECTED] ~]$ 9p read factotum/log
keyfetch role=client proto=p9sk1 dom=ca.sandia.gov user? !password?
convneedkey role=client proto=p9sk1 dom=ca.sandia.gov user? !password?
addkey proto=p9sk1 role=client dom=ca.sandia.gov user=rminnich !password?
adding key: proto=p9sk1 role=client dom=ca.
> run and get same problem.
Factotum provides a log file that was intended to be
a list of interesting events. While the log file was
implemented, nothing was being logged to it.
I have added log statements tracing the important
events in factotum and p9sk1 in particular.
cd $PLAN9/src/cmd/au