From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e39047d3478f5f0a0b4c8efb3ad9c23@coraid.com> From: erik quanstrom Date: Tue, 23 Oct 2007 11:23:55 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] drawterm authentication failure In-Reply-To: <20071023151655.GA811@shodan.homeunix.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d6a39d30-ead2-11e9-9d60-3106f5b1d025 > > 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