Page 1 of 1

All downloads are paused

Posted: October 5th, 2016, 12:17 pm
by jeffprandall604
I installed the FreeNas Sabnzbd jail, configured my newhosting server (test is successful), and created my categories. I have configured the API key in Sonnar which also tests successfully. Sonnar will find the file and pass it on to the Sab queue but it just sits there at 0%. I also have tried to manually upload an NZB and get the same thing. I have mounted a shared folder to the /media directory and assigned the 777 permissions as well. What am I missing?
Here is my log file - https://www.dropbox.com/s/6ys73fmxd4gyv ... d.log?dl=0

Re: All downloads are paused

Posted: October 5th, 2016, 2:22 pm
by sander
This looks weird:

Code: Select all

2016-10-02 20:39:30,015::INFO::[downloader:307] Speed limit set to 10.2 B/s
2016-10-02 20:39:32,347::INFO::[downloader:307] Speed limit set to 20.0 B/s
You should not set a speed limit if you want speed.
Your log shows your sabnzbd.ini:

Code: Select all

bandwidth_max = 20
You've set the maximum bandwidth to 20 ... bytes per second. Not 20 MEGA bytes per second.
That's bad. Remove that.


And this looks bad (366 lines with "timed out"):

Code: Select all

2016-10-03 19:19:12,971::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:20:55,690::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:26:03,902::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:27:46,714::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:32:55,028::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:34:37,797::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:39:46,229::INFO::[downloader:732] Thread [email protected]: timed out
What kind of 'plan' have you got with newshosting.com?
First try: limit number of newsserver connections to ... 1

And 51 Tracebacks :-(

Code: Select all

2016-10-03 18:35:50,105::INFO::[downloader:786] Traceback: 
Traceback (most recent call last):
  File "/usr/pbi/sabnzbd-amd64/lib/python2.7/site-packages/sabnzbd/downloader.py", line 776, in __request_article
    nw.body(nzo.precheck)
  File "/usr/pbi/sabnzbd-amd64/lib/python2.7/site-packages/sabnzbd/newswrapper.py", line 366, in body
    self.nntp.sock.sendall(command)
  File "<string>", line 4, in sendall
  File "/usr/pbi/sabnzbd-amd64/lib/python2.7/site-packages/OpenSSL/SSL.py", line 1302, in sendall
    self._raise_ssl_error(self._ssl, result)
  File "/usr/pbi/sabnzbd-amd64/lib/python2.7/site-packages/OpenSSL/SSL.py", line 1178, in _raise_ssl_error
    raise SysCallError(errno, errorcode.get(errno))
SysCallError: (32, 'EPIPE')
Workaround: first start with plain NNTP (no SSL / no NNTPS) on port 119 of that newsserver.

Re: All downloads are paused

Posted: October 5th, 2016, 3:06 pm
by jeffprandall604
You the man! I changed that 20 to 20M and magic happened. Thanks!

Re: All downloads are paused

Posted: October 6th, 2016, 1:17 am
by sander
jeffprandall604 wrote:You the man! I changed that 20 to 20M and magic happened. Thanks!
Great. Apparently filling out the max line speed is confusing.

Question: did the other two types of errors go away too?

Re: All downloads are paused

Posted: October 6th, 2016, 4:42 am
by safihre
This thing with the Max line speed confusion have gone on long enough now, I am making it more clear by making it a select-box.

Re: All downloads are paused

Posted: October 6th, 2016, 6:09 am
by sander
safihre wrote:This thing with the Max line speed confusion have gone on long enough now, I am making it more clear by making it a select-box.
As everybody tells the line speed in "mega", I would default to "M".
Furthermore: ISPs sell in "megaBITS", whereas SABnzbd uses "BYTES".

Combining that:
So the risk that a user with a "50 M" VDSL line, will fill out "50" or "50M", which both are incorrect. He/she should fill out "5M" ... which is quite hard to understand.

Oh, wait, you wrote "select-box". Do you mean a selectbox with:
10 Mbps ADSL
20 Mbps ADSL or cable
50 Mbps VDSL
100 Mbps VDSL, cable or FttH
200 Mbps cable or FttH
500 Mbps FttH
Something like that?

Re: All downloads are paused

Posted: October 6th, 2016, 6:31 am
by safihre
Image

Re: All downloads are paused

Posted: October 6th, 2016, 7:26 am
by sander
safihre wrote:Image
That does not solve the "bits versus bytes" problem ...

How about a predefined list like this:

1 MB/s (= 10 Mbps)
2 MB/s (= 20 Mbps)
5 MB/s (= 50 Mbps)
10 MB/s (= 100 Mbps)

Re: All downloads are paused

Posted: October 6th, 2016, 7:54 am
by safihre
Worst case, people will enter a too high value.
If their provider said 50Mbps and they enter 50 here, at least they are maxing out their connection.
Since people usually have downloaded something, they should know MB/s. The previous text with this option was causing confusion by mentioning the bits/bytes situation.

Re: All downloads are paused

Posted: October 6th, 2016, 9:29 pm
by ALbino
safihre wrote:Since people usually have downloaded something, they should know MB/s.
If the Usenet and Indexer forums are any indication, many of them literally have no idea :D