AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: bvb40170 on November 19, 2021, 10:12:08 AM

Title: Installation error
Post by: bvb40170 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
Title: Re: Installation error
Post by: abcd567 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   


.
Title: Re: Installation error
Post by: bvb40170 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)
Title: Re: Installation error
Post by: abcd567 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   

Title: Re: Installation error
Post by: bvb40170 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)
Title: Re: Installation error
Post by: abcd567 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)

.
Title: Re: Installation error
Post by: bvb40170 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
Title: Re: Installation error
Post by: abcd567 on November 21, 2021, 01:41:11 AM
Hi bvb40170
Glad to know your problem is solved :)
Best regards,
abcd567