Announcement

Collapse
No announcement yet.

How to Install dump1090-mutability on RPi

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • wiedehopf
    replied
    Better use this command, the last 20 lines or so are most often sufficient to figure out the issue.

    sudo journalctl --no-pager -u piaware

    (ctrl is typo, piaware needs to come after the u, so -eu if anything, but i prefer --no-pager to -e)

    Leave a comment:


  • abcd567
    replied
    Please issue this command and post its output

    Code:
    sudo journalctrl -ue piaware

    Leave a comment:


  • arahata
    replied
    Hi - I'm new to the forum and feeding.

    I have a working setup that's already feeding fr24 and radarbox: RPi clean image, with dump1090-mutability_1.15~dev. I followed the instructions by abcd567 located here to bring up my ADSB feeding. Thank you abcd567!

    However, STEP (11): INSTALLATION OF FLIGHTAWARE DATA FEEDER:
    http://flightaware.com/adsb/piaware/install (STEP 2 ONLY) does not work fine. After running commands in STEP 2 there (run commands for manual and auto-update too), I was able to claim but it seems no data is being exchanged.


    This is what I see when manually running piaware:

    pi@raspberrypi:~ $ piaware

    2020-04-07 02:05:11Z warning: /etc/piaware.conf: failed to read config file: couldn't open "/etc/piaware.conf": permission denied

    2020-04-07 02:05:11Z failed to reopen /var/log/piaware.log: couldn't open "/var/log/piaware.log": permission denied

    2020-04-07 02:05:11Z ************************************************** **

    2020-04-07 02:05:11Z piaware version 3.8.1 is running, process ID 1142

    ...

    2020-04-07 02:05:13Z logged in to FlightAware as user xxxxxx

    2020-04-07 02:05:13Z my feeder ID is xxxxxxxxxx

    2020-04-07 02:05:13Z Failed to update feeder ID file at /var/cache/piaware/feeder_id: couldn't open "/var/cache/piaware/feeder_id.new": permission denied

    2020-04-07 02:05:13Z site statistics URL: https://flightaware.com/adsb/stats/user/xxxxxxx

    2020-04-07 02:05:14Z no ADS-B data program seen listening on port 30005 for 3 seconds, next check in 60s

    2020-04-07 02:05:14Z UAT support disabled by local configuration setting: uat-receiver-type

    2020-04-07 02:05:45Z 0 msgs recv'd from dump1090; 0 msgs sent to FlightAware


    One quick comment on the warning in blue, here is my settings from fr24:

    photo_2020-04-06_22-43-11.jpg

    My first guess was maybe piaware is looking for dump1090-fa, but not sure.

    Any help is much appreciated. Thank you!
    .

    Leave a comment:


  • ABi69
    replied
    Oblivian, wiedehopf

    Works like a charm, thank you very much!

    Leave a comment:


  • ABi69
    replied
    Thx for your help, i will try.

    Leave a comment:


  • wiedehopf
    replied
    My script removes all the other dump1090s
    Then reconfigures FR24 so it doesn't try to install it's own dump1090.

    Leave a comment:


  • Oblivian
    replied
    Not really. If you are going to do that, use dump1090-fa outright. Mutability development has ended. (this is a 3yr old solution now) -FA continues

    Be sure to remove Mutability first

    Wiedehopf has a bundle with all 3 maps.

    https://github.com/wiedehopf/adsb-sc...for-dump1090fa

    Leave a comment:


  • ABi69
    replied
    Ah, okay. Thx.

    So it's not possible to use SkyView with mutability?
    I thought that there would be a kind of trick...

    Leave a comment:


  • Oblivian
    replied
    Originally posted by ABi69 View Post
    I made it as described at page 1 here in this thread.
    Well that doesn't make a lot of sense.

    Cause the skyview branding is in dump1090-fa (flightaware) and not 1.15 -mutability-dev
    So unless they have redirected the -dev or included it in that...

    sudo apt policy dump1090-mutability
    sudo apt policy dump1090-fa

    If both report results of installed, you have both somehow. (did you install piaware too and chose wrong settings - should have specified feeder already present?) And should pick one and remove the other

    Leave a comment:


  • ABi69
    replied
    I made it as described at page 1 here in this thread.

    Leave a comment:


  • Oblivian
    replied
    If you have sky aware, why did you install dump1090-mutability (a different version)

    You can't run both.

    Mixing and matching instructions when you don't understand the consequences/ask first is not advised.

    Leave a comment:


  • ABi69
    replied
    Okay, system is running...
    I have Raspbian Buster but have tried "Method 2" (Build dump1090-mutability_1.15~dev from source (Raspbian Stretch)), which worked for me.
    Now i have only a little problem: PiAware (SkyAware) doesn't show any plane and says "Problem fetching data from dump1090", but with http://<ip-from-my-raspberry>/dump1090/gmap.html all ist running perfect...

    No big problem, but is it fixable somehow?


    Thanks
    Andreas
    Last edited by ABi69; 2020-03-08, 21:15.

    Leave a comment:


  • ABi69
    replied
    Thanks, will try...

    Leave a comment:


  • wiedehopf
    replied
    Install the packages it's missing ...

    sudo apt install package1 package2

    with package1 and package2 being what it's missing ...

    Leave a comment:


  • ABi69
    replied
    Hi!

    I'm new to Raspbian and have a problem with step 3 on page 1. When i want to build the package, there comes the following error (Raspbian BUSTER):

    dpkg-source --before-build .
    dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper (>= 8) librtlsdr-dev libusb-1.0-0-dev
    dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
    dpkg-buildpackage: warning: (Use -d flag to override.)
    Can anyone help?

    Thanks in advance
    Andreas

    Leave a comment:

Working...
X