Hi all,
I have setup my first piaware
Everything looks to be working fine, but I am noticing that after some time, I no longer get new messages from dump1090-fa
Logs from piaware:
Oct 22 18:25:34 raspberrypi piaware[496]: 676 msgs recv'd from dump1090-fa (0 in last 5m); 654 msgs sent to FlightAware
Oct 22 18:30:34 raspberrypi piaware[496]: 676 msgs recv'd from dump1090-fa (0 in last 5m); 654 msgs sent to FlightAware
Oct 22 18:35:34 raspberrypi piaware[496]: 676 msgs recv'd from dump1090-fa (0 in last 5m); 654 msgs sent to FlightAware
Oct 22 18:36:19 raspberrypi piaware[496]: mlat-client(684): Receiver status: connected
Oct 22 18:36:19 raspberrypi piaware[496]: mlat-client(684): Server status: not synchronized with any nearby receivers
Oct 22 18:36:19 raspberrypi piaware[496]: mlat-client(684): Receiver: 0.0 msg/s received 0.0 msg/s processed (0%)
Oct 22 18:36:19 raspberrypi piaware[496]: mlat-client(684): Server: 0.0 kB/s from server 0.0kB/s TCP to server 0.0kB/s UDP to server
Oct 22 18:36:19 raspberrypi piaware[496]: mlat-client(684): Aircraft: 0 of 0 Mode S, 0 of 0 ADS-B used
Oct 22 18:40:34 raspberrypi piaware[496]: 676 msgs recv'd from dump1090-fa (0 in last 5m); 654 msgs sent to FlightAware
Oct 22 18:45:34 raspberrypi piaware[496]: 676 msgs recv'd from dump1090-fa (0 in last 5m); 654 msgs sent to FlightAware
If I reboot the raspberry pi, everything boots up correctly and I can get data again.
In addition to this, I am also running fr24feed
, which is hooked to dump1090-fa
on beast-tcp
on 127.0.0.1:30005
.
During that time, even fr24feed
cannot receive data from dump1090-fa
2018-10-22 20:35:36 | [reader][w]Global timeout exceeded, 0 msgs, 0 resyncs, reconnecting
2018-10-22 20:35:36 | [reader][i]Connection terminated
2018-10-22 20:35:37 | [mlat][i]No ADS-B time reference available (0/0)
2018-10-22 20:35:37 | [mlat][i]Pinging the server
2018-10-22 20:35:37 | [mlat][i]Stats 4810/0
2018-10-22 20:35:41 | [reader][i]Connecting to unknown receiver via (tcp://127.0.0.1:30005)
2018-10-22 20:35:41 | [reader][i]Connected to the receiver, configuring
2018-10-22 20:35:41 | [reader][i]Configured, processing messages
2018-10-22 20:35:43 | [feed][n]ping 102
2018-10-22 20:35:44 | [feed][n]syncing stream result: 1
2018-10-22 20:35:48 | [mlat][i]No ADS-B time reference available (0/0)
2018-10-22 20:35:57 | [mlat][i]No ADS-B time reference available (0/0)
2018-10-22 20:35:57 | [mlat][i]Pinging the server
2018-10-22 20:35:57 | [mlat][i]Stats 4810/0
2018-10-22 20:36:07 | [mlat][i]No ADS-B time reference available (0/0)
2018-10-22 20:36:13 | [feed][n]ping 103
2018-10-22 20:36:14 | [feed][n]syncing stream result: 1
2018-10-22 20:36:17 | [mlat][i]No ADS-B time reference available (0/0)
2018-10-22 20:36:17 | [mlat][i]Pinging the server
2018-10-22 20:36:17 | [mlat][i]Stats 4810/0
2018-10-22 20:36:28 | [mlat][i]No ADS-B time reference available (0/0)
2018-10-22 20:36:37 | [mlat][i]No ADS-B time reference available (0/0)
2018-10-22 20:36:37 | [mlat][i]Pinging the server
2018-10-22 20:36:37 | [mlat][i]Stats 4810/0
2018-10-22 20:36:43 | [feed][n]ping 104
2018-10-22 20:36:44 | [feed][n]syncing stream result: 1
2018-10-22 20:36:47 | [mlat][i]No ADS-B time reference available (0/0)
I can see that the process is still running and listening on those ports. I can even telnet
to it and it accepts my connection.
How can I figure out what’s causing this?