Re: Resource Temporarily Unavailable

2006-10-02 Thread Chris McIntosh
Nick Deubert gmail.com> writes: > > Chris McIntosh wrote: > > Hello, I work at a company where we have a complicated Linux build. We > > use cygwin to mimic this build on windows for some of our windows > > centric people. > > > > At different times when cygwin forks it will throw a Resource >

Re: Resource Temporarily Unavailable

2006-09-11 Thread Nick Deubert
Chris McIntosh wrote: Hello, I work at a company where we have a complicated Linux build. We use cygwin to mimic this build on windows for some of our windows centric people. At different times when cygwin forks it will throw a Resource temporarily Unavailble error. I am tempted to call this "Ra

RE: Resource Temporarily Unavailable

2006-09-07 Thread Dave Korn
On 08 September 2006 00:56, Chris McIntosh wrote: > I have ran out of debugging ideas. Disable the "Logitech Process Monitor" service? (That's a huuge WAG btw. but it's been known to help before...) cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info

Re: Resource Temporarily Unavailable

2006-09-07 Thread Chris McIntosh
The actual error message was Message too long, which is the new mappnig you set for error 234 (ERROR_MORE_DATA) being returned from CreateProcess. I made a support call to microsoft and the reason this error is created is because any sub dll that CreateProcess might need will return its error thr

Re: Resource Temporarily Unavailable

2006-09-07 Thread Christopher Faylor
On Thu, Sep 07, 2006 at 04:28:13PM -0700, Chris McIntosh wrote: >Christopher, thanks for the quick response. > >Unfortunately it didn't change anything except we got a different error >message. Details are important. What was the actual error message? >Do you have any suggestions or pointers on

Re: Resource Temporarily Unavailable

2006-09-07 Thread Chris McIntosh
Christopher, thanks for the quick response. Unfortunately it didn't change anything except we got a different error message. Do you have any suggestions or pointers on how I can debug this further. Thanks Chris McIntosh On Thu, Sep 07, 2006 at 01:04:49PM -0700, Chris McIntosh wrote: Hello, I

Re: Resource Temporarily Unavailable

2006-09-07 Thread Christopher Faylor
On Thu, Sep 07, 2006 at 01:04:49PM -0700, Chris McIntosh wrote: >Hello, I work at a company where we have a complicated Linux build. We >use cygwin to mimic this build on windows for some of our windows >centric people. > >At different times when cygwin forks it will throw a Resource >temporarily U

Re: ... Resource temporarily unavailable

2005-10-25 Thread Igor Pechtchanski
On Tue, 25 Oct 2005, Christoph Jeksa wrote: > Hi all, > I'm using CYGWIN on Windows 2003 Server, multi-processor edition. > Recently I get an error message, when calling several scripts from each > other: > > T:/etc/kshenv: line 147: /usr/bin/cygpath: Resource temporarily > unavailable > T:/bin/k2

Re: Resource temporarily unavailable - bash fails but works with old versions

2002-05-02 Thread Michael A Chase
On Thu, 2 May 2002 11:29:03 -0400 Satya Nemana <[EMAIL PROTECTED]> wrote: > Sorry. Please ignore this as a false alarm. Here is an update. It does > not occur anymore even with my new cygwin path and got fixed as follows. > I could isolate this problem by getting rid of .profile which was same >

RE: Resource temporarily unavailable - bash fails but works with old versions

2002-05-02 Thread Satya Nemana
Sorry. Please ignore this as a false alarm. Here is an update. It does not occur anymore even with my new cygwin path and got fixed as follows. I could isolate this problem by getting rid of .profile which was same as .bashrc. My bash script is too big to be emailed. I could not spend time to