Path: utzoo!attcan!uunet!mcvax!kth!sunic!dkuug!freja!skinfaxe!seindal From: seindal@skinfaxe.diku.dk (Rene' Seindal) Newsgroups: comp.unix.wizards Subject: Re: rsh & tar Message-ID: <4709@freja.diku.dk> Date: 1 Jun 89 19:29:07 GMT References: <19836@adm.BRL.MIL> Sender: news@freja.diku.dk Lines: 27 drears@pica.army.mil (Dennis G. Rears (FSAC)) writes: # I am on a VAX 8600 running ULTRIK 2.0 trying to execute a rsh on a # SUN386i running SUNOS 4.0.1 (hostname drun). My login name on both # machines is drears and I have .rhosts configured properly to rlogin/rsh # between machines. # I am trying to run the following command on the VAX: # tar -cf - .|rsh drun tar xf - # I get the error message back: # stty: operation not support on socket # Any ideas on how to accomplish this in a one step command? "rcp -r" # won't work either. # Dennis Check you .cshrc for stty commands, and make sure they are only run for interactive shells. You can test whether a shell is interactive by looking at the 'prompt' variable. If it is set, the shell is interctive, otherwise it is not. Rene' Seindal (seindal@diku.dk).