Flightaware 3.6.3

Discussion in 'Feeding' started by vtec23, Oct 5, 2018.

  1. vtec23

    vtec23 Moderator

    i have upgrade my piAware to 3.6.3 via the flightaware settings page will I still be uploading to Adsb as I can’t see my red marker on feeder page.

    Hugh
     
  2. James

    James Guest

    I have no idea. Did you re-image? or just use their update. FA hates ADSBx (and every other ADS-B site) so they will break things purposely.
     
  3. MDA

    MDA Administrator Staff Member

    Piaware 3.6.3 is somehow preventing ADSBx mlat-client to start on boot if installed before mlat-client.
    I'm fighting with this issue after SSD replacement on my Debian station.
    I'll let you know about results of my investigation.
     
  4. MDA

    MDA Administrator Staff Member

    OK, first impression: mlat-client on clean Debian 9 is running till 1st reboot. Startup entry fails. I will need more time to find solution.
    On Pi should be OK but please be careful with OS updates/upgrades.
    Tomorrow I want to test mlat-client on most recent Raspbian.
     
  5. James

    James Guest

    If startup entry fails - a lot of time something needs root and is silently prompting for password if run by sudo user.

    Claiming privileged low number ports, etc. Accessing devices in /dev. Those sometimes need root.
     
    MDA likes this.
  6. MDA

    MDA Administrator Staff Member

    F..n security updates, "please enter your PWD, and in next step re-enter. :confused:
     
  7. James

    James Guest

    :D hahahaha
     
  8. MDA

    MDA Administrator Staff Member

    It looks that most of people who want to feed are sentenced to use ready/tested images. Fresh config from scratch will be available to experienced only.
     
  9. James

    James Guest

    Raspbian made some dumb changes to the latest release for the B+.

    Country code must be set or it rfkills the wifi. Sometimes setting it doesn't work. User must run raspi-config ... ugh
    I ran into some networking issues as well.

    I have some patches and getting ready for 1.29 release. But yeah ... I think going forward there will be less and less easy of setup - but that works out for FlightAware and not for everyone else.

    Ubuntu 18.04 is using netplan, which is a nightmare.
     
  10. MDA

    MDA Administrator Staff Member

    I'm very traditional guy, using mostly Debian .
     
  11. James

    James Guest

    I've been looking into Alpine to make a base feeder image. Maybe we just let Joe do his image and fix his bugs. :D

    I need to get working on VRS map using Apache or Nodejs and Memcache as a proxy and cache.

    I think we can stop having 30 global webservers to mange and convert them to ingest servers. with something that can handle the traffic.

    This will also let me replace that json public api.


    Golang TCP relay is working great. I need to lock down the TCP feed tho, too much abuse on it. Need users to request access only if they have a feeder.
     
  12. MDA

    MDA Administrator Staff Member

    00:50, time to go to bed :). Wish you less complaints.
     
  13. James

    James Guest

    Hahaha thanks. I don't see that in my future, UK will be awake soon.
     
  14. MDA

    MDA Administrator Staff Member

    On Debian 9, the traditional “rc.local” has been deprecated.
    Please check if rc.local service is installed
    Code:
    sudo systemctl status rc-local.service
    If not installed follow the steps described here https://www.itechlounge.net/2017/10/linux-how-to-add-rc-local-in-debian-9/
    SSH as root or use sudo, use nano instead of vi.
    After that you can install ADSBx mlat-client, it will start on every reboot.