Quantcast
Channel: Flightradar24 Forum
Viewing all 5745 articles
Browse latest View live

FR24 server disconnected , could not connect

$
0
0
Hi Guys

i have today a problem with my two fr24feed (one Windows feed and one Raspberry Pi Feed)

both feeders at the same time (1030 lcl Berlin/Germany) don´t share data to fr24 server , both feeders connection sucessfull to receiver . I have not adjusted or the same, before it worked great
Is this a server problem ???


the windows feed says ,, Error : could not connect feed ! (result-1,fd -1)
waiting 7 seconds ,,

on localhost:8754 show fr24 feed me this information
FR24 Link : disconnected
FR24 Radar Code : T-EDCG2
Aircraft Tracked Mode S & ADS-B : 22
Reveiver : avr-rcp . connected
MLAT running : N/A


the rapsi feed says :
bind function failed erno 98

here is the receiver sucessfull working !

At both worked planefinder good !



i have updatet the raspi and windows feed for the newest version ... have fr24feed server problems ?

How to set up a feeder using 64-bit Ubuntu Linux on Intel platform

$
0
0
My Story:
As for many others, my interest in tracking flights started out as a "what is it, flying over my head?". After a couple of years subscribing to the Flightradar24 service, I came across the "Build your own ADS-B receiver" article and decided to order a dongle and antenna.

Being a system operator in a midsize company for many years, I have seen too many problems running long term services on the Raspberry Pi due to malfunctioning SD cards caused by the limited number of write operations allowed on this type of storage. The only right solution for me, was to run the feeder on a virtual Linux on my home VMware server. But soon the struggles began to show, as no-one seems to run ADS-B receivers on anything but ARM platforms. So - For anyone out there wanting to run fr24feed on a 64-bit Intel-based Linux, I have made the compact how-to guide below. It is not meant to be a detailed step-by-step guide with a lot of explanations, but as a quick-guide for the experienced Linux operator needing a hint or two.


My Hardware:
Receiver RTL-SDR R820T2 TCXO Dongle
Antenna A3 ADS-B Antenna (1090 MHz)
Computer Intel® NUC Kit NUC6i7KYK (Skull Canyon)
Hypervisor VMware ESXi 6.7
OS Ubuntu 18.04.2 LTS Server


How I did it:

== Preparing a mint Ubuntu Server ==
sudo apt install build-essential rtl-sdr librtlsdr-dev pkg-config

wget https://repo-feed.flightradar24.com/rpi_images/fr24-raspberry-pi-latest.img.gz
wget https://repo-feed.flightradar24.com/linux_x86_64_binaries/fr24feed_1.0.18-5_amd64.tgz
git clone https://github.com/mutability/dump1090.git dump1090-1.15

gunzip --keep fr24-raspberry-pi-latest.img.gz
tar xzf fr24feed_1.0.18-5_amd64.tgz
tar xzf dump1090-1.14.tar.gz

cd dump1090-1.15
make
cd ..


== Creating a new fr24 user ==
sudo su
groupadd -g 992 fr24
useradd -g fr24 -u 992 fr24 -d /home/fr24 -s /bin/bash
mkdir /home/fr24
chown fr24:fr24 /home/fr24
chmod 755 /home/fr24
exit


== Installing ==
sudo su
cp ./fr24feed_amd64/fr24feed /usr/bin/fr24feed
cp ./dump1090-1.15/dump1090 /usr/bin/dump1090-mutability

mkdir ./fr24
fdisk --list fr24-raspberry-pi-latest.img
Code:

  Disk fr24-raspberry-pi-latest.img: 1.8 GiB, 1866465280 bytes, 3645440 sectors
  Units: sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disklabel type: dos
  Disk identifier: 0xee25660b

  Device                        Boot Start    End Sectors  Size Id Type
  fr24-raspberry-pi-latest.img1      8192  97889  89698 43.8M  c W95 FAT32 (LBA)
  fr24-raspberry-pi-latest.img2      98304 3645439 3547136  1.7G 83 Linux

Multiply the unit size with the starting point of img2 and use it for offset.
mount --options loop,offset=50331648 fr24-raspberry-pi-latest.img ./fr24

cp ./fr24/etc/fr24feed.ini /etc/fr24feed.ini
cp ./fr24/etc/logrotate.d/fr24feed /etc/logrotate.d/fr24feed
cp ./fr24/etc/systemd/system/fr24feed.service /etc/systemd/system/fr24feed.service
cp ./fr24/etc/udev/rules.d/rtl-sdr.rules /etc/udev/rules.d/rtl-sdr.rules
cp ./fr24/usr/bin/fr24feed-status /usr/bin/fr24feed-status
mkdir -p /usr/lib/fr24/public_html/coolclock
cp -R ./fr24/usr/lib/fr24/* /usr/lib/fr24
mkdir -p /usr/share/fr24/licences
cp -R ./fr24/usr/share/fr24/* /usr/share/fr24

umount ./fr24
exit


== Wrapping it all up ==
sudo fr24feed --signup <== If you are not already signed up

sudo vi /etc/fr24feed.ini
logpath="/var/log/fr24feed"
fr24key="xxxxxxxxxxxxxxxx"

sudo vi /etc/systemd/system/fr24feed.service
ExecStartPre=-/usr/lib/fr24/install_dump1090.sh <== Remove this line (just to be safe)

sudo systemctl enable fr24feed.service
sudo systemctl start fr24feed.service


== Flightradar24 status ==
fr24feed-status
sudo systemctl status fr24feed.service

Unnecessary NTP traffic from fr24feed... (should probably get a vendor zone)

$
0
0
Hello,

I was noticing occasional odd DNS lookups from my Pi that's running fr24feed - they were for NTP pool servers that are nowhere near me, and it was happening every 10min or so. This seemed odd, since all my machines are NTP synced to my local stratum 1 server.

I was seeing these hosts being looked up:

1.europe.pool.ntp.org
1.north-america.pool.ntp.org
1.asia.pool.ntp.org
1.oceania.pool.ntp.org
1.south-america.pool.ntp.org
1.africa.pool.ntp.org


I then realized that the fr24feed process tries to Sync time every 10 min or so, as per the log file:

2018-01-15 06:51:00 | [time][i]Synchronizing time via NTP

This is probably a setting that the end user should be able to disable, or you should alter this so that it just checks to see if the local clock is sync'd first, before trying to force it.... Or perhaps simply an enumerated option like:

Set system clock:
  • Every 10 minutes
  • Once per hour
  • Once per day
  • Only at process start


Your current utilization is also - technically - against the NTP Pool terms of use (I'd link to it, but I was warned not to post links as I'm a newly-registered user -- Suffice it to say you can find it on the "ntppool DOT org" web page :) ), as you should probably have created a vendor pool zone for fr24, and used that. Also, forcing every user to poll pools that are all over the world is silly, and often some of these pools may be small and not have as much capacity as larger pools. You are generating unnecessary load on the global pools, especially since normal NTP query backoff would settle around 1024 seconds (~17min), and you're polling more frequently than that (and to an unnecessarily large number of servers).

Sure, i t's smart to have a "sanity check" to see if the clock is correct, but other than at initial process startup, you really probably don't need to check more often than every hour, tops.

Checking to see if the system's clock is generally synched already (at least at process start) should be sufficient to avoid unnecessary traffic and unnecessary use of "all" the various global pools (which might traditionally not be expecting much traffic). Again, you really probably should not be specifying all of the various regional pools - just use the [0-3].pool.ntp.org hosts... but better yet getting a "vendor id" created for you, and using that.

Anyway, just trying to make sure the fr24 process is being as "friendly" as it should be, when dealing with the volunteer NTP pools :)

(n.b. I run several public NTP servers and have been contributing to the global NTP pools for a while now)

-Taner

Votre appareil n'est pas équipé d'une boussole ?

$
0
0
Bonjour,
Je viens d'installer Flight radar 24 sur mon téléphone ainsi que sur ma tablette.
Malheureusement,cela ne fonctionne pas (votre appareil n'est pas équipé d'une boussole) et cela sur mes 2 appareils.
Samsung Galaxy j7 et tablette Huwei.

Que faut-il faire ?
Télécharger une boussole ?
Merci pour votre aide,passionné d'aviation,je suis terriblement frustré.
Alain

Feed and LAN connectivity

$
0
0
Tried search but didn't find answers to these general questions so wanted to give a post a try...

1) On the FR24 website, I want to edit my elevation and lat/long info because I moved my antenna. On the FR24 flight stats page I edit my coordinates and I can change the elevation, but the lat/long fields are grayed out. Is there another place that I can/should be using to change lat/long settings?

2) In terminal when executing fr24feed-status, one of the rows says "Receiver: connected (644247 MSGS/0 SYNC). Is that SYNC number supposed to be 0? What does that message mean?

3) I'm running fine on wifi, but when I plug an ethernet cable into my Pi then my FR24 feed breaks. I'm assuming this is because the wired connection has a different IP address according to ifconfig(???). If I want to run on the cable, where do I need to change that IP address to try to get my feed re-started?

Thanks, John

Not picking up mode S

$
0
0
Ive noticed that’s friend of mine who flies G-BEZC which has a mode S transponder isn’t showing any of his recent flights, so today he has a local flight specifically to check his transponder.
He overflew my house and receiver T-EGPE30 and a friend of mines T-EGPE31 and no trace of his flight.
As he overflew each reciver he checked with Inverness Radar that his mode S was transmitting correctly!
At the same time he was airborne 2 other aircraft with mode S flew from Inverness, again no sign of those flights either
Any ideas??

Web page update

$
0
0
This should be good for a bit of discussion !

Has anyone else noticed the new look when selecting an aircraft - the left hand side box has an updated look and layout.

I just clicked on QF3 ( circled over water ) then on SIA242 ( circled over land ) and got some current data for SIA242 and the Recent Flight data for the aircraft flying the QF3 route.

FR24 18FEB2019 0927UTC.jpg

Tested on a few different plane icons with the same result. Requires a refresh to correct.
Attached Images

FR24 web page Radar not showing my A/C feed

$
0
0
Hi, just put FR24 onto my Pi3 with FlightAware working good.

FR24 seems to be working but can not see my feed when putting my radar code into the FR24 web page or see my username or radar code in the stats page.
The feeder status page is all green and the tracked A/C page is updating.


FR24 Link: Connected via UDP
FR24 Radar Code: T-EGSH134
Local IP(s): 192.168.0.6
Aircraft Tracked:
(ModeS & ADS-B) 80
Aircraft Uploaded: 69
Receiver: beast-tcp, Connected
MLAT running: YES

Any suggestions would be helpful

Dave

fr24feed-status color output

$
0
0
Hello

Is there a way to disable color output of fr24feed-status ?

I made a little script to monitor my feeder and Raspbian grep does not like colors...

Thanks

Flying in Nigeria

$
0
0
I will be in Nigeria for a few months at the end of the year, traveling all around the country working on a new story about the Nigerian tech scene. Driving around the country is an option, but becomes very difficult becasue of the road quality and sheer size of Nigeria.

So I'm thinking of flying. The country has a number of domestic airlines and airports all around the country, so logistically this is not a problem. However, I see many news stories documenting crashes and various other incidents. Does anyone have any information of how safe it is to fly in Nigeria? Mabye any experience travelling in the country?

Avereage flight time missing

$
0
0
Hi
With yet another pointless redesign, the average flight time has now been removed.
Can I please ask why?

Airport pings missing

$
0
0
There are some IATA airports missing pin:

- NSY (City name: Catania*; airport name: Sigonella Naval Air Station) 37°24'12.2"N 14°55'21.9"E
- AVB (City name: Aviano; airport name: Aviano Air Base) 46°01'54.4"N 12°35'51.4"E
- ROZ (City name: Rota; airport name: Rota Air Base) 36°38'42.1"N 6°20'56.5"W
- XJD (City name: Al Udeid; airport name: Al Udeid Air Base) 25°07'08.2"N 51°18'50.8"E
- DHF (City name: Abu Dhabi; airport name: Al Dhafra Air Base) 24°14'34.8"N 54°32'40.8"E
- NHD (City name: Dubai; airport name: Al Minhad Air Base) 25°01'36.6"N 55°21'59.7"E
- DNA (City name: Okinawa; airport name: Kadena Air Base) 26°21'21.0"N 127°45'52.1"E
- OAI (City name: Bagram; airport name: Bagram Airport) 34°56'43.4"N 69°15'55.1"E
- XIJ (City name: Ahmed al-Jaber; airport name: Ahmad al-Jaber Air Base) 28°56'05.7"N 47°47'31.1"E
- OSN (City name: Osan; airport name: Osan Air Base) 37°05'26.3"N 127°01'45.9"E

*Iata NSY "City name" is Sigonella, but Sigonella is not a city, but is only the air base name; the city is Catania.

Help me find a A380

$
0
0
Hi

I was a rescue helicopter doctor a couple of years ago and I took some photos of a EMIRATES A380, that I would like to share on Flightradar24. We were flying over the Düsseldorf International airport during a rescue mission.

Can you help me find this plane?

It was on July 2nd, 2016 at 15:55 local time (CET) - he was on the taxiway. At 15:58 he was in the air. Emirates, A380.

Thanks.

Engines over the wing and engines under the wing

$
0
0
Is there any practical use in locating engines above the wing?

Brutal performance variations

$
0
0
Hello,

I've been running FR24 feed on a Raspberry-pi with FR24 latest SD img for three months now (T-LFPN38). Everything is working fine except that I notice brutal variations in ADS-B messages numbers received and aircrafts locations range. Everything can be normal for 3 or 4 days, and suddenly the problem appears several times in the same day. The problem sometimes corrects itself but generally I have to unplug and replug the antenna to restore a normal situation. I tried different antennas and several DVB-T keys, but the problem also occurs. I also tried to fix the gain (--gain 49.6 instead of -10.0), but without more success.

Some graphs to illustrate the problem:

- Number of planes uploaded

nbplanes_uploaded-day.png

- Live max range by polar sectors (cumulative graphs, N, NE, E...)

fr24__live_distances-day.png

- When the problem occurs...

fr24_01.jpg

- Just after unplugging and replugging in the antenna, back to normal...

fr24_02.jpg

Current configuration:

- Raspberry Pi 3 Model B+ with 2,5A power supply
- RTL-SDR.com V3 DVB-T stick (also tried Andoer Mini Portable Digital USB 2.0 TV Stick DVB-T and NooElec NESDR Mini 2+ 0,5 PPM TCXO RTL-SDR)
- 6m (~20feet) LMR400 50 ohms coaxial cable
- classic FlightAware 1090 MHz ADS-B Antenna - 66cm (26in)
- 7m (23feet) roof mounted antenna
- FR24 Raspberry-pi latest SD img
- dump1090 settings : /usr/bin/dump1090-mutability --gain -10.0 --oversample --phase-enhance --raw --mlat --write-json /run/dump1090-mutability/

Have you ever encountered this behavior?

Thank you in advance for your help.

Regards, Philippe.
Attached Images

Newbie F connector problem

$
0
0
I bought a mcx to F connector online. When I try to connect the F connector I noticed there is no hole in the middle. Is it defective or is there something I need to do to make it connect to the male connector. Right now the male pin can't go in so I can't connect them

IMG_20190224_210015.jpg
Attached Images

FA Prostick Plus setup

$
0
0
Hi Does installation of the FA Prostick Plus require any special configuration with FR24

realtime data

$
0
0
When will they ever fix the feedproblem? Since the update I dont get any realtime data for flightradar 24 on my PC.(on the smartphone it works though). The aircrafts moves on the map, but no speed, altitude, vertical speed or heading. Only showing these parameters at the time of selecting an aircraft, but no updates until deselect an selecting again. Same on both my computers (win7/firefox + win 10/chrome) I guess I'm not the only one. Been quite a while now.

Munich (EDDM) flight history , how to view history as a "Silver" user ?

$
0
0
When: 2019-Feb-17 at approx 13:55 GMT
What happened: A Lufthansa plane approached from W to east. But it did not land but it made a missed approache (climbing and turning right, maybe to VOR "MUN").
Reason: As observed, a starting plane was still running on the runway.

How can I find this in the fr24 history ?

Thx in advance for your hints
Josef aka b-707

Cavok Air from GHA to LEJ

$
0
0
Hi you all,

serveral times a week an old Antonov An-12BP is going from Ghardaia / Algeria (GHA) to Leipzig (LEJ). What is that all about?

Cheers
Viewing all 5745 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>