You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be because str2str is only bound to the ipv4 address, and not ipv6 too:
root@rtkgps:~# netstat -lp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
<snip>
tcp 0 0 0.0.0.0:5015 0.0.0.0:* LISTEN 676/str2str
<snip>
The text was updated successfully, but these errors were encountered:
Describe the bug
GPSD fails to connect:
To Reproduce
Steps to reproduce the behavior:
Enable '-D 2' in the GPSD_OPTIONS of
/etc/default/gpsd
Restart gpsd
journalctl -f -u gpsd
Expected behavior
GPSD connects to the cloned GPS unit
Software/Hardware (please complete the following information):
Additional context
Replacing 'localhost' in /etc/defaults/gpsd with '127.0.0.1' fixes the problem.
Local resolution appears to be working:
It could be because str2str is only bound to the ipv4 address, and not ipv6 too:
The text was updated successfully, but these errors were encountered: