> > 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