I’m having a weird issue. I had to force boot the pi last night and local site was showing OK so thought everything is good. Got a notification that I’m not feeding to FA.
/var/log/piaware.log stopped at the hard reboot time yesterday, no new logs
Dump1090-fa seems to be working as well pi@adsb:/var/log $ sudo systemctl status dump1090-* Warning: The unit file, source configuration file or drop-ins of dump1090-fa.service changed on disk. Run 'systemctl daemon-reload' to reloa ● dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization) Loaded: loaded (/lib/systemd/system/dump1090-fa.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/dump1090-fa.service.d └─bias-t.conf Active: active (running) since Tue 2021-02-02 16:19:39 CST; 2min 33s ago Docs: https://flightaware.com/adsb/piaware/ Process: 5562 ExecStartPre=/home/pi/rtl_biast/build/src/rtl_biast -b 1 (code=exited, status=0/SUCCESS) Main PID: 5568 (dump1090-fa) Tasks: 3 (limit: 2063) CGroup: /system.slice/dump1090-fa.service └─5568 /usr/bin/dump1090-fa --device-index 0 --gain 30 --ppm 0 --max-range 360 --fix --net --net-heartbeat 60 --net-ro-size 1300
It seems there is an issue with piaware itself: pi@adsb:/var/log $ sudo systemctl status piaware ● piaware.service - FlightAware ADS-B uploader Loaded: loaded (/lib/systemd/system/piaware.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: signal) since Tue 2021-02-02 16:37:47 CST; 15s ago Docs: https://flightaware.com/adsb/piaware/ Process: 5681 ExecStart=/usr/bin/piaware -p /run/piaware/piaware.pid -plainlog -statusfile /run/piaware/status.json (code=killed, signal=I Main PID: 5681 (code=killed, signal=ILL)
From syslog: Feb 2 16:39:18 adsb systemd[1]: piaware.service: Service RestartSec=30s expired, scheduling restart. Feb 2 16:39:18 adsb systemd[1]: piaware.service: Scheduled restart job, restart counter is at 2713. Feb 2 16:39:18 adsb systemd[1]: Stopped FlightAware ADS-B uploader. Feb 2 16:39:18 adsb systemd[1]: Condition check resulted in Generate Pirehose certificate if missing being skipped. Feb 2 16:39:18 adsb systemd[1]: Started FlightAware ADS-B uploader. Feb 2 16:39:18 adsb systemd[1]: piaware.service: Main process exited, code=killed, status=4/ILL Feb 2 16:39:18 adsb systemd[1]: piaware.service: Failed with result 'signal'.
Also feeding to FR24, seems unaffected by the FA issue.
That seems strange … but starting with a fresh image will also be useful to exclude weirdness due to corruption.
If it continues after that i suppose you’d have to look at potential issues with power for the pi or the pi itself.
I have an image of the card from when I built it back on 11/29/20 so I will try that next. I cloned the bad one as I didn’t want to do the extra steps (bias tee) I guess I will have to
I think I am back online. Thank you both for your help.
I originally was hoping that I could resurrect the original load by fixing the OS issues but that proved to be futile. Then I copied over the image, which just perpetuated the same issue but to another disk.
I had an original load from a while back and just used that. Made some changes to gain and bias-tee and done.
@wiedehopf, the bias-tee scripts to enable / disable on github, will they install the whole bias-tee again and enable on boot?
Well if you already have something in place you could then have two things enabling the biastee.
The activation of the biastee occurs with the dump1090-fa or readsb service start.
But if you start from scratch … install dump1090-fa or readsb … then the script will take care of the whole deal.