RDUMP(8) problems.

Jonathan I. Kamens jik at athena.mit.edu
Mon Apr 22 17:22:11 AEST 1991


In article <JC.91Apr22003730 at raven.bu.edu> jc at raven.bu.edu (James Cameron) writes:
     DUMP: Protocol to remote tape server botched (code TERM: Undefined variable.
   ?).

The process on the remote machine is running root's .cshrc file, and
it tries to use $TERM.

To fix this, you need to prevent the files from being run, or check to
make sure that they check if $TERM is set before trying to access it.

You probably don't want the .cshrc file run if the shell isn't
interactive anyway, so putting this at the top of the file is usually
a good idea:

	if (! $?prompt) exit

Jonathan Kamens			              USnail:
MIT Project Athena				11 Ashford Terrace
jik at Athena.MIT.EDU				Allston, MA  02134
Office: 617-253-8085			      Home: 617-782-0710



More information about the Comp.unix.admin mailing list