Announcement

Collapse
No announcement yet.

fr24feed 1.0.46-1 problems and questions

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

  • fr24feed 1.0.46-1 problems and questions

    First install of this version, some annoying problems.

    Maybe something for Khan to have a look at.


    1. It drops a lot of unused crap in the directories. I do NOT want to have service files and log files for parts that are not used.

    If we don't enable UAT, the / etc / systemd / system / fr24uat-feed.service should be deleted or never created. It also screws up tab-completion when using systemctl commands.

    It creates / var / log / fr24feed_install_dump1090.log , even if dump is not used, installed, or asked for.

    It tries to run / usr / lib / fr24 / create_missing_directories.sh, but that fails, unclear why. /var and /run are RAM-disks, but we have been using the same setup since 2015 and never had problems with this before.



    2. It no longer creates a logfile at / var / log / fr24feed

    The entries
    logmode= 1
    logpath= / var / log / fr24feed

    are no longer inserted into / etc / fr24feed.ini as default. But I think this happened some versions ago?

    Is the log file at another location? Or missing, related to problem above?


    The paths are correct, but some annoying anti-exploit filter is preventing the posting of proper / paths...

    BR

    / M
    Attached Files
    Last edited by MrMac; 2024-01-30, 11:49.
    F-ESDF1, F-ESGG1, F-ESGP1, F-ESNK1, F-ESNV2, F-ESNV3 F-ESSL4, F-ESNZ7, F-LFMN3
    T-ESNL1, T-ESNL2, T-ESGR15
    P-ESIA, P-ESIB, P-ESGF, P-ESSN, P-EFMA
    mrmac (a) fastest.cc

  • #2
    Yes, log is missing (or at some obscure location).

    I see log like this:

    Code:
    pi@raspberrypi:~ $ sudo journalctl -u fr24feed -n 20  
    
    Jan 30 20:50:58 raspberrypi fr24feed[137957]: [mlat][i] C0884E
    Jan 30 20:50:58 raspberrypi fr24feed[137957]: [mlat][i] C05F93
    Jan 30 20:50:58 raspberrypi fr24feed[137957]: [mlat][i] C07FDB
    Jan 30 20:51:01 raspberrypi fr24feed[137957]: [feed][i]sent 2,4 AC
    Jan 30 20:51:07 raspberrypi fr24feed[137957]: [feed][i]sent 2,3 AC
    Jan 30 20:51:08 raspberrypi fr24feed[137957]: [feed][i]filtering out 6 overlapping AC (saving bandwidth)
    Jan 30 20:51:12 raspberrypi fr24feed[137957]: [feed][i]sent 1,5 AC
    Jan 30 20:51:16 raspberrypi fr24feed[137957]: [mlat][i]Pinging the server
    Jan 30 20:51:16 raspberrypi fr24feed[137957]: [mlat][i]Stats 25107840/195
    Jan 30 20:51:18 raspberrypi fr24feed[137957]: [feed][i]sent 1,4 AC
    Jan 30 20:51:23 raspberrypi fr24feed[137957]: [feed][i]sent 0,2 AC
    Jan 30 20:51:29 raspberrypi fr24feed[137957]: [feed][i]sent 1,4 AC
    Jan 30 20:51:34 raspberrypi fr24feed[137957]: [feed][i]sent 1,3 AC
    Jan 30 20:51:36 raspberrypi fr24feed[137957]: [mlat][i]Pinging the server
    Jan 30 20:51:36 raspberrypi fr24feed[137957]: [mlat][i]Stats 25107977/137
    Jan 30 20:51:39 raspberrypi fr24feed[137957]: [feed][i]sent 1,4 AC
    Jan 30 20:51:45 raspberrypi fr24feed[137957]: [feed][i]sent 0,4 AC
    Jan 30 20:51:51 raspberrypi fr24feed[137957]: [feed][i]sent 2,5 AC
    Jan 30 20:51:56 raspberrypi fr24feed[137957]: [mlat][i]Pinging the server
    Jan 30 20:51:56 raspberrypi fr24feed[137957]: [mlat][i]Stats 25108059/82
    pi@raspberrypi:~ $

    Comment

    Working...
    X