Re: task hanging

2009-07-22 Thread David Weintraub
This could be an OS issue. Referencing the mount could make the OS attempt to mount the NFS directory, and if NFS hangs, the task will sit there and wait. Remember too that it could take some time for the OS to determine it cannot mount a particular filesystem, so that it could be the task is wo

task hanging

2009-07-22 Thread Cole, Derek E
I am having a problem with some build scripts I have written that have tasks to set a property based on whether a particular mount is available on the build box. It seems like if the mount is not available for whatever reason, the build hangs at this point. Has anyone seen this behavior before?

Re: Sshexec task hanging

2006-08-09 Thread Steve Loughran
Brown, Carlton wrote: I've got an sshexec task that never exits, and I need to solicit some opinions on the problem. The reasons behind it are well-known; if an ssh command starts a long-running in the background, then ssh doesn't know when it should exit. From the purist standpoint, this is ex

Sshexec task hanging

2006-08-08 Thread Brown, Carlton
I've got an sshexec task that never exits, and I need to solicit some opinions on the problem. The reasons behind it are well-known; if an ssh command starts a long-running in the background, then ssh doesn't know when it should exit. >From the purist standpoint, this is expected behavior. In pr