Failed to start mosquito

Hi I use Ubuntu 18 and try to install Mosquitto uninstall and retried a lot of times! but no luck at all
allways get this in RED

“Failed to start Mosquitto MQTT v3.1/v3.1.1 Broker”

Do anybody now what to do about this.

Regardes Kaj

Ask on a Mosquito forum? That software is not part of OpenHAB.

Hi off course sorry!

1 Like

@svanu40: You can add openhabian-config tool and install the Mosquitto broker. The tool will also handle all the permissions and lots of other nice features as well.

It’s simple to install:

# install git
sudo apt-get update
sudo apt-get install git

# download and link
sudo git clone https://github.com/openhab/openhabian.git /opt/openhabian
sudo ln -s /opt/openhabian/openhabian-setup.sh /usr/local/bin/openhabian-config

# execute
sudo openhabian-config

A link to the doc’s for the tool: