anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Raspberry PI New install  (Read 279 times)

0 Members and 1 Guest are viewing this topic.

battle_cat

  • New Member
  • *
  • Posts: 3
Raspberry PI New install
« on: April 28, 2024, 06:38:19 AM »
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

  • Moderator
  • Hero Member
  • *****
  • Posts: 33643
Re: Raspberry PI New install
« Reply #1 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
« Last Edit: April 28, 2024, 02:29:48 PM by Runway 31 »

abcd567

  • Hero Member
  • *****
  • Posts: 851
  • CYYZ - Toronto
Re: Raspberry PI New install
« Reply #2 on: April 28, 2024, 08:37:43 PM »
.. 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 

.
« Last Edit: April 28, 2024, 08:40:18 PM by abcd567 »

battle_cat

  • New Member
  • *
  • Posts: 3
Re: Raspberry PI New install
« Reply #3 on: May 03, 2024, 08:32:36 AM »
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.


.. 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..