9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] drawterm authentication failure
Date: Tue, 23 Oct 2007 11:23:55 -0400	[thread overview]
Message-ID: <3e39047d3478f5f0a0b4c8efb3ad9c23@coraid.com> (raw)
In-Reply-To: <20071023151655.GA811@shodan.homeunix.net>

> > check your profile for a path that has two calls to auth/factotum.
> > 
> > - erik
> 
> I'm fairly certain that factotum is only started once. As I wrote before,

by profile, i mean lib/profile on your plan 9 box.  sorry for being unclear
generally, there is a different path through lib/profile for drawterm calls.

this is part of my lib/profile from home

case cpu
	if (test -e /mnt/term/mnt/wsys) {
		# rio already running
		wsys = /mnt/term^`{cat /mnt/term/env/wsys}
		bind -a /mnt/term/mnt/wsys /dev
		if(test -f /mnt/term/dev/label)
			echo -n $sysname > /mnt/term/dev/label
	}
	bind /mnt/term/dev/cons /dev/cons
	bind /mnt/term/dev/consctl /dev/consctl
	bind -a /mnt/term/dev /dev
	prompt=('; ' '	')
	fn cpu%{ $* }
	news
	if (! test -e /mnt/term/mnt/wsys) {
		# cpu call from drawterm
		plumber
		auth/factotum
		upas/fs -lb >$home/log/upasfs.log>[2=1]
		exec rio
	}

- erik


  reply	other threads:[~2007-10-23 15:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-22 21:26 Martin Neubauer
2007-10-22 21:33 ` andrey mirtchovski
2007-10-22 22:12   ` Martin Neubauer
2007-10-22 22:22     ` erik quanstrom
2007-10-23  8:35       ` Martin Neubauer
2007-10-23 11:16         ` erik quanstrom
2007-10-23 19:34         ` Lyndon Nerenberg
2007-10-23 19:38           ` andrey mirtchovski
2007-10-23  9:28 ` sqweek
2007-10-23 13:20   ` Martin Neubauer
2007-10-23 13:40     ` erik quanstrom
2007-10-23 15:16       ` Martin Neubauer
2007-10-23 15:23         ` erik quanstrom [this message]
2007-10-23 20:06         ` Tim Wiess
2007-10-23 20:24           ` Martin Neubauer
2007-10-23 20:33             ` Tim Wiess
2007-10-24  9:55     ` johnny

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=3e39047d3478f5f0a0b4c8efb3ad9c23@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@cse.psu.edu \
    /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).