Search found 8 matches

by Bascy
November 6th, 2012, 3:36 am
Forum: General Help
Topic: [Errno 47] Address family not supported by protocol
Replies: 9
Views: 12538

Re: [Errno 47] Address family not supported by protocol

Result of getaddrinfo: [(10, 1, 6, '', ('2a01:788:2:1::c013:1', 119, 0, 0)), (10, 1, 6, '', ('2a01:788:2:1::c013:2', 119, 0, 0)), (2, 1, 6, '', ('195.200.85.12', 119)), (2, 1, 6, '', ('195.200.85.11', 119))] Tested it with the IP address in stead of the servername, and everything seems to be working...
by Bascy
November 5th, 2012, 4:19 pm
Forum: General Help
Topic: [Errno 47] Address family not supported by protocol
Replies: 9
Views: 12538

[Errno 47] Address family not supported by protocol

I've been running Sabnzbd on my Readynas Duo V1 for some time now. I didnt use it for a few months and after i updated to 0.7.4 (using Python 2.7) i cannot seem to connect to the news server of my own provider, When going through the wizard of Sabnzb, filling in the serveraddress news.onsnet.nu and ...
by Bascy
March 31st, 2011, 6:35 am
Forum: General Help
Topic: Keeping large amount of memory in threads
Replies: 2
Views: 1716

Re: Keeping large amount of memory in threads

Ok, thanks for the reply
by Bascy
March 31st, 2011, 5:46 am
Forum: General Help
Topic: Keeping large amount of memory in threads
Replies: 2
Views: 1716

Keeping large amount of memory in threads

I'm using Sabnzb 0.5 on my ReadyNas Duo and it is working well. Memory on the nas is upgrade to 1Gb It startled me a bit at first  that it initiated over 20 threads, but that shouldnt be a problem. Neither do I have any problem with Sabnzb using large amounts of memory when its very busy downloading...
by Bascy
May 4th, 2010, 3:26 pm
Forum: General Help
Topic: ImportError: No module named message
Replies: 14
Views: 16851

Re: ImportError: No module named message

Yep, that was the problem.

I did try installing Python 2.6 but couldnt find all the packages needed. Have they changed all that in 2.6?
by Bascy
May 4th, 2010, 2:31 pm
Forum: General Help
Topic: ImportError: No module named message
Replies: 14
Views: 16851

Re: ImportError: No module named message

Just installed 0.5.2 on Freenas with Python 25 installed and having the same problems! Will try the fix from the other thread, but just wanted to let you know that it also exists in python 2.5 Edit: Installed the fix, but still the same error. Although i am a progammer, I'v never done anything with ...
by Bascy
January 19th, 2009, 4:33 pm
Forum: General Help
Topic: Postproc script: No such file or directory
Replies: 3
Views: 3394

Re: Postproc script: No such file or directory

1. path is corect
2. Removed the space ... trying right now
3. chmod was already done

i'll post the results soon ....

[Edit]removing the space did the trick, still strange it did work from the command line .... [/Edit]
by Bascy
January 19th, 2009, 4:16 pm
Forum: General Help
Topic: Postproc script: No such file or directory
Replies: 3
Views: 3394

Postproc script: No such file or directory

I'm trying to use the postproc script (just the first part in the code window below) #! /bin/bash # # File Extension processing script for SABNZBD+ # VERSION=20080429 # Turn off case sensitivity for AWK IGNORECASE=1 #  For 0.4.0x compliance, set the RUNPATH to the folder where you want to store the ...