Conexão com 127.0.0.1:30104 **falhou: Conexão recusada**

Olá, hoje me deparei com essa situação, o FA não esta esperança de dados que é causado por isso.
**
21 de março 21:25:43 raspberrypi beast-splitter[533]: localhost:30104: conexão com 127.0.0.1:30104 falhou: Conexão recusada
21 de março 21:25:43 raspberrypi beast-splitter[533]: localhost:30104 : reconectando em 60 segundos
pi@raspberr

Translation of OP by Google Translate

Connection to 127.0.0.1:30104 failed: Connection refused

Hello, today I came across this situation, the FA not this data hope that is caused by this.
**
Mar 21 21:25:43 raspberrypi beast-splitter[533]: localhost:30104: connection to 127.0.0.1:30104 failed: Connection refused
Mar 21 21:25:43 raspberrypi beast-splitter[533]: localhost:30104 : reconnecting in 60 seconds
pi@raspberr

 

Você precisa instalar o dump1090-fa para permitir que o mlat-results se conecte à sua porta 30104.

Instalar dump1090-fa

sudo apt install dump1090-fa

set dump1090-fa to --net-only

 

 

You have to install dump1090-fa to enable mlat-results to connect to its port 30104.

Install dump1090-fa

sudo apt install dump1090-fa

set dump1090-fa to --net-only

 

olá. acabei de instalar uma nova imagem bullseye-armhf e vou iniciar aos trabalhos agora, não vou nem dormir essa noite.
Vou começar por aqui:
wget https://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_7.2_all.deb

sudo dpkg -i piaware-repository_7.2_all.deb

sudo apt- get update

sudo apt-get download beast-splitter

sudo apt-get install beast-splitter

After that
(1) Enable beast-splitter, so that it automatically starts at boot

sudo nano /etc/default/beast-splitter

In above file, change
ENABLED=“ no
to
ENABLED=“ yes

Save file (Ctrl+O) Close (Ctrl+X)

(3) Reboot RPi

sudo reboot

(4) Install piaware
sudo apt install piaware

(5) To stop "30104: connection refused,

OPTION-1 (Preferred):
Install dump1090-fa and modify it’s configuration

sudo apt install dump1090-fa

In file:
/etc/default/dump1090-fa

(a) Change:
NET_BEAST_OUTPUT_PORTS=30005
To:
NET_BEAST_OUTPUT_PORTS=0

(b) Change
EXTRA_OPTIONS=""
To
EXTRA_OPTIONS="--net-only"

 

OPTION-2: (NOT Preferred) In case you dont want to install dump1090-fa

Block beast-splitter to output at port 30104 by changing beast-splitter config as below:

sudo nano /etc/default/beast-splitter

Remove --connect localhost:30104:R from following line:
OUTPUT_OPTIONS="--listen 30005:R --connect localhost:30104:R"

The line will become like below:
OUTPUT_OPTIONS="--listen 30005:R"

Save file and restart beast-splitter

 

(6) To feed Planefinder, Adsbexchange etc, use:
host 127.0.0.1
port 30005

(7) To feed Flightradar24, use:
receiver="beast-tcp"
host="127.0.0.1:30005"

 

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.