Hi,
I am sorry because I was wasting your valuable time.
Thanks to:
-Brian C Hill
-Kurt Carlson
-Metod Kozelj
-Mike D Cross
-Pam Woods
-James Sainsbury
All of above mentioned gave me some useful information.
( I am tryng to run lam MPI implementation which is using
rsh and that why I had problems).
I will list just Kurt's answer:
>your /etc/profile or personal .profile (sh or ksh),
>or your /etc/login or .login for csh contains an stty command
>or similar terminal control command, recode it like:
>
> if (tty -s) then # following only on terminals:
> stty dec
> tset -I -Q
> TERM=vt220; export TERM
> fi
Jure
Original question was:
>does anybody know how to get rid of error message:
>
>stty: tcgetattr: Permission denied
>
>when executing
>
>rsh host_name ls
>
>where host_name is running DU 4.0b (it is the same for 3.2c).
Received on Mon Sep 22 1997 - 10:03:10 NZST