No server connection, but telnet to server works

hi richard,

(hmm, moving targets are always fun…)

  • the first problem you were having resulted from a server-side issue, which has been resolved, however…

  • the most recent reason is because the unit is unable to successfully resolve the server name. this is evident in the log file odf_SL_plugin.err file’s latest entry:

2024 260 17:50:41>>	create_socket(): Error in getaddrinfo: Name or service not known
2024 260 17:50:41>>	Likely cause is no DNS server found.

even though your DNS server list did not change (this information is contained in the log file myshake.out).

sometimes what can happen at boot-up is that the DNS server is not yet available when / if the router in-between is in the process of also booting. (and i have no idea if this was the case in your particular situation or not…)

since i gather you are comfortable working on the command line, instead of rebooting the unit, try restarting the data-producer service instead:

  1. log in to the shake
  2. run the following command:
    sudo systemctl restart rsh-data-producer

and see if this results in a better outcome.

you can also verify the DNS server is properly being accessed by trying to ping the data server:

ping raspberryshakedata.com

hope this helps, please send along the log files again when connection is still not successful.

cheers,
richard

1 Like