4

if I run mosquitto manually mosquitto

i can connect to it and everything works perfectly

but if I run mosquitto as a service sudo service mosquitto start

then it doesen't respond and nothing works even though sudo service mosquitto status says its active

am I doing something wrong?

cTurtle98
  • 41
  • 3

1 Answers1

1
cd /var/lib/mosquitto
sudo rm mosquitto.db
sudo reboot

--> and everything was fine again...

Ghanima
  • 15,958
  • 17
  • 65
  • 125