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

Login with username, password and session length
 


Author Topic: Installation error  (Read 2273 times)

0 Members and 1 Guest are viewing this topic.

bvb40170

  • New Member
  • *
  • Posts: 9
Installation error
« on: November 19, 2021, 10:12:08 AM »
Can anyone explain this error
"Error opening the listening port 32458 (Raw TCP output): bind: Address already in use" which is preventing me from adding Radarbox24 to my Rpi4?
Many thanks

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Installation error
« Reply #1 on: November 19, 2021, 03:00:12 PM »
You are running two copies of rbfeeder. First one started by system and has grabbed port 32458, the second copy is started by some command you gave manually, and as port 32458 is already in use, it gives error message.

Reboot Pi, then issue this command to see the status:

sudo systemctl status rbfeeder   


.

bvb40170

  • New Member
  • *
  • Posts: 9
Re: Installation error
« Reply #2 on: November 19, 2021, 07:32:58 PM »
Thanks, I've rebooted my Rpi (by unplugging and replugging), ran the suggested command and below is the result

pi@piaware:~ $ sudo systemctl status rbfeeder
● rbfeeder.service
   Loaded: masked (Reason: Unit rbfeeder.service is masked.)
   Active: inactive (dead)

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Installation error
« Reply #3 on: November 19, 2021, 09:52:16 PM »
Thanks, I've rebooted my Rpi (by unplugging and replugging), ran the suggested command and below is the result

pi@piaware:~ $ sudo systemctl status rbfeeder
● rbfeeder.service
   Loaded: masked (Reason: Unit rbfeeder.service is masked.)
   Active: inactive (dead)

Code: [Select]
sudo systemctl unmask rbfeeder 

sudo reboot 

sudo systemctl status rbfeeder   


bvb40170

  • New Member
  • *
  • Posts: 9
Re: Installation error
« Reply #4 on: November 19, 2021, 10:36:07 PM »
Thanks again.   After running these commands, this was the result

pi@piaware:~ $ sudo systemctl status rbfeeder
● rbfeeder.service - RBFeeder Service
   Loaded: loaded (/lib/systemd/system/rbfeeder.service; disabled; vendor preset
   Active: inactive (dead)

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Installation error
« Reply #5 on: November 19, 2021, 11:29:38 PM »
Thanks again.   After running these commands, this was the result

pi@piaware:~ $ sudo systemctl status rbfeeder
● rbfeeder.service - RBFeeder Service
   Loaded: loaded (/lib/systemd/system/rbfeeder.service; disabled; vendor preset
   Active: inactive (dead)

Enable it and check

Code: [Select]
sudo systemctl enable rbfeeder

sudo reboot

sudo systemctl status rbfeeder 

If still error message, then copy paste output of this command
Code: [Select]
cat /etc/rbfeeder.ini 

Replace key by xxxxxx when posting in forum.
(If there is no line starting with key= then mention it in your reply)

.
« Last Edit: November 20, 2021, 12:01:46 AM by abcd567 »

bvb40170

  • New Member
  • *
  • Posts: 9
Re: Installation error
« Reply #6 on: November 20, 2021, 09:43:38 AM »
Good morning, ABCD567.
Without any further commands being entered, my rbfeeder has sprung to life and is now showing all of the aircraft that are being shown on my SkyAware display.   No idea what happened overnight but I'm happy to leave it as it is and accept that fate intervenes sometimes!
Thanks again for your help.
Kind regards

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Installation error
« Reply #7 on: November 21, 2021, 01:41:11 AM »
Hi bvb40170
Glad to know your problem is solved :)
Best regards,
abcd567