Hello again everyone,
I am using the SSH2 functionality in SilkJS to connect to a remote server.
It seems that no matter what command I pass to ssh.exec(), the ssh.response(con) always returns:
Caught Signal 11 for process: 1234 (Where 1234 = PID)
I've tested with a command to simply 'touch /path/to/some/file' and that works as expected, but I still get the above error.
This doesn't help me debug commands with many more possible failure modes on the remote server, like 'git pull'. But, in trying to work-around this, I redirected the 'git pull' output to a file on the remote server using the command 'git pull > logfile.txt'. While it does create the file, it is empty. So - still no luck moving forward.
When I Google on the above error, I only get hits related to SilkJS, but none seem to help.
Thoughts?
Thanks in advance.
Eric