Stupid idea maybe,
I’m trying to disable dump1090-fa and install de dump1090 version (trying something) just to compare those 2 but I don’t want to cripple my feed (piaware image).
Later if necessary I want to remove one of them… errrr how?
@ abcd567
thanks mate, meanwhile I found what I was looking for but now I have a totally different problem.
After removing of 1090 mutability I have constantly after a few seconds the message “problem fetching data from dump1090”.
I guess that something went wrong by the removal of 1090 muta…
Any idea what it can be?
The map works but is annoying.
The folder html (which contains map files), is often left over after uninstall. Try this command to remove it, alongwith it’s parent folder dump1090-mutability:
sudo rm -rf /user/share/dump1090-mutability
Clear browser cache Ctrl+Shift+Delete, then reload browser Ctrl+F5
1
I used the purge version (Ive seen a post from you saying so)
Nope, same, I guess has to do with the network configuration that dump-muta is setting up…
Also AJAX, SyntanError and unexpected end of JSON input are displayed…
Don’t stress yourself, is not that bad, the function is there, its only a cosmetical error
if it has a dump1090-mutability file you can sudo rm that.
you can also check your dump1090-fa config file.
not sure how that problem would happen with installing and reinstall other dump1090.
maybe you install dump1090 as well without anything behind it and now the two are “fighting”
So I managed to get a screenshot when the error is displayed.
It looks like the errors are also in the lines 144, 170, 171, 174, 175, 176, 294 … I think I have not cached all errors, the displayed time is really short.
So, how can I fix this one?
Yeah i was just trying to see if dump1090-fa was constantly restarting or something. Just trying to get as much log information as possible. Luckily the json syntax error made me remember some error
I’m not sure why this config file isn’t enabled by default. Maybe it is and adsbreceiver switches it off or never on? I don’t know to be honest.
I run PiAware from an SSD, along with a collection of data logging and graphics utils. The raspberrypi.org forums were very helpful, especially this thread: ssd - Raspberry Pi Forums
The Pi doesn’t provide enough USB power to run the SSD and the RTL reliably, so used a powered USB hub. The Pi doesn’t take any advantage of a USB 3.0 hub, and they are more likely to cause interference with the RTL and with Pi WiFi, so a USB 2.0 hub is actually better for this usage.
I would like to set up a separate RPi that can easily feed VRS unfiltered, nothing being blocked. Simply to be used for my own use.
I was going to use PiAware with Dump 1090 but I was not particularly wanting to feed FA or anyone else for that matter, just my own VRS as I already have two feeds to FA that I did not want to alter as they are running fine, feeding fine.
Any suggestions as to a software version running Dump 1090 that would suffice?
Thanks SweetPea11, no, that’s not the actual issue at hand, sorry I should have given better detail.
I already have several receivers (FR24/FA/PF and the like being both Original boxes and RPi’s) feeding the VRS at the moment, but I wanted a dedicated “Un-Filtered” one that was going to show all being received.
The local output on 30005 is not filtered no matter which site you feed.
So it is showing already showing all that is received.
You can also show the FA MLAT results in VRS as you probably already do but they will always be filtered.
I looked into that too, the original FA box will only feed data on port 30002, the RPi is on 30003.
With Port Scanning, the attached is the result (FA use RPi internally as everyone probably knows).
I attempted to use the other mentioned ports with little to no data being fed.
So I’m now guessing, the known aircraft seen visually, may simply not have ads-b fitted or active and I’m showing in VRS what there is to be seen - well, until mandate anyway… Allowing or should I say removing the tick from “Ignore aircraft with no position” does naturally create a greater number of aircraft being displayed as you said. I just feel there must be more not being displayed.
I will try one last experiment, will acquire the latest PiAware file and add Dump 1090, load it on yet another RPi, and simply try that with the ports you mentioned, if for some reason these ports you mention are in fact software blocked like the others is yet to be seen, failing that FA gain yet another receiver feeding them.
Thank you to all that have had input into this trial, greatly appreciated.
Output is available on following Ports of dump1090 (mut / fa):
30002 (format: RAW/AVR)
30003 (format SBS)
30005 (format Beast)
30106 (MLAT feed-back from FlightAware)
pi@raspberrypi:~ $ cat /etc/default/dump1090-mutability
.... .... ....
.... .... ....
# Networking options
#
# Port to listen on for raw (AVR-format) input connections. 0 disables.
RAW_INPUT_PORT="30001"
# Port to listen on for raw (AVR-format) output connections. 0 disables.
RAW_OUTPUT_PORT="30002"
# Port to listen on for SBS-format output connections. 0 disables.
SBS_OUTPUT_PORT="30003"
# Port to listen on for Beast-format input connections. 0 disables.
BEAST_INPUT_PORT="30004,30104"
# Port to listen on for Beast-format output connections. 0 disables.
BEAST_OUTPUT_PORT="30005"