Search found 8830 matches

by sander
July 11th, 2014, 7:24 am
Forum: General Help
Topic: sabnzbd keeps losing post processing scripts folder - on Mac
Replies: 6
Views: 2640

Re: sabnzbd keeps losing post processing scripts folder - on

I know this is a fairly old topic but I ran across this same issue in Linux which will probably be the same issue on OSX as well. Every time I tried to add a directory to the Post-Processing Scripts Folder setting it would remove it after leaving the page. So I opened up the /.sabnzbd/sabnzbd.ini f...
by sander
July 11th, 2014, 7:00 am
Forum: General Help
Topic: SABnzbd 0.7.18 gives constant "cannot create final folder"
Replies: 5
Views: 1599

Re: SABnzbd 0.7.18 gives constant "cannot create final folde

The complete error from the log is: Post Processing Failed for $SANITIZED (Cannot create final folder /home/$USER/Television/$NAME/$SEASON/$EPISODE The paths all exists, and are writeable. This setup has been working since May, until the latest update. There are $-signs in the path? Wow. Is that co...
by sander
July 10th, 2014, 11:18 pm
Forum: General Help
Topic: SABnzbd 0.7.18 gives constant "cannot create final folder"
Replies: 5
Views: 1599

Re: SABnzbd 0.7.18 gives constant "cannot create final folde

The corresponding code is: if not workdir_complete or not os.path.exists(workdir_complete): crash_msg = T('Cannot create final folder %s') % unicoder(os.path.join(complete_dir, dirname)) raise IOError So, I would say, it's NOT about permissions, but about existence at all: "not os.path.exists(w...
by sander
July 10th, 2014, 1:51 pm
Forum: Bug Reports
Topic: FatalSSLAlert with HTTP to HTTPS redirect
Replies: 1
Views: 1368

FatalSSLAlert with HTTP to HTTPS redirect

Running a fresh, new, unaltered SAB 0.7.18, with both HTTP and HTTPS enabled, when I use Chromium to connect to http://localhost:9090/ it redirects to https://localhost:9090/, with the error message below on stdout. Is this known or as-designed? Or is it a bug? FWIW: It only seems to happen once aft...
by sander
July 10th, 2014, 12:43 am
Forum: General Help
Topic: Obtain faster downloads - High Speed ISP conntections only
Replies: 16
Views: 8527

Re: Obtain faster downloads - High Speed ISP conntections on

sabex wrote:I only upgraded to 105mbps yesterday. With 50mbps, time of day didn't matter. Perhaps 105mbps is a larger draw on the network?
If you want measure end-to-end network speed, I would advice you to use http://www.speedtest.net/

HTH
by sander
July 9th, 2014, 10:56 am
Forum: General Help
Topic: Obtain faster downloads - High Speed ISP conntections only
Replies: 16
Views: 8527

Re: Obtain faster downloads - High Speed ISP conntections on

You have Comcast 100 Mbps, and you get 10 MB/s (= 100 Mbps) with SABnzbd ... so I would say that's perfect? There are 8 bits in a byte, not 10 -- divide by 8. Therefore, Comcast 105mbps should be yielding 13MB/s+. I however can't seem to get SAB to go over 9-10MB/s. Maybe a good moment for you to r...
by sander
July 9th, 2014, 9:07 am
Forum: General Help
Topic: Incomplete Dir location resets on restart
Replies: 4
Views: 1597

Re: Incomplete Dir location resets on restart

I don't use Windows myself, but the first Google hits on "windows delay service startup" look helpful
by sander
July 9th, 2014, 12:02 am
Forum: General Help
Topic: Incomplete Dir location resets on restart
Replies: 4
Views: 1597

Re: Incomplete Dir location resets on restart

This happens when the set directories (in your case: network shares) are not (yet) available at the moment SABnzbd starts.
by sander
July 7th, 2014, 3:09 pm
Forum: General Help
Topic: remote address redirects to https://localhost:9012/sabnzbd
Replies: 18
Views: 16844

Re: remote address redirects to https://localhost:9012/sabnz

Solved: Thanks to http://stackoverflow.com/questions/6941533/get-protocol-domain-and-port-from-url/6941653#6941653, in panic.py I changed the last lines of code to: def error_page_404(status, message, traceback, version): """ Custom handler for 404 error, redirect to main page "&...
by sander
July 7th, 2014, 2:57 pm
Forum: General Help
Topic: remote address redirects to https://localhost:9012/sabnzbd
Replies: 18
Views: 16844

Re: remote address redirects to https://localhost:9012/sabnz

FWIW: I ran into this problem again, so I did some more research: With a wrong sub-URL, things go wrong: redirection to localhost. Example: sander@flappie:~$ curl http://192.168.1.101:8080/doesnotexist <html> <head> <script type="text/javascript"> <!-- location.href = "http://localhos...
by sander
July 7th, 2014, 8:10 am
Forum: General Help
Topic: Super slow verify repair and unrar (ds213j)
Replies: 3
Views: 4731

Re: Super slow verify repair and unrar (ds213j)

There seems to be a Dhrystone benchmark written in Python. "Dhrystone is a synthetic computing benchmark program <snip> to be representative of system (integer) programming. The Dhrystone grew to become representative of general processor (CPU) performance." So useful for the par2 repair y...
by sander
July 7th, 2014, 7:24 am
Forum: General Help
Topic: Super slow verify repair and unrar (ds213j)
Replies: 3
Views: 4731

Re: Super slow verify repair and unrar (ds213j)

IMHO: verify and unrar doesn't take too much CPU power, and thus not too much time However, repairing (par2) - if needed- does take a lot of CPU power. And if you a slow CPU (which your DS212j has) that can take quite some time. I've got a HDX-100 with a slow CPU, and repairing take hours. So what d...
by sander
July 5th, 2014, 11:47 am
Forum: Feature Requests
Topic: NZB Completion Checker?
Replies: 9
Views: 11491

Re: NZB Completion Checker?

sab should check the first rar file and if it detects another rar inside....cancel or stop.. recently ive wasted a lot of bandwidth downloading these files that want you to run some spam executable to run a so called codec file. or rar within a rar which is encrypted. set "rar" as unwante...
by sander
July 3rd, 2014, 1:20 pm
Forum: Bug Reports
Topic: Sabnzbd SSL Heartbleed Bug?
Replies: 14
Views: 9545

Re: Sabnzbd SSL Heartbleed Bug?

On my fully updated Ubuntu 14.04, with about all update sources checked, sander@flappie:~$ sudo dpkg -l | grep ' openssl ' ii openssl 1.0.1f-1ubuntu2.4 amd64 Secure Sockets Layer toolkit - cryptographic utility sander@flappie:~$ So I did: sudo apt-get install --reinstall libssl1.0.0 sudo dpkg --forc...