sdr-enthusiasts / docker-piaware

Multi-arch PiAware docker container including support for bladeRF, RTLSDR, SoapySDR. Includes dump1090 & dump978 (amd64, arm/v6, arm/v7, arm64v8)
MIT License
153 stars 30 forks source link

gpsd failures #177

Open PhantomPhoton opened 4 months ago

PhantomPhoton commented 4 months ago

I'm running ghcr.io/sdr-enthusiasts/docker-piaware:latest_nohealthcheck version sha256:b84015be46b06fa514bec0037a1cb4c6fea51a8976713f335461f5dacf97ef2b and am receiving a lot of log spam

[piaware] 2024/05/12 12:12:39 GPS: ::gpsdClient0: connect_completed
[piaware] 2024/05/12 12:12:39 GPS: ::gpsdClient0: connection to gpsd at localhost/2947 failed: cannot assign requested address
[piaware] 2024/05/12 12:12:39 GPS: ::gpsdClient0: closing gpsd socket, scheduling reconnect
[piaware] 2024/05/12 12:14:39 GPS: ::gpsdClient0: connect_completed
[piaware] 2024/05/12 12:14:39 GPS: ::gpsdClient0: connection to gpsd at localhost/2947 failed: cannot assign requested address
[piaware] 2024/05/12 12:14:39 GPS: ::gpsdClient0: closing gpsd socket, scheduling reconnect

Everything else seems to work just fine. Is there something I need to do to fix the error or can I disable gpsd?

Thank you!