I have sabnzbd version 0.7.20 running on a raspberry pi. Downloads stopped working so I tested the server and I'm getting the message :
[Errno 111] Failed to connect (110, '[Errno 113] No route to host') -[email protected]:563)
I haven't made any configuration changes since it was last working.
I also have sabnzbd installed on PC (sabnzbd host=0.0.0.0) and it's working perfectly.
Can anyone please steer me in the right direction to solve this problem on the pi.
Thanks in advance.
No route to host
Re: No route to host
It means your raspi can't reach ssl.astraweb.com. It's a network problem between your raspi and ssl.astraweb.com.
Easy next step: log on to the command prompt of your raspi, and type "ping ssl.astraweb.com".
Easy next step: log on to the command prompt of your raspi, and type "ping ssl.astraweb.com".
Re: No route to host
Thanks for your suggestion. I had already tried that and you're right the raspi cant reach ssl.astraweb.com.
/$ ping ssl.astraweb.com
PING ssl.astraweb.com (216.151.153.12) 56(84) bytes of data.
From raspberrypi.local (192.168.1.1) icmp_seq=1 Destination Host Unreachable
From raspberrypi.local (192.168.1.1) icmp_seq=2 Destination Host Unreachable
From raspberrypi.local (192.168.1.1) icmp_seq=3 Destination Host Unreachable
etc
Do you have any advice as to how I can identify the network problem?
/$ ping ssl.astraweb.com
PING ssl.astraweb.com (216.151.153.12) 56(84) bytes of data.
From raspberrypi.local (192.168.1.1) icmp_seq=1 Destination Host Unreachable
From raspberrypi.local (192.168.1.1) icmp_seq=2 Destination Host Unreachable
From raspberrypi.local (192.168.1.1) icmp_seq=3 Destination Host Unreachable
etc
Do you have any advice as to how I can identify the network problem?
Re: No route to host
I would have appreciated it if you had said that in your first post.Thanks for your suggestion. I had already tried that and you're right the raspi cant reach ssl.astraweb.com.
In the SAB webinterface, click on the wrench symbol in the upper right corner (EDIT: Oh, you have a stone old SABnzbd so you don't have the wrench symbol). You get a pop up, telling your local & public IPv4 address. What does it say.Do you have any advice as to how I can identify the network problem?
Futhermore: Type this:
Code: Select all
traceroute www.google.com
Re: No route to host
I have the wrench symbol which displays the config menu but no popup.
The address in the address bar is http://10.1.1.198:8080
traceroute http://www.google.com displays:
traceroute to http://www.google.com (216.58.196.132), 30 hops max, 60 byte packets
1 raspberrypi.local (192.168.1.1) 2998.763 ms !H 2998.396 ms !H 2998.342 ms !H
The address in the address bar is http://10.1.1.198:8080
traceroute http://www.google.com displays:
traceroute to http://www.google.com (216.58.196.132), 30 hops max, 60 byte packets
1 raspberrypi.local (192.168.1.1) 2998.763 ms !H 2998.396 ms !H 2998.342 ms !H
Re: No route to host
While this is not sabnzbd version related, you really need to update your sabnzbd. It's mega old.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: No route to host
Just one hop in your traceroute. That's bad. So your raspi's network setup is bad / corrupt. Solve that, and your SABnzbd will work.
Not a SABnzbd problem, so probably better to find help in the Raspi forum, for example: https://www.raspberrypi.org/forums/viewforum.php?f=66
HTH
Not a SABnzbd problem, so probably better to find help in the Raspi forum, for example: https://www.raspberrypi.org/forums/viewforum.php?f=66
HTH