On Thu, 2016-06-02 at 14:46 -0500, Ethin Probst wrote: [...snip...] > (I've had to redo the > compilation more than once because SSH decided to idle timeout and > make noted the hangup, ending the compilation process immediately due > to there being no TTY to send messages to, even though I'd had them > (and still have them) redirected to a file.)
FWIW when I'm doing such things I use "screen" [1], which persists across multiple ssh logins. You may be also be able to fix this by running the build command from "nohup". Hope this is helpful Dave [1] https://www.gnu.org/software/screen/manual/screen.html [2] http://www.gnu.org/software/coreutils/manual/html_node/nohup-invoca tion.html#nohup-invocation