Announcement

Collapse
No announcement yet.

fr24 last image for raspi

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

  • fr24 last image for raspi

    Hi,

    I am trying to install the latest FR24 image from the homepage.

    My Raspi is booting fine with the image, ssh connect works fine, I try to finish the registration executing

    with the command shown on the fr homepage

    This ends with following error message

    gpg: keyserver receive failed: Server indicated a failure

    How can I solve this and end the registration process?

    Greetings from Germany
    Andreas

  • #2
    Use this before using the command for registration:
    Code:
    sudo mount -o remount,rw /

    Comment


    • #3
      thanks, still does not work, the key server sends an error

      gpg: keyserver receive failed: Server indicated a failure

      Comment


      • #4
        Maybe updating to the current version will help:
        Code:
        sudo apt update
        sudo apt dist-upgrade

        Comment


        • #5
          thanks, this also does not help.

          Comment


          • #6
            I'm really confused why this won't work.

            Try these two commands and show the output please:

            Code:
            apt-key net-update
            apt-key adv --recv-key --keyserver pool.sks-keyservers.net 40C430F5
            Personally i would just use a Raspbian Stretch Lite sd-card image and use the install script, that usually works well.

            Comment


            • #7
              Yeah i just googled some it seems to be a bug with dirmngr.

              There is a workaround but i'm not sure what it was.

              Comment


              • #8
                Ok it seems it's DNS related, let's try this:

                Code:
                sudo echo 'nameserver 8.8.8.8' > /etc/resolv.conf
                After that it should hopefully work.

                I'm not sure why this installation is even needed after using the FR24 image?

                Comment


                • #9
                  If Pi24 image is written to microSD card, everything is pre-installed and no need for a gpg-key.

                  Seems @Expalmi has written Raspbian image, and trying to install FR24 feeder by the bash script.
                  Code:
                  sudo bash -c "$(wget -O - https://repo-feed.flightradar24.com/install_fr24_rpi.sh)"

                  Comment


                  • #10
                    @Expalmi

                    It is not enough just to say "with the command shown on the fr homepage".

                    Please post the command which you gave.

                    Comment


                    • #11
                      Originally posted by abcd567 View Post
                      @Expalmi

                      It is not enough just to say "with the command shown on the fr homepage".

                      Please post the command which you gave.
                      Your are right, as a newbie in this forum I am not allowed to send links in my first three posts, that's why I used that expression



                      ends with the error message mentioned above

                      Comment


                      • #12
                        I shouldn't have to keep reminding you guys.

                        There is a quote function to get peoples attention

                        moderated.jpg
                        Posts not to be taken as official support representation - Just a helpful uploader who tinkers

                        Comment


                        • #13
                          since I am still not allowed to mention any links in my post, I send my answer as a picture,

                          FR24.jpg

                          Maybe someone can assist

                          Andreas

                          Comment


                          • #14
                            Did you try this yet, i suggested it in a previous post, maybe you missed it.

                            Code:
                            sudo echo 'nameserver 8.8.8.8' > /etc/resolv.conf
                            After that the install script should work.

                            (There is a bug in dirmngr that it needs some DNS feature and most ISP DNS servers don't provide that feature, Google's DNS server provides that feature though.
                            The DNS server used will be changed back to the connection default DNS server when the connection is newly established or the RPi rebooted)

                            Comment


                            • #15
                              @wiedehopf

                              thanks, that was the solution, I can continue configuration.

                              Comment

                              Working...
                              X