Page 1 of 1

Scripts running twice?

Posted: May 14th, 2010, 8:41 am
by Clay
I'm looking at the output of 'ps aux' and it looks like sabnzbd is kicking off my scripts twice - I'm running Python 2.5.4 on FreeBSD 7.2.

Any idea what could cause this? I'm not seeing anything suspect in the logs.

Re: Scripts running twice?

Posted: May 14th, 2010, 12:12 pm
by shypike
Do they actually run twice or does "ps aux" think so?
On Unix processes often fork themselves to run a sub program.