SABnzbd not downloading on seedbox

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd not downloading on seedbox

Post by sander »

As your system has no telnet, but I still want to see the NNTP response, can you run the python code below? Put the code in a file ("nntp-test123.py"), and run it? All of course on the feralhosting seedbox.

Code: Select all

import telnetlib
HOST = "newszilla.xs4all.nl"
tn = telnetlib.Telnet(HOST,119,5)
response = tn.read_until("\n",5)
print response
tn.write("help\n")
response = tn.read_until("\n",5)
print response
tn.write("quit\n")
print tn.read_all()
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd not downloading on seedbox

Post by sander »

Furthemore, in the SABnzbd web interface, have you looked at Status? So:

Latest Warnings
Show Logging
Connections (when there is something in the queue)
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd not downloading on seedbox

Post by sander »

And: is "nzbget' installed on your feralhosting system?
Goldtown
Newbie
Newbie
Posts: 3
Joined: November 21st, 2012, 3:59 am

Re: SABnzbd not downloading on seedbox

Post by Goldtown »

Sorry for picking up this old thread, but I got the same problem.

Running the nntp gives me out this:
200 dreader34.news.xs4all.nl NNRP Service Ready - [email protected] (posting ok).

100 Legal commands

article [MessageID|Number]
body [MessageID|Number]
date
head [MessageID|Number]
help
ihave
mode reader|stream
slave
quit
group newsgroup
last
next
list [active|active.times|newsgroups|extensions|distributions|distrib.pats|moderators|overview.fmt|subscriptions]
listgroup newsgroup
newgroups yymmdd hhmmss ["GMT"] [<distributions>]
post
stat [MessageID|Number]
xgtitle [group_pattern]
xhdr header [range|MessageID]
hdr header [range|MessageID]
over [range]
xover [range]
xzver [range]
xpat header range|MessageID pat
xpath MessageID
xnumbering rfc3977|rfc977|window
authinfo user Name|pass Password
.
205 Transferred 796 bytes in 0 articles, 0 groups. Disconnecting.
Latest Warnings: No warnings, Connections: 0
I had nzbget installed, afaik didn't get it running cause I would need root access at one point (is a long time ago, I don't remember exactly). But yesterday I deleted the nzbget folder, didn't make a difference.
One interesting point: I had it 2 or 3 times, that it downloaded a file. Don't know why. Next time I tried, I had the same problem.

The config is more or less the same like at home (changed folder names and some details like in afterprocessing), but here downloading is fine.

Thanks for your help in advance
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd not downloading on seedbox

Post by sander »

I've never seen any reports that SABnzbd was succesfully running on feralhosting. So I'm assuming that that is impossible ... maybe ferralhosting blocks binding SAB's webserver to any port? Oh: Looking forward to someone who proves SABnzbd does work on feralhosting ... ;-(

Getting NZBget to work does not need any root-rights or webinterface-port-bindings, so that might work.
After installing NZBget, running NZBget only needs two commands. See http://ipv6-or-no-ipv6.blogspot.nl/2011 ... -1110.html

So you could try that on ferralhosting. If even that does not work, you still want usenet downloading and Ferralhosting is not helping, hire a cheap VPS from a cheap VPS provider ... that works for me. :)
Goldtown
Newbie
Newbie
Posts: 3
Joined: November 21st, 2012, 3:59 am

Re: SABnzbd not downloading on seedbox

Post by Goldtown »

Hm, I hoped, that maybe someone would find out what the exact problem is, so that I could contact feralhosting. They won't support, okay, but if I could say exactly what they should do, maybe that would work.

Anyway, I give it a mew try with NZBget, but SABNZBd would be much nicer. We had NZBget on a root server, but in comparison to SAB it's crap...

But thanks for your reply!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd not downloading on seedbox

Post by shypike »

Are you using "check before download" in Config->Switches?
Goldtown
Newbie
Newbie
Posts: 3
Joined: November 21st, 2012, 3:59 am

Re: SABnzbd not downloading on seedbox

Post by Goldtown »

No, I'm not using this. And the problem appears with new and old NZBs :(
Post Reply