Search found 8828 matches

by sander
November 18th, 2011, 9:31 am
Forum: General Help
Topic: Memory leak?
Replies: 28
Views: 15862

Re: Memory leak?

Is the tool 'pdb' useful for finding a memory leak? I tried to following the instructions on http://www.lshift.net/blog/2008/11/14/tracing-python-memory-leaks , but after typing 'r' to run SABnzbd.py, it ran, but a CTRL-C stopped it all completely. So I was not sent back to the pdb shell ... :-( And...
by sander
November 17th, 2011, 1:08 pm
Forum: General Help
Topic: [Mac] Unable to launch SABnzbd since OS re-install
Replies: 2
Views: 880

Re: [Mac] Unable to launch SABnzbd since OS re-install

There are two different SAB version for Mac OS X: for old OSX versions, and for recent OSX version. See http://sabnzbd.org/download/ and check the version.

HTH
by sander
November 17th, 2011, 10:01 am
Forum: General Help
Topic: Disk error on creating file - path too long?
Replies: 10
Views: 13131

Re: Disk error on creating file - path too long?

FWIW: I can think of a few workarounds: Point the download directories to something closer to C:\, so "C:\downloads\" instead of "C:\Users\Marcel & Julia\Documents\downloads\" Create a shorter name for the NZB filename itself, and then put it into the SABnzbd queue: "Din...
by sander
November 17th, 2011, 7:57 am
Forum: Post-Processing Scripts
Topic: Parse Informations of the RSS Feed into the Post-Processing
Replies: 9
Views: 6023

Re: Parse Informations of the RSS Feed into the Post-Process

I am having troubles with the $2 variable because its not really the link variable it is the download name... for example: <link>TOWN-www.town.ag-sponsored-by-www.ssl-news.info-Alles.Koscher.DVDRiP.MD.German.XViD-CIS.par2-74422-MB.nzb</link> is Another.Earth.BDRip.MD.German.XViD-CIS.par2 is there a...
by sander
November 16th, 2011, 3:28 pm
Forum: Feature Requests
Topic: Adding SOCKS support for SAB
Replies: 43
Views: 58123

Re: Adding SOCKS support for SAB

exussum wrote: VPS gives SSH access and can be gotten really cheap at lowendbox.com Ive got one for $20 a year 1000GB a month transfer.
Wow! Can you give an URL for that VPS-provider? I just got a VPS for 5 US$ per month with 125 GB limit ...
by sander
November 16th, 2011, 7:09 am
Forum: Bug Reports
Topic: Not enough par2??
Replies: 8
Views: 4696

Re: Not enough par2??

Shypike, Can this be a third possible factor: the post was still in the process of being uploaded / propagated. At the first download, not all stuff was available, and the the second download, all stuff was available for download, so it went OK. Oh, a fourth possible factor (based on my experience):...
by sander
November 16th, 2011, 4:57 am
Forum: Post-Processing Scripts
Topic: Parse Informations of the RSS Feed into the Post-Processing
Replies: 9
Views: 6023

Re: Parse Informations of the RSS Feed into the Post-Process

The 'mang wget' says this: -O file --output-document=file The documents will not be written to the appropriate files, but all will be concatenated together and written to file. If - is used as file, documents will be printed to standard output, disabling link conversion. HTH
by sander
November 16th, 2011, 4:46 am
Forum: Feature Requests
Topic: Adding SOCKS support for SAB
Replies: 43
Views: 58123

Re: Adding SOCKS support for SAB

PS: instead of making SABnzbd (or any other app) SOCKS-enabled, I believe it's also possible to "SOCKSify" any application by starting it up by socksify. However, I tried 'socksify', and it gave an ugly error.
by sander
November 16th, 2011, 4:41 am
Forum: Feature Requests
Topic: Adding SOCKS support for SAB
Replies: 43
Views: 58123

Re: Adding SOCKS support for SAB

With news in the UK of BT starting to block nzb providing websites, They may go after speed restricting the newsgroup providers, Socks lets you tunnel just sab traffic as as far as your ISP is concerned your just connecting to the SSH server. Im gonna do the Socks patch soon see how well it works A...
by sander
November 16th, 2011, 3:54 am
Forum: General Help
Topic: Memory leak?
Replies: 28
Views: 15862

Re: Memory leak?

First of all: SABnzbd loves memory, and loves using it. (If you want a NZB-downloader with a small footprint, consider nzbget. See http://ipv6-or-no-ipv6.blogspot.com/2011/10/easy-nzb-downloading-on-ubuntu-1110.html for an instruction). SABnzbd uses more memory with large (> 10GB) downloads In gener...
by sander
November 16th, 2011, 1:43 am
Forum: General Help
Topic: SSL option unselectable
Replies: 9
Views: 12610

Re: SSL option unselectable

Did you google "ImportError: /usr/local/lib/python2.7/site-packages/OpenSSL/SSL.so: Undefined symbol "SSL_get_servername"? It's a bug in "net-im/papyon", which I don't know, but certainly is not SABnzbd related. So probably better to seek help in the forums where it's report...
by sander
November 15th, 2011, 5:19 pm
Forum: Feature Requests
Topic: Adding SOCKS support for SAB
Replies: 43
Views: 58123

Re: Adding SOCKS support for SAB

FWIW: the smallest SOCKS server on Linux / Ubuntu is this: ssh -D 1080 localhost You have to type your local login password. And that's it: your SOCKS server is running! (Well, you must have ssh server installed and running). To test that your SOCKS server is running, you can set your webbrowser's S...
by sander
November 15th, 2011, 2:27 pm
Forum: General Help
Topic: Failed to connect
Replies: 6
Views: 11643

Re: Failed to connect

@Rodolpho If you want linespeed newsgroup access with trouble-free connections, get a paid account, for example at http://www.lightningusenet.com/ For €4.50 you get 30 days of access. EDIT: - I tried a free account xsusenet, and it works for me: just 2 connections, port 119, no SSL. I get 132 KB/s, ...
by sander
November 15th, 2011, 1:07 pm
Forum: Post-Processing Scripts
Topic: Parse Informations of the RSS Feed into the Post-Processing
Replies: 9
Views: 6023

Re: Parse Informations of the RSS Feed into the Post-Process

Here's some ugly code to get the info. sander@R540:~$ cat rss-stuff.txt | grep '<title>' | awk -F\> '{ print $2 }' | awk -F\< '{ print $1 }' Test.Movie.XViD-TestGroup sander@R540:~$ sander@R540:~$ sander@R540:~$ cat rss-stuff.txt | grep '<description>' | awk -F\> '{ print $2 }' | awk -F\< '{ print $...
by sander
November 14th, 2011, 2:12 pm
Forum: General Help
Topic: Download Issues
Replies: 11
Views: 6045

Re: Download Issues

One thing that I did note was that the download only contained 11 PAR2 files while the information data on the NZBSearch site indicated that there was 13 included in the download. Are you aware of anyway of interrogating the NZBSearch info any further? That's not good; both the .NZB and the sabnzbd...