Closed darkalexpp closed 4 years ago
gpsd -N -n udp://*:2581 gpsd:ERROR: can't bind to IPv4 port gpsd, Address already in use gpsd:ERROR: maybe gpsd is already running!
It means port 2581 is already in use. Try ss -atn and looking for any applications on this port, or choose a different port.
ss -atn
gpsd -N -n udp://*:2581
gpsd:ERROR: can't bind to IPv4 port gpsd, Address already in use gpsd:ERROR: maybe gpsd is already running!