That's a good suggestion, I'll reopen this bug with a severity of
wishlist. Thanks!
** Changed in: gpsd (Ubuntu)
Status: Invalid => Triaged
** Changed in: gpsd (Ubuntu)
Importance: Undecided => Wishlist
** Summary changed:
- GPSD does not serve network clients even -G is used
+ Better
Before marking this as "invalid", please express this in
/etc/default/gpsd - otherwise user's don't understand, that the -G
requires also change into /lib/systemd/system/gpsd.socket file.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Hello Kalle,
Thanks for filing this bug report. The version of gpsd shipped with
Focal has an informative comment in /lib/systemd/system/gpsd.socket:
[Socket]
ListenStream=/var/run/gpsd.sock
ListenStream=[::1]:2947
ListenStream=127.0.0.1:2947
# To allow gpsd remote access, start gpsd with the -G
The solution is to modify file /lib/systemd&/system/gpsd.socket as
follows:
...
#ListenStream=127.0.0.1:2947 <--- comment out this line
ListenStream=0.0.0.0:2947 <--- add this line
...
This works for IPv4, but for IPv6, I did not get it working. Anyway, I
have disabled IPv6 from my "produc