Re: [9fans] pnp factotum from linux to plan 9: site-specific password failures.

2008-06-16 Thread ron minnich
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

Re: [9fans] pnp factotum from linux to plan 9: site-specific password failures.

2008-06-04 Thread Russ Cox
> 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

Re: [9fans] pnp factotum from linux to plan 9: site-specific password failures.

2008-06-04 Thread ron minnich
[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.

Re: [9fans] pnp factotum from linux to plan 9: site-specific password failures.

2008-05-28 Thread Russ Cox
> 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