Scripts running twice?

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
Clay
Release Testers
Release Testers
Posts: 25
Joined: February 2nd, 2009, 5:34 pm

Scripts running twice?

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Scripts running twice?

Post by shypike »

Do they actually run twice or does "ps aux" think so?
On Unix processes often fork themselves to run a sub program.
Post Reply