Announcement

Collapse
No announcement yet.

Help Setting Up Flightradar24 Software

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

  • #76
    wildthing01

    Please issue following command, then again try to change setting.

    Code:
    sudo mount -o remount,rw /
    If you are making changes through browser (ip-of-pi:8754/settings.html), then after issueing above command, reload the browser (Ctrl+F5).
    Last edited by abcd567; 2019-10-10, 11:16.

    Comment


    • #77
      My receiver is fine (see here)

      pi@raspberrypi:~ $ fr24feed-status
      [ ok ] FR24 Feeder/Decoder Process: running.
      [ ok ] FR24 Stats Timestamp: 2019-10-10 11:25:03.
      [ ok ] FR24 Link: connected [UDP].
      [ ok ] FR24 Radar: T-EDDB165.
      [ ok ] FR24 Tracked AC: 3.
      [ ok ] Receiver: connected (56401 MSGS/0 SYNC).
      [FAIL] FR24 MLAT: not running ... failed!


      Update I have done.

      Feeding software is still not running

      Comment


      • #78
        Usage:
        mount [-lhV]
        mount -a [options]
        mount [options] [--source] <source> | [--target] <directory>
        mount [options] <source> <directory>
        mount <operation> <mountpoint> [<target>]

        Mount a filesystem.

        Options:
        -a, --all mount all filesystems mentioned in fstab
        -c, --no-canonicalize don't canonicalize paths
        -f, --fake dry run; skip the mount(2) syscall
        -F, --fork fork off for each device (use with -a)
        -T, --fstab <path> alternative file to /etc/fstab
        -i, --internal-only don't call the mount.<type> helpers
        -l, --show-labels show also filesystem labels
        -n, --no-mtab don't write to /etc/mtab
        -o, --options <list> comma-separated list of mount options
        -O, --test-opts <list> limit the set of filesystems (use with -a)
        -r, --read-only mount the filesystem read-only (same as -o ro)
        -t, --types <list> limit the set of filesystem types
        --source <src> explicitly specifies source (path, label, uuid)
        --target <target> explicitly specifies mountpoint
        -v, --verbose say what is being done
        -w, --rw, --read-write mount the filesystem read-write (default)

        -h, --help display this help and exit
        -V, --version output version information and exit

        Source:
        -L, --label <label> synonym for LABEL=<label>
        -U, --uuid <uuid> synonym for UUID=<uuid>
        LABEL=<label> specifies device by filesystem label
        UUID=<uuid> specifies device by filesystem UUID
        PARTLABEL=<label> specifies device by partition label
        PARTUUID=<uuid> specifies device by partition UUID
        <device> specifies device by path
        <directory> mountpoint for bind mounts (see --bind/rbind)
        <file> regular file for loopdev setup

        Operations:
        -B, --bind mount a subtree somewhere else (same as -o bind)
        -M, --move move a subtree to some other place
        -R, --rbind mount a subtree and all submounts somewhere else
        --make-shared mark a subtree as shared
        --make-slave mark a subtree as slave
        --make-private mark a subtree as private
        --make-unbindable mark a subtree as unbindable
        --make-rshared recursively mark a whole subtree as shared
        --make-rslave recursively mark a whole subtree as slave
        --make-rprivate recursively mark a whole subtree as private
        --make-runbindable recursively mark a whole subtree as unbindable

        For more details see mount(8).

        Comment


        • #79
          You haven't answered, why can't you change it to beast-tcp?

          Which receiver are you using?

          Comment


          • #80
            Can you please post screenshot of status page
            IP-of-Pi:8754

            It will show if the feeder is working (Aircrafts uploaded)

            Screenshot_20191010-075629_Chrome.jpg

            Comment


            • #81
              my USB Receiver

              Mini Digital USB2.0 TV Stick SDR Tuner Receiver DVBT DAB FM RTL2832U+R820T2 C7E7

              Always jump back to AVR (TCP)

              Comment


              • #82
                Originally posted by wildthing01 View Post
                Usage:
                mount [-lhV]
                mount -a [options]
                mount [options] [--source] <source> | [--target] <directory>
                mount [options] <source> <directory>
                mount <operation> <mountpoint> [<target>]

                Mount a filesystem.
                ... ... ...
                ... ... ...
                ... ... ...
                For more details see mount(8).
                There was no need to post this detail. We all know what mount command does.

                I told you to issue the command "sudo mount -o remount,rw /" because you said you cannot change settings. The fr24feed sometimes mounts as "read-only file system" preventing any changes to config. The above command simply remounts the system as "read and write" to enable change of settings.

                Comment


                • #83
                  Originally posted by wildthing01 View Post
                  my USB Receiver

                  Mini Digital USB2.0 TV Stick SDR Tuner Receiver DVBT DAB FM RTL2832U+R820T2 C7E7

                  Always jump back to AVR (TCP)
                  The setting AVR (TCP) is default, that is why it jumps to it, but this setting is known to create feeding issue, and that is why we suggested to change it to ModeS Beast (TCP).

                  After changing setting, you have to click Save button, then click Restart button. Both buttons are at bottom-right of settings page. If you dont Save & Restart, your changes will be lost and setting will remain AVR(TCP).
                  Last edited by abcd567; 2019-10-10, 12:30.

                  Comment


                  • #84
                    the settings can not be saved.

                    Comment


                    • #85
                      Error reading lock file /etc/.fr24feed.ini.swp: Not enough data read

                      Comment


                      • #86
                        the settings can not be changed.
                        the setup is locked

                        What am I doing wrong?

                        Comment


                        • #87
                          You seem to have problems executing simple commands

                          Try again:
                          Code:
                          sudo mount -o remount,rw /
                          The previous output of this command indicates that you typed it wrong.
                          Using Ctrl-C to copy the command and pasting it with a right click in putty is recommended.

                          After this command has worked, you should be able to change the settings.
                          If you can't, it's likely your sd-card corrupted and you might need a new one.

                          Comment


                          • #88
                            sorry

                            Yes, I have problems with simple commands.
                            I am sorry that I have to deal with you today.
                            Many thanks for the help.
                            Will work on the problem tonight.
                            I will tell you later.

                            Best regards from Berlin

                            Comment


                            • #89
                              Originally posted by wiedehopf View Post
                              You seem to have problems executing simple commands
                              The previous output of this command indicates that you typed it wrong.
                              Using Ctrl-C to copy the command and pasting it with a right click in putty is recommended.
                              Originally posted by wildthing01 View Post
                              Yes, I have problems with simple commands.

                              How To Access and Control RPi from Desktop/Laptop using SSH
                              Scroll down to: 3 - How To Copy-Paste Text To / From PuTTY

                              How to Copy-Paste To or From PuTTY.png

                              Comment


                              • #90
                                Originally posted by wildthing01 View Post
                                Yes, I have problems with simple commands.
                                I am sorry that I have to deal with you today.
                                Many thanks for the help.
                                Don't be discouraged by my comment, it's just that the command didn't do what was intended, as such just wanted to remark that you should try again

                                Typing commands one doesn't fully understand is hard, humans are not good at typing out an exact copy of a line.
                                I'm sure the problem will be solved in no time!

                                Regards from the north-west bit of Bavaria!

                                Comment

                                Working...
                                X