RE: sshexec hangs after remote script exits

2006-05-11 Thread Brown, Carlton
y, May 02, 2006 11:47 AM > To: Ant Users List > Subject: RE: sshexec hangs after remote script exits > > Did you mean to say ...ssh never detects that the script exits... ? > > What OS are you executing the script on? Can you send the relevant > portion of your build.xml please?

Re: sshexec hangs after remote script exits

2006-05-02 Thread Atsuhiko Yamanaka
Hi, 2006/5/3, Brown, Carlton <[EMAIL PROTECTED]>: I've got an sshexec command that calls a remote script. The remote script can take something like 5-15 minutes to run. Trouble is, the sshexec never detects that the script exists. What have I done wrong? Which ant version are you using? T

Re: sshexec hangs after remote script exits

2006-05-02 Thread Alexey N. Solofnenko
Try first with a simple command (like "ls"). Check if your command requests for input or output. Does your command spawns background processes (for example, starting a web server)? If so, does it redirect stdin, -out, -err streams (for example, "nohup" does not always do that)? Can you try to e

RE: sshexec hangs after remote script exits

2006-05-02 Thread Anderson, Rob (Global Trade)
st > Subject: sshexec hangs after remote script exits > > I've got an sshexec command that calls a remote script. The remote > script can take something like 5-15 minutes to run. Trouble is, the > sshexec never detects that the script exists. What have I done wrong?

sshexec hangs after remote script exits

2006-05-02 Thread Brown, Carlton
I've got an sshexec command that calls a remote script. The remote script can take something like 5-15 minutes to run. Trouble is, the sshexec never detects that the script exists. What have I done wrong? Carlton Brown BellSouth Science & Techno