Failure to Launch (was override -q option)

Damien Miller djm at mindrot.org
Sun Jul 21 08:43:21 EST 2013


On Sat, 20 Jul 2013, Laurence Marks wrote:

> You are right, not sure how that happened. I will try again, the last
> lines are five of
> "/hpc/opt/intel/composer_xe_2013/mkl/bin/mklvars.sh: line 93: manpath:
> command not found
> debug2: channel 0: written 88 to efd 13"

I see those lines in the log file, but there is nothing to indicate
ssh has exited at this point. As far as can be ascertained from the
logs, it is either still running happily, has crashed with a SEGV
(which seems unlikely given you've tried two different versions) or
has been killed with an untrappable signal by its parent process.

If there is no more log output and the ssh processes are ending up dead
or zombied, then I'd suggest running strace on one of the ssh processes
to watch which syscalls it is making and any signals it is receiving.

-d



More information about the openssh-unix-dev mailing list