Search found 87 matches

by Usenet
February 14th, 2008, 4:51 pm
Forum: Post-Processing Scripts
Topic: Move to NAS/server
Replies: 7
Views: 13323

Move to NAS/server

STOP reading this is not needed, as kindly explained by neilt0... :D (just forgot to have absolute path's to my nas...) set newdir=%1 set newdir=%newdir:C:\Program\SABnzbd\download\complete=\\nas\media\Download% set sourcedir=%1 robocopy %sourcedir% %newdir% /MOVE /E /V /NP /XF *.nzb /R:10 /W:30 >>...
by Usenet
February 14th, 2008, 3:51 pm
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27543

Re: PostProcessing doesnt work?

Code: Select all

2008-02-14 20:40:25,015::WARNING::[sabnzbd] Signal 5 caught, saving and exiting...
is what i get in the logs every time I log out. Any idea what it might be?
by Usenet
February 14th, 2008, 4:29 am
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27543

Re: PostProcessing doesnt work?

Ok, I see.
Are you still using anysrv.exe from the 2003 resource kit as described in the wiki?
by Usenet
February 14th, 2008, 3:21 am
Forum: General Discussion
Topic: Demand for a provider review forum?
Replies: 11
Views: 16969

Re: Demand for a provider review forum?

Usenetserver, fairly good speeds (30Mbps out of my 100Mbps), ssl and helpful support. If someone else has a provider with better speeds i gladly change..
EDIT: Switched to Usenet-News.com and are reaching 50Mbps from their EU server (19$/month 20 connections, ssl, unlimted DL)..
:D
by Usenet
February 14th, 2008, 3:16 am
Forum: Feature Requests
Topic: ssl support
Replies: 4
Views: 4530

Re: ssl support

switch wrote: Should be in 0.4.0 baring any problems that come up in testing.
OK, sound like it could take some time ;) . You don't have any release schedule around?
by Usenet
February 13th, 2008, 7:28 pm
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27543

Re: PostProcessing doesnt work?

Thanks for the help, but i cant get it to work.

Im running 3.1.0rc1 on winXP. with its own user account (admin rights). I changed the registry settings according to your tip but no... :(
by Usenet
February 13th, 2008, 3:59 pm
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27543

Re: PostProcessing doesnt work?

Great, just a note. It start as a service from fresh reboot. Continues to run after logging in but closes when logging out.

Keep up the good work!
by Usenet
February 13th, 2008, 2:57 pm
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27543

Re: PostProcessing doesnt work?

Still cant get the service to survive log off. From information of srvany.exe: Programming Considerations: For  WIN32  graphical  applications:  when  the currently logged-in user is logging-off,  all  WIN32  top-level  windows receive WM_QUERYENDSESSION and WM_ENDSESSION  messages.  Some  WIN32 app...
by Usenet
February 13th, 2008, 10:49 am
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27543

Re: PostProcessing doesnt work?

Thanks for the help, time to go home and test a bit more then ;)
by Usenet
February 13th, 2008, 10:48 am
Forum: Feature Requests
Topic: ssl support
Replies: 4
Views: 4530

Re: ssl support

Is it in 3.1rc1?
Couldnt find anything in the release notes..
by Usenet
February 13th, 2008, 9:43 am
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27543

Re: PostProcessing doesnt work?

I'm running SAB as a service and the path is correct (all languages doesn't use "Program Files" ;) ). the double quotes, they could be the reason... unless it's some user right thing. THANKS for the tip! A bit OT, but why specify dependency to TCP/IP when configuring as a service (from the...
by Usenet
February 12th, 2008, 6:20 pm
Forum: General Help
Topic: PostProcessing doesnt work?
Replies: 25
Views: 27543

PostProcessing doesnt work?

Hi! IM having trouble getting the post processing script to run. I've made a RoboCopy.cmd file doing some string manipulation and moving files from the SABnzb computer to my NAS. Running the script manually works flawlessly. Looking in the logs it seems as it should work, or? 2008-02-12 22:00:07,405...