Search found 10 matches

by colemar
February 5th, 2009, 4:17 am
Forum: Bug Reports
Topic: Program health seems to worsen with high load
Replies: 8
Views: 6478

Re: Program health seems to worsen with high load

I uploaded the file then sent the link to bugs@sabnzbd.org. I doubt that the file is still relevant because the last night I submitted to SABnzbd another file whose size is only 1/6 of the file in question (available at drop.io) , and the logging stop happened again. The log stopped at 2009-02-04 22...
by colemar
February 4th, 2009, 8:47 am
Forum: Bug Reports
Topic: Program health seems to worsen with high load
Replies: 8
Views: 6478

Re: Program health seems to worsen with high load

Why would you have a single nzb file listing 256GB of content? You really should be splitting it down and having a single nzb for each rar set. That is what sabnzbd is programmed for. The nzb file is listing 6 rar sets all related to a single TV series. It was generated using newzleech.com search e...
by colemar
February 4th, 2009, 7:15 am
Forum: Bug Reports
Topic: Program health seems to worsen with high load
Replies: 8
Views: 6478

Re: Program health seems to worsen with high load

Sysinternals Process Explorer v11.21 shows a list of file handles for the process SABnzbd.exe, and there are no handles for the log file! As a confirmation, it reports a file handle for a rar file owned by the running par2.exe. Somehow SABnzbd lost the access to the log file about 17 minutes after i...
by colemar
February 4th, 2009, 3:55 am
Forum: Bug Reports
Topic: Program health seems to worsen with high load
Replies: 8
Views: 6478

Program health seems to worsen with high load

Windows XP SP2 running on a Pentium 4 2.40 GHz with 1.5 GB RAM. I have configured 2 main servers with 5 connections each and 2 backup server again with 5 connections each; the backup servers are tipically not used.  The average download speed is around 2500 KBytes/s and the CPU usage is between 75% ...
by colemar
January 30th, 2009, 4:22 am
Forum: Bug Reports
Topic: Different DLLs loaded depending on ini file location
Replies: 8
Views: 8069

Re: Different DLLs loaded depending on ini file location

Scheduled tasks cannot be made inter-dependent, hence no way to make Proxifier start before SABnzbd. I resorted to windows services and instsrv/srvany. Created a service Proxifier for Proxifier.exe Created a service SABnzbd for SABnzbd.exe -b1 Made SABnzbd dependent on TcpIp and Proxifier After rebo...
by colemar
January 29th, 2009, 3:49 am
Forum: Bug Reports
Topic: Different DLLs loaded depending on ini file location
Replies: 8
Views: 8069

Re: Different DLLs loaded depending on ini file location

Well, how cool is this? Launched "C:\Program Files\Proxifier PE\Proxifier.exe"  from the scheduler as NT AUTHORITY\SYSTEM. Launched "C:\PROGRA~1\SABnzbd\SABnzbd.exe -b1" from the scheduler as NT AUTHORITY\SYSTEM. And it works! PrxDrvPE.dll is loaded and SABnzbd is happily downloa...
by colemar
January 29th, 2009, 3:25 am
Forum: Bug Reports
Topic: Different DLLs loaded depending on ini file location
Replies: 8
Views: 8069

Re: Different DLLs loaded depending on ini file location

Just an update. Even when Proxifier is not running, SABnzbd loads additional DLLs depending on -b setting. "SABnzbd.exe -b1" loads the following 8 additional DLLs: uxtheme.dll MSCTF.dll netapi32.dll appHelp.dll CLBCATQ.DLL COMRes.dll iertutil.dll urlmon.dll Perhaps then the Phyton runtime ...
by colemar
January 28th, 2009, 6:30 pm
Forum: Bug Reports
Topic: Different DLLs loaded depending on ini file location
Replies: 8
Views: 8069

Re: Different DLLs loaded depending on ini file location

I'm trying to route only nntp traffic. What about executing "SABnzbd -d -b1" from a logged on user? Would it run the browser? What about executing "SABnzbd -d -b1" from the scheduler with no user logged on? Would it at least TRY to run the browser (and hence somehow trigger Proxi...
by colemar
January 28th, 2009, 11:05 am
Forum: Bug Reports
Topic: Different DLLs loaded depending on ini file location
Replies: 8
Views: 8069

Re: Different DLLs loaded depending on ini file location

Sorry, it turns out that the problem it's not the position of the ini file. Instead the following setting makes the difference: auto_browser = 1 works (loads the additional DLLs including PrxDrvPE.dll) auto_browser = 0 does not work (does not load the additional DLLs) Therefore it is not possible to...
by colemar
January 28th, 2009, 10:19 am
Forum: Bug Reports
Topic: Different DLLs loaded depending on ini file location
Replies: 8
Views: 8069

Different DLLs loaded depending on ini file location

Well, I wonder whether this is a bug or a feature or whatever... I am running SABnzbd on Windows XP behind a corporate http(s) Microsoft ISA proxy. Since the proxy allows to CONNECT to port 443 a 563 of external hosts, I can use Proxifier (http://www.proxifier.com/) toghether with a SSL nntp account...