[comp.unix.aix] rsh error message

shore@theory.tn.cornell.edu (Melinda Shore) (05/17/91)

In article <HENKEL%NEPJT.91May16135739@ners6k1.ncsuvx.ncsu.edu> henkel@nepjt.ncsu.edu (Chuck Henkel) writes:
>What's the deal with this stty error I always get when I use rsh?

Your .cshrc invokes stty, and it shouldn't do so if the shell is
run from rsh.  Protect stty and other inappropriate commands inside

if ($?prompt) then
 ...
endif
-- 
                    Software longa, hardware brevis
Melinda Shore - Cornell Information Technologies - shore@theory.tn.cornell.edu

henkel%nepjt@ncsuvx.ncsu.edu (Chuck Henkel) (05/17/91)

Context: Two RS/6000 Model 320's running 3002 (rs1 and rs2, here)

What's the deal with this stty error I always get when I use rsh?

rs1% rsh rs2 who
stty: TXGETLD: The socket name is not available on this system.
rifat       hft/0       May 16 13:21                          
rifat       pts/1       May 16 13:35                          

--
| Chuck Henkel                      | There are currently 111 operating      |
| Department of Nuclear Engineering | nuclear power plants in the US,        |
| N.C. State University             | generating nearly 100,000 Megawatts    |
| henkel%nepjt@ncsuvx.ncsu.edu      | of electricity.                        |