SABnzbd not downloading on seedbox

Support for the Debian/Ubuntu package, created by JCFP.

Re: SABnzbd not downloading on seedbox

Postby sander » May 27th, 2012, 3:47 am

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: 3512
Joined: January 22nd, 2008, 3:22 pm

Re: SABnzbd not downloading on seedbox

Postby sander » May 27th, 2012, 3:51 am

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: 3512
Joined: January 22nd, 2008, 3:22 pm

Re: SABnzbd not downloading on seedbox

Postby sander » May 27th, 2012, 4:11 am

And: is "nzbget' installed on your feralhosting system?
User avatar
sander
Release Testers
Release Testers
 
Posts: 3512
Joined: January 22nd, 2008, 3:22 pm

Re: SABnzbd not downloading on seedbox

Postby Goldtown » November 21st, 2012, 5:12 am

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 - newsmaster@xs4all.nl (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
Goldtown
Newbie
Newbie
 
Posts: 3
Joined: November 21st, 2012, 4:59 am

Re: SABnzbd not downloading on seedbox

Postby sander » November 21st, 2012, 7:21 am

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. :)
User avatar
sander
Release Testers
Release Testers
 
Posts: 3512
Joined: January 22nd, 2008, 3:22 pm

Re: SABnzbd not downloading on seedbox

Postby Goldtown » November 21st, 2012, 3:13 pm

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!
Goldtown
Newbie
Newbie
 
Posts: 3
Joined: November 21st, 2012, 4:59 am

Re: SABnzbd not downloading on seedbox

Postby shypike » November 21st, 2012, 3:28 pm

Are you using "check before download" in Config->Switches?
User avatar
shypike
Administrator
Administrator
 
Posts: 16568
Joined: January 18th, 2008, 1:49 pm

Re: SABnzbd not downloading on seedbox

Postby Goldtown » November 21st, 2012, 6:59 pm

No, I'm not using this. And the problem appears with new and old NZBs :(
Goldtown
Newbie
Newbie
 
Posts: 3
Joined: November 21st, 2012, 4:59 am

Previous

Return to Debian/Ubuntu Package