Please issue following two commands and post the output of 2nd command.
sudo systemctl stop dump1090-fa
dump1090-fa
Please issue following two commands and post the output of 2nd command.
sudo systemctl stop dump1090-fa
dump1090-fa
without usb dongle
dump1090-fa
Wed Sep 30 10:55:38 2020 CEST dump1090-fa 3.8.1 starting up.
rtlsdr: no supported devices found.
and with usb dongle
dump1090-fa
Wed Sep 30 10:55:52 2020 CEST dump1090-fa 3.8.1 starting up.
rtlsdr: using device #0: Generic RTL2832U OEM (Realtek, RTL2838UHIDIR, SN 00000001)
Found Rafael Micro R820T tuner
rtlsdr: tuner gain set to 49.6 dB
So the dump1090-fa has failed as you did not plugin the dongle into Computer (and if ubuntu is running in a VM, then you did not passed it through to the VM).
With usb dvbt dongle plugged into Computer (and passed-through to VM if Ubuntu is running in VM), give these commands, and post output of last command:
sudo killall dump1090-fa
sudo systemctl restart dump1099-fa
sudo systemctl status dump1090-fa
$ sudo killall dump1090-fa
dump1090-fa: žádný proces nenalezen = no process found
$ sudo systemctl restart dump1099-fa
Failed to restart dump1099-fa.service: Unit dump1099-fa.service not found.
$ sudo systemctl status dump1090-fa
● dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization)
Loaded: loaded (/lib/systemd/system/dump1090-fa.service; enabled; vendor preset: enabled)
Active: inactive (dead) (Result: exit-code) since Wed 2020-09-30 10:55:35 CEST; 26min ago
Docs: https://flightaware.com/adsb/piaware/
Main PID: 3758 (code=exited, status=1/FAILURE)
zář 30 10:55:22 tomas-Lenovo-IdeaPad-Z510 systemd[1]: dump1090-fa.service: Main process exited, code=exited, status=1/FAILURE
zář 30 10:55:22 tomas-Lenovo-IdeaPad-Z510 systemd[1]: dump1090-fa.service: Failed with result 'exit-code'.
zář 30 10:55:35 tomas-Lenovo-IdeaPad-Z510 systemd[1]: Stopped dump1090 ADS-B receiver (FlightAware customization).
Despite these problems, I continued with the installation. Everything seems to be working properly. I see the application and the airplanes at my local address http://192.168.0.107:8080/.
When I run sudo systemctl status dump1090-fa, Status is already active (running)
Thank you so much for your help and your time!
Typo in the service name.
It was not @quetzalco’s fault. He copy pasted the command from my post which had the typo
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.