9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: 9fans@9fans.net
Subject: Re: [9fans] pnp factotum from linux to plan 9: site-specific password failures.
Date: Wed,  4 Jun 2008 13:33:11 -0400	[thread overview]
Message-ID: <20080604173309.62FA21E8C53@holo.morphisms.net> (raw)
In-Reply-To: <13426df10806041014qdfcaeb0i25bbd87bb4cbc16d@mail.gmail.com>

> 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



  reply	other threads:[~2008-06-04 17:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-27 15:06 ron minnich
2008-05-27 15:14 ` Russ Cox
2008-05-27 15:38   ` ron minnich
2008-05-28 14:37     ` Russ Cox
2008-06-04 17:14       ` ron minnich
2008-06-04 17:33         ` Russ Cox [this message]
2008-06-16 15:50           ` ron minnich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080604173309.62FA21E8C53@holo.morphisms.net \
    --to=rsc@swtch.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).