░░ Subject: A stop job for unit mosquitto.service has finished
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A stop job for unit mosquitto.service has finished.
░░
░░ The job identifier is 30015 and the job result is done.
Nov 21 22:28:39 raspberrypi systemd[1]: mosquitto.service: Start request repeated too quickly.
Nov 21 22:28:39 raspberrypi systemd[1]: mosquitto.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit mosquitto.service has entered the 'failed' state with result 'exit-code'.
Nov 21 22:28:39 raspberrypi systemd[1]: Failed to start mosquitto.service - Mosquitto MQTT Broker.
░░ Subject: A start job for unit mosquitto.service has failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit mosquitto.service has finished with a failure.
░░
░░ The job identifier is 30015 and the job result is failed.
Perhaps the ansible playbook is querying it too often? I'm not quite sure how to diagnose from here. I have run this on an x86 debian machine and the results have been the same as well.
Tried my hand at the MQTT quick guide ended up always getting stuck at mosquitto service failing to load. hostnamectl:
I commented out email and set
dns_domain: "127.0.0.1"
in the configuration.yaml. Perhaps this is the underlying issue but I'm not sure.journal logs
systemctl status
Perhaps the ansible playbook is querying it too often? I'm not quite sure how to diagnose from here. I have run this on an x86 debian machine and the results have been the same as well.