SOLVED Trouble connecting to news server

Get help with all aspects of SABnzbd
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.
Post Reply
lban
Newbie
Newbie
Posts: 7
Joined: August 22nd, 2011, 9:39 am

SOLVED Trouble connecting to news server

Post by lban »

Hi:
I've recently started having trouble connecting to my ISP's news server. I'm running SABnzbd Version: 0.5.4 | smpl Version: 1.3 on a headless ubuntu server (10.10). When I look at my server configuration page, I'm getting the message [Errno 111] Failed to connect: (110, '[Errno 111] Connection refused') -1@news.server.net:119

I can connect to the server using the same settings on another newsreader on another machine.

Any ideas as to what I should do?

Thanks.
Last edited by lban on August 31st, 2011, 9:37 pm, edited 3 times in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Trouble connecting to news server

Post by shypike »

Upgrade to a new version, we're at 0.6.8 now.
Otherwise, restart SABnzbd and try again.
Check your username and password in the sabnzbd.ini file.
lban
Newbie
Newbie
Posts: 7
Joined: August 22nd, 2011, 9:39 am

Re: Trouble connecting to news server

Post by lban »

OK.. upgraded to 0.6.8
Restarted

My news server doesn't require a username

Same error

I installed a windows version of SABnzbd on my laptop, it's working fine.
Any other thoughts?
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Trouble connecting to news server

Post by sander »

What is the number of connections you have specified in SABnzbd for the server? Maybe it's too high?

On the Ubuntu system, what happens when you "telnet news.server.net 119"?
And what if you type "telnet news.tiscali.nl 119"?
lban
Newbie
Newbie
Posts: 7
Joined: August 22nd, 2011, 9:39 am

Re: Trouble connecting to news server

Post by lban »

4 Connections, which had been working all along.

Telneting from the ubuntu system is giving me an error for both my newsserver and for tiscali.

Code: Select all

telnet: Unable to connect to remote host: Connection refused
I can telnet fine from other machines in the house.
Where do I go from here?
Thanks for any help you can give me, linux is not my first language.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Trouble connecting to news server

Post by sander »

So it's not a SABnzbd problem. Maybe there is a firewall blocking Usenet traffic, or maybe there is no Internet connection at all.
Let's find out what's going on: Post the output of these commands you should run on your Ubuntu machine:

One extra NNTP test, just to be sure:

telnet newsreader3.eweka.nl 119

A plain telnet test:

telnet telnet.ncf.carleton.ca

Check your network connection:

mtr -r -c4 8.8.8.8
lban
Newbie
Newbie
Posts: 7
Joined: August 22nd, 2011, 9:39 am

Re: Trouble connecting to news server

Post by lban »

OK.. so it appears I have an internet connection, and I can telnet, at least to carleton, just not to any news server.

Code: Select all

telnet newsreader3.eweka.nl 119
Trying 81.171.64.100...
telnet: Unable to connect to remote host: Connection refused

Code: Select all

darren@server1:~$ telnet telnet.ncf.carleton.ca
Trying 134.117.136.48...
Connected to smeagol.ncf.ca.
Escape character is '^]'.


SunOS 5.8

    National Capital FreeNet / Libertel de la Capitale nationale

If you are a visitor or wish to register, type 'guest' (without the quotes,
and all in lower-case, non-capital letters) at the 'login' prompt.

Si vous etes un visiteur ou vous voulez vous inscrire, entrez 'visiteur'
(sans les apostrophes, et tout en minuscules) a la requete 'login'.

Problems/problemes?  Contact/contactez:
NCF Office / Bureau LCN : (613) 520-9001   office@freenet.carleton.ca

Code: Select all

darren@server1:~$ mtr -r -c4 8.8.8.8
HOST: server1                     Loss%   Snt   Last   Avg  Best  Wrst StDev
lban
Newbie
Newbie
Posts: 7
Joined: August 22nd, 2011, 9:39 am

Re: Trouble connecting to news server

Post by lban »

I think we've got it. Turns out there was an instance of peerguardian running which was fouling things up. (I'd been playing with deluge last week which must have precipitated my problems) Stopping peerguardian seems to have things back to normal. I'll have to play with it a bit to make sure, but I think we've got it beat.

Thanks so much for your help as soon as you said ports being blocked it pointed me in the right direction.
Post Reply