Raspberry PI New install

Started by battle_cat, April 28, 2024, 06:38:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

battle_cat

Hello.

New install of raspian.. 32 bit.. Installed;

- FA works no issues
- F247 no issues
- PIAwear no issues
- ABD-D exchange no issues

Now comes to radar box. This in my experiance is BY FAR the most hardest feeder to get running.. What am I doing wrong please.

pi@server:~ $ sudo rbfeeder
[2024-04-28 16:09:04]  Starting RBFeeder Version 1.0.10 (build 20240111143100)
[2024-04-28 16:09:04]  Using configuration file: /etc/rbfeeder.ini
[2024-04-28 16:09:04]  Network-mode enabled.
[2024-04-28 16:09:04]           Remote host to fetch data: 127.0.0.1
[2024-04-28 16:09:04]           Remote port: 30005
[2024-04-28 16:09:04]           Remote protocol: BEAST
[2024-04-28 16:09:04]  Using GNSS (when available)
Error opening the listening port 32458 (Raw TCP output): bind: Address already in use

[client]
network_mode=true
log_file=/var/log/rbfeeder.log
key=xx
sn=xx

[network]
mode=beast
external_port=30005
external_host=127.0.0.1

[mlat]
autostart_mlat=true
#mlat_cmd=/usr/bin/python3.9 /usr/bin/mlat-client

[dump978]
#dump978_enabled=true


Runway 31

#1
Did you change something, you said it was working fine on your previous thread

I suggest you look at reply 4 from abcd on this thread as the same port is mentioned https://forum.radarbox24.com/index.php?topic=108221.0

Alan

abcd567

#2
Quote from: battle_cat on April 28, 2024, 06:38:19 AM
.. What am I doing wrong please.

pi@server:~ $ sudo rbfeeder
[2024-04-28 16:09:04]  Starting RBFeeder Version 1.0.10 (build 20240111143100)

Error opening the listening port 32458 (Raw TCP output): bind: Address already in use


WRONG COMMAND:
sudo rbfeeder

The rbfeeder automatically starts at boot by systemd service and runs in background. The command "sudo rbfeeder" starts second copy of rbfeeder, and as all ports are already in use by the systemd started copy, you get the error message.

Press Ctrl and C keys togather to stop the manually started copy by above command


CORRECT COMMANDS:
sudo systemctl restart rbfeeder
sudo systemctl status rbfeeder 

.

battle_cat

Quote from: Runway 31 on April 28, 2024, 02:22:18 PM
Did you change something, you said it was working fine on your previous thread

I suggest you look at reply 4 from abcd on this thread as the same port is mentioned https://forum.radarbox24.com/index.php?topic=108221.0

Alan

I reinstalled raspberry pi as another program I was trying to install didn't work on raspberry 64 bit OS.


Quote from: abcd567 on April 28, 2024, 08:37:43 PM
Quote from: battle_cat on April 28, 2024, 06:38:19 AM
.. What am I doing wrong please.

pi@server:~ $ sudo rbfeeder
[2024-04-28 16:09:04]  Starting RBFeeder Version 1.0.10 (build 20240111143100)

Error opening the listening port 32458 (Raw TCP output): bind: Address already in use


WRONG COMMAND:
sudo rbfeeder

The rbfeeder automatically starts at boot by systemd service and runs in background. The command "sudo rbfeeder" starts second copy of rbfeeder, and as all ports are already in use by the systemd started copy, you get the error message.

Press Ctrl and C keys togather to stop the manually started copy by above command


CORRECT COMMANDS:
sudo systemctl restart rbfeeder
sudo systemctl status rbfeeder 

.

Thanks for the correct commands.

It appears to be working now with no furthur intervention. The map displayed blank for days though saying the station was online. It randomly decided to start displaying data..