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.
Scripts running twice?
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Scripts running twice?
Do they actually run twice or does "ps aux" think so?
On Unix processes often fork themselves to run a sub program.
On Unix processes often fork themselves to run a sub program.