My PiAware setup rebooted due to a short power outage. On reboot, the Dump1090 fails to start. Here’s the output from “sudo systemctl status dump1090-fa -l”
Aug 31 21:16:50 piaware systemd[1]: Unit dump1090-fa.service entered failed state.
Running “sudo rtl_adsb -V -” displays a lot ADS-B messages:
Found 1 device(s):
0: Realtek, RTL2832U, SN: 00001000
Using device 0: Generic RTL2832U
Found Rafael Micro R820T tuner
Tuner gain set to automatic.
Tuned to 1090000000 Hz.
Exact sample rate is: 2000000.052982 Hz
Sampling at 2000000 S/s.
*8d400e78d301522c490954a14a25;
DF=17 CA=5
ICAO Address=400e78
PI=0xa14a25
Type Code=26 S.Type/Ant.=3
*8da678ef58c90412fb487aecfa21;
DF=17 CA=5
ICAO Address=a678ef
PI=0xecfa21
Type Code=11 S.Type/Ant.=0
The install is failing over missing packages. The original install was done with 3.3.
sudo apt-get install dump1090-fa
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dump1090-fa : Depends: libncurses5 (>= 6) but 5.9+20140913-1 is to be installed
Depends: libtinfo5 (>= 6) but 5.9+20140913-1 is to be installed
E: Unable to correct problems, you have held broken packages.
If you use the full Raspbian image you get a full VNC server license too, and this makes it very easy to remote into your RPi to do maintenance and even look at SkyView, without needing to open any ports or expose anything to the Internet. Very handy.
Correct. You can choose to do it that way but you don’t need to with RealVNC and the full license. Instead RealVNC Server on your Pi makes an outbound connection from behind your NAT/firewall to your account. Your RealVNC Viewer, somewhere else, makes an outbound connection to your account and their platform hooks you up. Result is the full Raspbian desktop inside your viewer without needing to expose anything.