Announcement

Collapse
No announcement yet.

Feeder stats reporting downtime, mlat/fr24 link/ server disconnected

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

  • #76
    I have tried to remove the IPV6 conf:-

    PHP Code:
    sudo nano /etc/sysctl.conf 
    Code:
    net.ipv6.conf.all.disable_ipv6 = 1
    
    net.ipv6.conf.default.disable_ipv6 = 1
    
    net.ipv6.conf.lo.disable_ipv6 = 1
    And the result is:-

    Code:
    root@DietPi-NanoPiDuo:~# sudo fr24feed-status
    [ ok ] FR24 Feeder/Decoder Process: running.
    [ ok ] FR24 Stats Timestamp: 2018-07-15 00:28:34.
    [FAIL] FR24 Link: unknown ... failed!
    [ ok ] Receiver: connected (12301 MSGS/0 SYNC).
    [FAIL] FR24 MLAT: not running ... failed!
    When will this to be fixed? Or is has been fixed but my device has problem?

    At last still have to adding back the:-

    PHP Code:
    sudo nano /etc/sysctl.conf 
    Code:
    net.ipv6.conf.all.disable_ipv6 = 1
    
    net.ipv6.conf.default.disable_ipv6 = 1
    
    net.ipv6.conf.lo.disable_ipv6 = 1

    Regards.

    Comment

    Working...
    X