Hi all,
Followed the steps at https://www.flightradar24.com/build-your-own and have it up & running, sharing data to FR24 without issue.
I ran this command -
but instead of seeing the [OK] listing, I am actually seeing this:
I have restarted the service (even rebooted the Pi!) but it's still coming back with the same result.
What am I missing?
Thanks.
Followed the steps at https://www.flightradar24.com/build-your-own and have it up & running, sharing data to FR24 without issue.
I ran this command -
Code:
sudo service fr24feed status
Code:
pi@raspberrypi:/ $ sudo service fr24feed status
● fr24feed.service - LSB: Flightradar24 Decoder & Feeder
Loaded: loaded (/etc/init.d/fr24feed)
Active: active (running) since Fri 2016-04-22 20:04:20 UTC; 15min ago
Process: 2059 ExecStop=/etc/init.d/fr24feed stop (code=exited, status=0/SUCCESS)
Process: 2105 ExecStart=/etc/init.d/fr24feed start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/fr24feed.service
├─2121 /usr/bin/fr24feed -- --monitor-file=/dev/shm/fr24feed.txt -...
└─2287 /usr/lib/fr24/dump1090 --net-http-port 8080 --raw --mlat
Apr 22 20:04:20 raspberrypi fr24feed[2105]: Starting FR24 feeder: fr24feed.
Apr 22 20:04:20 raspberrypi systemd[1]: Started LSB: Flightradar24 Decoder &....
Hint: Some lines were ellipsized, use -l to show in full.
What am I missing?
Thanks.