Re: Trouble with perl fork() and exec()

2007-08-21 Thread George
Dave Korn wrote: On 16 August 2007 16:31, George wrote: I'm at a loss as to what could be holding up the python dll. Is there any advice for how to find this? Install "Process Explorer" from Sysinternals (now part of microsoft). It has a search function that lets you search all processes

RE: Trouble with perl fork() and exec()

2007-08-16 Thread Dave Korn
On 16 August 2007 16:31, George wrote: > I'm at a loss as to what could be holding up the python dll. Is there > any advice for how to find this? Install "Process Explorer" from Sysinternals (now part of microsoft). It has a search function that lets you search all processes for any handles

Re: Trouble with perl fork() and exec()

2007-08-16 Thread George
George wrote: I have done that on the host in question. It threw an error about a python dll: $ ./rebaseall ReBaseImage (/usr/lib/python2.4/site-packages/Numeric/arrayfns.dll) failed with last error =6 Hi, I had a dig through the archives which suggest this error is caused by a still run

Re: Trouble with perl fork() and exec()

2007-08-15 Thread George
Reini Urban wrote: George schrieb: > I have a cygwin installation under which I'm running the > Net::Server::Fork daemon "munin-node". For those not aware, munin is > a monitoring system which is really easy to use and configure > (http://munin.projects.linpro.no). > That said, it's not w

Re: Trouble with perl fork() and exec()

2007-08-15 Thread Reini Urban
George schrieb: > I have a cygwin installation under which I'm running the > Net::Server::Fork daemon "munin-node". For those not aware, munin is > a monitoring system which is really easy to use and configure > (http://munin.projects.linpro.no). > That said, it's not working properly. Did it

Re: Trouble with perl fork() and exec()

2007-08-15 Thread George
I've just found something in an strace: **^M Program name: C:\cygwin\bin\perl.exe (windows pid 5936)^M App version: 1005.24, api: 0.156^M DLL version: 1005.24, api: 0.156^M DLL build:2007-01-31 10:57^M OS version: Windows NT-5.2^M Date/Time:

Trouble with perl fork() and exec()

2007-08-15 Thread George
Hello, I have a cygwin installation under which I'm running the Net::Server::Fork daemon "munin-node". For those not aware, munin is a monitoring system which is really easy to use and configure (http://munin.projects.linpro.no). That said, it's not working properly. Here's the trouble I'm