Announcement

Collapse
No announcement yet.

Successful Feed?

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

  • #16
    Originally posted by wiedehopf View Post
    Do the reconfigure with the values i outlined,
    after that you need to restart fr24feed:

    sudo systemctl restart fr24feed

    Then it should be working.

    (what do you think the sudo fr24feed --reconfigure was for? )
    Sorry, just want to make sure I'm doing everything correctly.

    Are you referring to the reconfigure in post #9?

    If so, I did that and that's how I got my Flightaware feed back.

    So now, I just need to do restart of FR24feed?

    Thanks.

    Comment


    • #17
      If you did the reboot in the second part of the post it should already be working.

      Let's see your config:

      cat /etc/fr24feed.ini

      Mine looks like this:
      Code:
      receiver="beast-tcp"
      fr24key="xxxxxxxxxxxxxxxx"
      host="127.0.0.1:30005"
      bs="no"
      raw="no"
      logmode="1"
      logpath="/var/log/fr24feed"
      mlat="yes"
      mlat-without-gps="yes"
      use-http=yes
      http-timeout=20
      (the http stuff at the end seems more reliable but it's not required)
      Last edited by wiedehopf; 2019-04-16, 15:39.

      Comment


      • #18
        Originally posted by wiedehopf View Post
        If you did the reboot in the second part of the post it should already be working.

        Let's see your config:

        cat /etc/fr24feed.ini

        Mine looks like this:
        Code:
        receiver="beast-tcp"
        fr24key="xxxxxxxxxxxxxxxx"
        host="127.0.0.1:30005"
        bs="no"
        raw="no"
        logmode="1"
        logpath="/var/log/fr24feed"
        mlat="yes"
        mlat-without-gps="yes"
        use-http=yes
        http-timeout=20
        (the http stuff at the end seems more reliable but it's not required)
        How do I get to my config?

        Comment


        • #19
          Yeah didn't quite make clear that it was a command you need to use:

          Code:
          cat /etc/fr24feed.ini
          This will show the configuration.

          Anyway what does

          fr24feed-status

          show?
          Maybe it's already working?

          Comment


          • #20
            pi@piaware:~ $ cat /etc/fr24feed.ini
            receiver="dvbt"
            fr24key="d58d8dbeb9f275d4"
            path="/usr/lib/fr24/dump1090"
            bs="no"
            raw="no"
            logmode="0"
            procargs="Step 4.1 - Receiver selection (in order to run MLAT please use DVB-T stick with dump1090 utility bundled with fr24feed):"
            logpath="/var/log"
            mlat="yes"
            mlat-without-gps="yes"
            pi@piaware:~ $
            pi@piaware:~ $ receiver="dvbt"
            pi@piaware:~ $ fr24key="d58d8dbeb9f275d4"
            pi@piaware:~ $ path="/usr/lib/fr24/dump1090"
            pi@piaware:~ $ bs="no"
            pi@piaware:~ $ raw="no"
            pi@piaware:~ $ logmode="0"
            pi@piaware:~ $ procargs="Step 4.1 - Receiver selection (in order to run MLAT please use DVB-T stick with dump1090 utility bundled with fr24feed):"
            pi@piaware:~ $ logpath="/var/log"
            pi@piaware:~ $ mlat="yes"
            pi@piaware:~ $ mlat-without-gps="yes"
            -bash: mlat-without-gps=yes: command not found
            pi@piaware:~ $ pi@piaware:~ $
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ cat /etc/fr24feed.ini
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ receiver="dvbt"
            pi@piaware:~ $ fr24key="d58d8dbeb9f275d4"
            pi@piaware:~ $ path="/usr/lib/fr24/dump1090"
            pi@piaware:~ $ bs="no"
            pi@piaware:~ $ raw="no"
            pi@piaware:~ $ logmode="0"
            pi@piaware:~ $ procargs="Step 4.1 - Receiver selection (in order to run MLAT please use DVB-T stick with dump1090 utility bundled with fr24feed):"
            pi@piaware:~ $ logpath="/var/log"
            pi@piaware:~ $ mlat="yes"
            pi@piaware:~ $ mlat-without-gps="yes"
            -bash: mlat-without-gps=yes: command not found
            pi@piaware:~ $ pi@piaware:~ $
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ receiver="dvbt"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ fr24key="d58d8dbeb9f275d4"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ path="/usr/lib/fr24/dump1090"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ bs="no"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ raw="no"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ logmode="0"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ procargs="Step 4.1 - Receiver selection (in order to run MLAT please use DVB-T stick with dump1090 utility bundled with fr24feed):"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ logpath="/var/log"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ mlat="yes"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ pi@piaware:~ $ mlat-without-gps="yes"
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ -bash: mlat-without-gps=yes: command not found
            -bash: -bash:: command not found
            pi@piaware:~ $ pi@piaware:~ $ pi@piaware:~ $
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $ -bash: pi@piaware:~: command not found
            -bash: -bash:: command not found
            pi@piaware:~ $ pi@piaware:~ $
            -bash: pi@piaware:~: command not found
            pi@piaware:~ $

            Comment


            • #21
              Originally posted by wiedehopf View Post
              Yeah didn't quite make clear that it was a command you need to use:

              Code:
              cat /etc/fr24feed.ini
              This will show the configuration.

              Anyway what does

              fr24feed-status

              show?
              Maybe it's already working?
              Sorry. Taking care of my son while I do this.

              Comment


              • #22
                Yeah you just put all that stuff on the command line, that's not where it belongs.

                Code:
                sudo fr24feed --reconfigure
                That's how you open the configuration.
                When asked for values, use the values provided in the long segment
                (Beast as a receiver type, then TCP, then 127.0.0.1 for a hostname and so forth)

                After that /etc/fr24feed.ini should have the correct values.

                Comment


                • #23
                  Originally posted by wiedehopf View Post
                  Yeah you just put all that stuff on the command line, that's not where it belongs.

                  Code:
                  sudo fr24feed --reconfigure
                  That's how you open the configuration.
                  When asked for values, use the values provided in the long segment
                  (Beast as a receiver type, then TCP, then 127.0.0.1 for a hostname and so forth)

                  After that /etc/fr24feed.ini should have the correct values.
                  And just to make sure:

                  -I log into pi
                  -I type: sudo fr24feed --reconfigure
                  -Reconfigure will give me options that posted in reply #9
                  -I enter the questions w/ the values/data you posted above.

                  And it won't screw w/ my flightaware feed?
                  Last edited by Dreamflight767; 2019-04-16, 16:40.

                  Comment


                  • #24
                    In you current configuration every start of fr24feed it will screw with flightaware.

                    After you reconfigure it the screwing will stop.

                    Comment


                    • #25
                      OK. And the steps I posted in reply 23 are correct?

                      Comment


                      • #26
                        yes they are correct -.-.

                        Comment


                        • #27
                          Originally posted by wiedehopf View Post
                          yes they are correct -.-.
                          OK:

                          This is what I get after I followed your steps in reply #9

                          > > pi@piaware:~ $ cat /etc/fr24feed.ini
                          > > receiver="beast-tcp"
                          > > fr24key="d58d8dbeb9f275d4"
                          > > host="127.0.0.1:30005"
                          > > bs="no"
                          > > raw="no"
                          > > logmode="0"
                          > > logpath="/var/log"
                          > > mlat="yes"
                          > > mlat-without-gps="yes"

                          Comment


                          • #28
                            That's perfect.

                            Does everything work after a reboot? (command for that is: sudo reboot)

                            Comment


                            • #29
                              Originally posted by wiedehopf View Post
                              That's perfect.

                              Does everything work after a reboot? (command for that is: sudo reboot)
                              Stand by please

                              Comment


                              • #30
                                Originally posted by wiedehopf View Post
                                That's perfect.

                                Does everything work after a reboot? (command for that is: sudo reboot)
                                Amazing! Thank you so much. I honestly have no idea what you did but I'm very grateful.

                                Comment

                                Working...
                                X