Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Using 2 machines for matches (Linux)

Author: Tim Mann

Date: 21:34:51 06/25/01

Go up one level in this thread


My guess is that it's ssh that is being killed by signal 2.  rsh will catch this
signal and pass it across to the process on the other machine.  Perhaps ssh does
not have provision to do that.  You might be able to run ssh (or xboard itself)
inside a shell that you've told to ignore signal 2.
Under ssh or bash the command to do that is "trap"; check the man page for
details on how to use it.  In csh, "onintr" may work.

  --Tim



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.