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.
SOLVED Trouble connecting to news server
Forum rules
Help us help you:
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.
SOLVED Trouble connecting to news server
Last edited by lban on August 31st, 2011, 9:37 pm, edited 3 times in total.
Re: Trouble connecting to news server
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.
Otherwise, restart SABnzbd and try again.
Check your username and password in the sabnzbd.ini file.
Re: Trouble connecting to news server
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?
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?
Re: Trouble connecting to news server
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"?
On the Ubuntu system, what happens when you "telnet news.server.net 119"?
And what if you type "telnet news.tiscali.nl 119"?
Re: Trouble connecting to news server
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.
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.
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 refusedWhere do I go from here?
Thanks for any help you can give me, linux is not my first language.
Re: Trouble connecting to news server
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
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
Re: Trouble connecting to news server
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 refusedCode: 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.caCode: Select all
darren@server1:~$ mtr -r -c4 8.8.8.8
HOST: server1 Loss% Snt Last Avg Best Wrst StDev
Re: Trouble connecting to news server
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.
Thanks so much for your help as soon as you said ports being blocked it pointed me in the right direction.

