Announcement

Collapse
No announcement yet.

[BUG] FR24feed 1.0.24-7 - Config Save Changes issue

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

  • [BUG] FR24feed 1.0.24-7 - Config Save Changes issue

    It is becoming apparent that the latest version does not allow changes to be saved within the config web-page on some setups (Stretch upgraded, Buster - Pi24 appears un-effected at this time unless updated)

    To make changes to this version (until fixed) you will need to edit the config file manually

    sudo nano /etc/fr24feed.ini
    Last edited by Oblivian; 2020-01-14, 18:15.
    Posts not to be taken as official support representation - Just a helpful uploader who tinkers

  • #2
    Thanks Oblivian for creating this thread.

    This is how I did it:
    (1) Opened file fr24feed.ini for editing
    Code:
    sudo nano /etc/fr24feed.ini
    (2) After editing: Saved (Ctrl + o) and Closed file (Ctrl + x)

    (3) Finally restarted fr24feed
    Code:
    sudo systemctl restart fr24feed


    Contents of file fr24feed.ini
    (Replaced xxxxxxxxxxxxxxxx by actual fr24 key)
    Using fr24feed-provided dump1090-mutability ver 1.14

    Pi24 image with receiver=dvbt
    Raspbian image with receiver=dvbt
    Using user-installed dump1090-mutability ver 1.15 or dump1090-fa

    Raspbian Image with receiver=beast-tcp
    receiver="dvbt"
    fr24key="xxxxxxxxxxxxxxxx"
    bs="no"
    raw="no"
    logmode="1"
    procargs="--gain -10"
    windowmode="0"
    mpx="no"
    mlat="yes"
    mlat-without-gps="yes"
    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
    Last edited by abcd567; 2020-01-14, 19:52.

    Comment


    • #3
      Potentially another change in permissions. Or failure of the build in web portal

      Would need to compare the install script to see if there are any chmod/user adjustments from previous
      Posts not to be taken as official support representation - Just a helpful uploader who tinkers

      Comment


      • #4
        Originally posted by Oblivian View Post
        Potentially another change in permissions.
        No, I dont think so. Tried both the following commands on 24feed ver 1.0.24-7, but no success

        Code:
        sudo mount -o remount,rw /
        
        sudo chmod 666 /etc/fr24feed.ini


        Originally posted by Oblivian View Post
        Or failure of the build in web portal
        This is most likely cause.

        .

        Later Addition:
        I will try this command also when back home:
        Code:
        sudo chown fr24:fr24 /etc/fr24feed.ini
        Last edited by abcd567; 2020-01-14, 20:48.

        Comment


        • #5
          -rw-rw-rw- 1 root root 198 Jul 8 2019 fr24feed.ini

          And so are all the directories and associated files installed. Seems the fr24 user that was once used may have been zapped and or had access revoked in favour of default system account?

          Install script:
          # Run the signup wizard
          if [ $AUTO_SIGNUP -eq 0 ]; then
          fr24feed --signup
          chmod a+rw /etc/fr24feed.ini

          Though that doesn't run when you apt-get update I wouldn't think

          And my install log doesn't reflect changes made yesterday

          Looking at processes, fr24feed is run as fr24..

          fr24 18925 3.2 1.2 170552 12072 ? Ssl Jan14 35:27 /usr/bin/fr24feed

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

          Comment


          • #6
            Has any new update been issued to resolve this?

            How can we know that an update has been issued? (not related to such cases only)

            Does the fr24 feeding software update automatically? Or I need to restart my PI to make update?

            Thanks a lot.

            Comment


            • #7
              Originally posted by lodervsm View Post
              Has any new update been issued to resolve this?

              How can we know that an update has been issued? (not related to such cases only)

              Does the fr24 feeding software update automatically? Or I need to restart my PI to make update?

              Thanks a lot.
              If update has been left on. It will

              sudo apt policy fr24feed
              fr24feed:
              Installed: 1.0.24-7
              Candidate: 1.0.24-8

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

              Comment


              • #8
                sudo apt policy fr24feed
                fr24feed:
                Installed: 1.0.24-7
                Candidate: 1.0.24-7
                Attached Files

                Comment


                • #9
                  You need to
                  sudo apt-get update

                  first

                  And then sudo apt-get install fr24feed
                  Posts not to be taken as official support representation - Just a helpful uploader who tinkers

                  Comment


                  • #10
                    This is what I am getting
                    Attached Files

                    Comment


                    • #11

                      Try this:

                      Code:
                      cd ~/  
                      
                      wget https://repo-feed.flightradar24.com/rpi_binaries/fr24feed_1.0.24-8_armhf.deb  
                      
                      sudo dpkg -i fr24feed_1.0.24-8_armhf.deb  
                      
                      sudo systemctl restart fr24feed
                      Last edited by abcd567; 2020-02-01, 21:30.

                      Comment


                      • #12
                        Thanks for your help... Updated

                        Comment


                        • #13
                          Anyone know what the change was in 1.0.24-7? As usual the changelog doesn't mention it...

                          Comment

                          Working...
                          X