On Wed Nov 4 11:15:04 PST 2015, [email protected] wrote:
> Hi,
>
> When I log into my first CPU server using drawterm, I try to cpu to my second
> CPU server and the first one in drawterm just hangs after entering the
> username/password. After I run the cpu command, all subsequent windows in
> drawterm that I create with rio are blank like the whole system is hung. I
> then have to kill my drawterm and reconnect after which everything is ok.
>
> If I boot up a terminal with a local fossil I can successfully cpu into the
> other CPU server.
>
> Any ideas on what is going on?
this is likely an authentication issue. changing to the local fossil
is likely skipping authentication. you might try auth/debug to see what's
going on.
also, i have this little wiggle in my lib/profile if the problem is not looking
up
the auth server, but talking to factotum:
if(! test -e /mnt/term/mnt/wsys){
# cpu call from drawterm
prompt=('; ' '')
x=`{wc -l /mnt/term/mnt/factotum/ctl>[2=] || echo 0}
-> if(test $x(1) -gt 1 && ! ~ $sysname mikro ยต)
-> bind /mnt/term/mnt/factotum /mnt/factotum
if not
auth/factotum
termish terminal drawterm
}
- erik