Search Criteria
Package Details: flightradar24 1.0.48-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/flightradar24.git (read-only, click to copy) |
---|---|
Package Base: | flightradar24 |
Description: | Feeder software for Flightradar24.com (fr24feed) |
Upstream URL: | https://www.flightradar24.com/share-your-data |
Licenses: | custom |
Submitter: | yuvadm |
Maintainer: | rsa |
Last Packager: | rsa |
Votes: | 10 |
Popularity: | 0.137271 |
First Submitted: | 2014-03-13 15:31 (UTC) |
Last Updated: | 2024-07-29 01:30 (UTC) |
Dependencies (3)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dump1090 (dump1090-mutability-gitAUR, dump1090-mictronics-gitAUR, readsb-wiedehopf-gitAUR, dump1090-gitAUR, dump1090-tomswartz-gitAUR, dump1090-fa-gitAUR)
- dump978 (dump978-fa-gitAUR) (optional) – for 978MHz UAT support
Required by (0)
Sources (7)
- fr24feed-status.patch
- fr24feed.service
- fr24uat-feed.service
- hostname
- https://repo-feed.flightradar24.com/linux_binaries/fr24feed_1.0.48-0_amd64.deb
- https://repo-feed.flightradar24.com/linux_binaries/fr24feed_1.0.48-0_i386.deb
- https://repo-feed.flightradar24.com/rpi_binaries/fr24feed_1.0.48-0_armhf.deb
Latest Comments
1 2 3 4 5 Next › Last »
meijin commented on 2024-11-03 07:03 (UTC)
any updates?
rsa commented on 2024-09-09 14:49 (UTC)
@meijin I was traveling when you submitted the last messages, sorry for the delay. I'm trying to fix this issue locally and will publish an update as soon as I figure out. Thanks!
meijin commented on 2024-08-17 09:35 (UTC)
@rsa any update on that problem?
meijin commented on 2024-08-01 07:14 (UTC)
@rsa the package is unusable for now and I had to downgrade to the
-2
versionmeijin commented on 2024-07-29 03:42 (UTC)
After your latest changes, it fails to read the config file:
But the key is in the /etc/fr24feed.ini file
rsa commented on 2024-07-29 01:32 (UTC) (edited on 2024-07-29 01:34 (UTC) by rsa)
In 1.0.48-3, I tightened the systemd sandbox as much as possible (you can check with
systemd-analyze security fr24feed.service
), disallowing access I noticed the software doesn't need to function. Please let me know if something stops working for you.rsa commented on 2024-07-26 10:28 (UTC)
The error below has been fixed in 1.0.48-2 by means of moving the descriptor file from /dev/shm (where it had no write access) to /run/flightradar24
rsa commented on 2024-07-22 22:53 (UTC)
The binary can't run as a non-root user, it starts to spill the following message in the logs:
Longer snippet of the logs:
It works without this error message if I remove the
User=
entry in the service file. Tested on different machines, had the same issue.jimmyxu commented on 2024-02-15 02:22 (UTC)
I've added a service file and listed dump978 in optdepends.
skooj commented on 2024-02-14 16:35 (UTC) (edited on 2024-02-14 17:24 (UTC) by skooj)
With 1.0.46, FR24 added a feeder for UAT (978) planes. By my understanding, this is only used in the US. This PKGBUILD does not install the binaries or service for this, though they are included in the .deb files sourced by FR24 themselves.
I am not very familiar with making or modifying PKGBUILD files, but since I was already feeding UAT (through dump978-fa, which is required) to other services, I was able to modify the PKGBUILD with the following package() section:
1 2 3 4 5 Next › Last »