The port is already in use. Do you have another broker running already?
What does the command
sudo netstat -ltnp | grep -w ':1883'
show? If it says the command is not found then run
sudo apt install net-tools
to install it.
The port is already in use. Do you have another broker running already?
What does the command
sudo netstat -ltnp | grep -w ':1883'
show? If it says the command is not found then run
sudo apt install net-tools
to install it.