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