Page 1 of 1

[Errno 111] Failed to connect

Posted: March 1st, 2015, 5:10 pm
by wolf971
Hello Everyone,

I tried all day to install SABNZBDPLUS and I still have this error :

Code: Select all

[Errno 111] Failed to connect: (110, 'timed out') -1@news.giganews.com:563
I have a virtual server, I use a mac with the ssh terminal to do all the things.

I tried that from the website :

Code: Select all

"[Errno 111] Failed to connect: (110, 'timed out') -1 @news.example.com:119" when clicking on Test Server

You can test your connection to your newsserver by clicking on Test Server (in Config -> Servers). If the popup says "[Errno 111] Failed to connect: (110, 'timed out') -1@news.example.com:119", SABnzbd cannot connect to the newserver you filled out. You should check two things: the correct name for the newsserver and the correct port (119 is the normal port).

If you're sure everything is filled out OK and you still get the error message, as a test you can fill out an additional newsserver. You can use news.astraweb.com or newsreader.eweka.nl. After filling out and Save Change, you can click on Test Server. If you get "[Errno 111] Failed to connect: (110, 'timed out') -1@news.astraweb.com:119" for this extra server too, the problem is local: possibly a firewall is blocking outgoing connections. So check your firewall. Or temporarily disable / deinstall your firewall. Then check again with Test Server.

NB: after your own server is working, disable the extra setting, or you will see warnings in your log file of SABnzbd still trying to access this server for which you have no account.
It's not working at all.

This is my config :

Image

Can you help me, please ?

Re: [Errno 111] Failed to connect

Posted: March 1st, 2015, 5:26 pm
by sander
Do you have a firewall installed?

Re: [Errno 111] Failed to connect

Posted: March 2nd, 2015, 1:01 am
by wolf971
I don't know. I will see with the website which gave me the virtual server.

If it's that, what can I do ? Remove the firewall or make a exception for which port ?

Re: [Errno 111] Failed to connect

Posted: March 2nd, 2015, 1:35 am
by sander
wolf971 wrote:I don't know. I will see with the website which gave me the virtual server.

If it's that, what can I do ? Remove the firewall or make a exception for which port ?
See http://wiki.sabnzbd.org/firewalls-and-virus-scanners . But if someone else set up a firewall, you have to talk to that person.

In the meantime, you can also try news.giganews.com without port filled out and no SSL

Re: [Errno 111] Failed to connect

Posted: March 2nd, 2015, 6:09 am
by wolf971
There is no firewall installed on my server. I m the only user. I pretty sure I haven't instaaled a firewall.

I will look the link.

Thanks

Re: [Errno 111] Failed to connect

Posted: March 2nd, 2015, 7:08 am
by wolf971
sander wrote: In the meantime, you can also try news.giganews.com without port filled out and no SSL
It doesn't work.

Re: [Errno 111] Failed to connect

Posted: March 2nd, 2015, 8:21 am
by sander
wolf971 wrote:
sander wrote: In the meantime, you can also try news.giganews.com without port filled out and no SSL
It doesn't work.
Clear.

Contact your VPS/server-provider what is going on. Maybe they don't allow outgoing sessions at all.

Re: [Errno 111] Failed to connect

Posted: March 2nd, 2015, 3:42 pm
by shypike
First try telnet.
telnet server-address 119
You should get a prompt from the Usenet server.

Re: [Errno 111] Failed to connect

Posted: March 4th, 2015, 7:11 am
by wolf971
shypike wrote:First try telnet.
telnet server-address 119
You should get a prompt from the Usenet server.
OK. I'll come back to you when I'll try.

Thanks

Re: [Errno 111] Failed to connect

Posted: March 7th, 2015, 9:54 pm
by wolf971
Hello,

I erase all my datas on my server, it's a new one now, there is no firewall.

I get the same thing.
I don't understand the problem.

Re: [Errno 111] Failed to connect

Posted: March 8th, 2015, 7:39 am
by wolf971
Hello,

This is my Telnet conf :

Code: Select all

# /etc/inetd.conf:  see inetd(8) for further informations.
#
# Internet superserver configuration database
#
#
# Lines starting with "#:LABEL:" or "#<off>#" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(8)
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
#:INTERNAL: Internal services
#discard                stream  tcp     nowait  root    internal
#discard                dgram   udp     wait    root    internal
#daytime                stream  tcp     nowait  root    internal
#time           stream  tcp     nowait  root    internal

#:STANDARD: These are standard services.
telnet          stream  tcp     nowait  telnetd /usr/sbin/tcpd  /usr/sbin/in.telnetd

#:BSD: Shell, login, exec and talk are BSD protocols.

#:MAIL: Mail, news and uucp services.

#:INFO: Info services

#:BOOT: TFTP service is provided primarily for booting.  Most sites
#       run this only on machines acting as "boot servers."

#:RPC: RPC based services

#:HAM-RADIO: amateur-radio services

#:OTHER: Other services
What can I should be?

Re: [Errno 111] Failed to connect

Posted: March 8th, 2015, 7:53 am
by wolf971
shypike wrote:First try telnet.
telnet server-address 119
You should get a prompt from the Usenet server.
I try on my ssh command :

telnet 37.187..... 563, and I have this answer

bash: telnet : command not found

Re: [Errno 111] Failed to connect

Posted: March 8th, 2015, 9:09 am
by sander
First install the 'telnet' client. Depends on your Server / Linux version how to do that.

Re: [Errno 111] Failed to connect

Posted: March 9th, 2015, 12:37 am
by wolf971
sander wrote:First install the 'telnet' client. Depends on your Server / Linux version how to do that.
Hello,

It's installing. I have Debian 7.5.