Search found 8829 matches

by sander
September 21st, 2014, 11:23 am
Forum: Feature Requests
Topic: Rar peek for unwanted extensions
Replies: 5
Views: 4191

Re: Rar peek for unwanted extensions

The reason I ask about other platforms is that in the thread you linked me to it said it was only working on Linux. Glad to hear it will be everywhere :). I can't wait for this to become more integrated with indexers. Where do I sign up to test this new version (when it's available)? P.S. Sorry for...
by sander
September 21st, 2014, 1:32 am
Forum: Feature Requests
Topic: pre-check on contents of post for unwanted content
Replies: 43
Views: 137573

Re: pre-check on contents of post for unwanted content

FWIW: In my personal github repository https://github.com/sanderjo/sabnzbd I've pushed the code for "Put the last rar immediately the first rar, so that unwanted extensions will get detected earlier.". If you want to test this feature from my personal github, here's a post that has an unwa...
by sander
September 21st, 2014, 1:16 am
Forum: Nederlands
Topic: wachtwoord in bestanden
Replies: 7
Views: 4153

Re: wachtwoord in bestanden

Volgens mij was die feature even weg uit SAB, en weer terug in SAB 0.7.18.
by sander
September 21st, 2014, 1:15 am
Forum: Feature Requests
Topic: Rar peek for unwanted extensions
Replies: 5
Views: 4191

Re: Rar peek for unwanted extensions

This is damn exciting news! Will the put last archive after first be supported on other platforms as well eventually? If "on other platforms" means SAB on Linux, OSX, Windows, NAS, etc, then: Yes. There is only one SAB source code. Will sabnbzd be able to provide the info to indexers so i...
by sander
September 20th, 2014, 12:54 am
Forum: Feature Requests
Topic: Rar peek for unwanted extensions
Replies: 5
Views: 4191

Re: Rar peek for unwanted extensions

Already planned, see https://forums.sabnzbd.org/viewtopic.ph ... 106#p95959

As a matter of fact: I have it already running here on my system. The code needs some cleanup, and it will then upload it to my github repository
by sander
September 17th, 2014, 2:19 pm
Forum: Bug Reports
Topic: Valid RARs not unpacking
Replies: 28
Views: 18158

Re: Valid RARs not unpacking

Apart from the fact that I can't open that last link, I'm not sure what you want to show/proof, nor how I can help you.
by sander
September 17th, 2014, 11:18 am
Forum: Bug Reports
Topic: Valid RARs not unpacking
Replies: 28
Views: 18158

Re: Valid RARs not unpacking

What evidence do you have to discourage anything across a LAN? I work with LAN and WAN'd systems all the time for many many years, using all manner of methods to copy/extract files, unzip, unrar, robocopy, ssh, ftp etc etc and have never been discouraged to do so across my LAN! Empirical evidence i...
by sander
September 17th, 2014, 9:34 am
Forum: Bug Reports
Topic: Valid RARs not unpacking
Replies: 28
Views: 18158

Re: Valid RARs not unpacking

FWIW: I downloaded that post without problems on my SAB 0.7.18. However: Your log shows "\\MARGE\TV\" ... is that a NAS / network share? If so, what happens when you just save locally, so not across your LAN? "2014-09-17 10:15:08,595::DEBUG::[newsunpack:528] rar_extract(): Extractionp...
by sander
September 16th, 2014, 4:12 am
Forum: Bug Reports
Topic: Unwanted Extensions showing in log, but not pausing
Replies: 9
Views: 6213

Re: Unwanted Extensions showing in log, but not pausing

Aaloo: I have the code working for "put last rar after the first rar in the queue". I can make it avaialbe on github as source code ... which is only useful for you if you use Linux. So ... on what platform do you run SABnzbd?
by sander
September 15th, 2014, 3:38 pm
Forum: Debian/Ubuntu Package
Topic: Ubuntu "unusable rar file"
Replies: 13
Views: 9542

Re: Ubuntu "unusable rar file"

Are you sure SAB on Ubuntu is using the unrar version you showed, so unrar 5.11? Brute-force way to check:

Code: Select all

sudo updatedb
locate unrar | grep -e "/unrar$"
grep "unrar binary"  ~/.sabnzbd/logs/sabnzbd.log
More than one line from the locate/grep command could be suspicious.
by sander
September 15th, 2014, 11:24 am
Forum: General Help
Topic: Unable to access SABnzbd+ from my intranet [Ubuntu]
Replies: 4
Views: 3467

Re: Unable to access SABnzbd+ from my intranet [Ubuntu]

The line tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 3060/python off (0.00/0/0) means SABnzbd is only listening to requests from localhost. So exactly what you experience. Do this: in SABnzbd's webinterface, go to Config -> General, and check the first line "SABnzbd Host": what is filled out ....
by sander
September 15th, 2014, 4:18 am
Forum: Debian/Ubuntu Package
Topic: Ubuntu "unusable rar file"
Replies: 13
Views: 9542

Re: Ubuntu "unusable rar file"

OK, received the PM with the link to binsearch. My SAB had no problems downloading and unpacking the post. HOWEVER: all stuff was downloaded from a obscure newsserver I use, not from the 3 other mainstream servers. So ... hypothesis: the post has been DMCA-ed from mainstream newsservers by *replacin...
by sander
September 15th, 2014, 1:47 am
Forum: General Help
Topic: Unable to access SABnzbd+ from my intranet [Ubuntu]
Replies: 4
Views: 3467

Re: Unable to access SABnzbd+ from my intranet

You should probably not have chosen the git version, but the PPA version ... much easier. If you start a webbrowser on your Ubuntu box itself, can you access sab via http://127.0.0.1:8080/ (assuming SAB is on port 8080). If not: is SAB running at all? What is the output of: sudo netstat -apon | grep...
by sander
September 14th, 2014, 3:10 pm
Forum: Debian/Ubuntu Package
Topic: CRC Error when downloading to mounted network share
Replies: 4
Views: 3362

Re: CRC Error when downloading to mounted network share

You could also consider using nzbget on your NAS. More difficult to set up (IMHO) and less features, but needs less CPU and RAM, so could be more useful for your NAS. I believe you can combine nzbget with CP and SB.
by sander
September 14th, 2014, 12:01 pm
Forum: Debian/Ubuntu Package
Topic: CRC Error when downloading to mounted network share
Replies: 4
Views: 3362

Re: CRC Error when downloading to mounted network share

unrar-ing across (or: having a temp share on) a network is discouraged ... exactly because of what you experience. Have you considered running SAB on the NAS itself ... seems to be possible according to http://forums.sabnzbd.org/viewtopic.php?t=2325 Of is it possble to unrar locally, and then copy t...