pi 1434 0.0 0.2 4276 2012 pts/0 S+ 17:23 0:00 grep mosquito
pi@raspberrypi:~$
Take it its not running? How do I make it run lol... Sorry, Well beyond my skills. Im good at following instructions and learn at the same time
Moderator: leecollings
...onwards. (Guide says for arch-linux, but is identical process as for raspbian)Create a .service file /etc/systemd/system/mosquitto.service with this content
Issue...Active: active (exited) since Fri 2016-11-04 14:15:12 GMT; 3h 29min ago
Code: Select all
sudo systemctl restart mosquittoYour right, it lied. I have done whats in the guide and it still hasn't worked... HmmMarci wrote:Confirm it’s running with ps aux | grep mosquitto - systemctl can lie!
Code: Select all
pi@rasprf ~/ $ sudo systemctl stop mosquitto
pi@rasprf ~/ $ mosquitto
1478281912: mosquitto version 1.4.10 (build date Thu, 25 Aug 2016 10:12:09 +0100) starting
1478281912: Using default config.
1478281912: Opening ipv4 listen socket on port 1883.
1478281912: Opening ipv6 listen socket on port 1883.
1478281913: New connection from 127.0.0.1 on port 1883.
1478281913: New client connected from 127.0.0.1 as mqttjs_043a2957 (c1, k10, u'marci').
1478281913: New connection from 127.0.0.1 on port 1883.
1478281913: New client connected from 127.0.0.1 as mqttjs_360b9376 (c1, k10).
1478281919: New connection from 127.0.0.1 on port 1883.
1478281919: New client connected from 127.0.0.1 as mosq/[Yw (c1, k60, u'marci').

Code: Select all
sudo find / -type f -name mosquitto/etc/init.d/mosquittoMarci wrote:Hunt the mosquitto!
Code: Select all
sudo apt-get install mosquitto Oh.. How is it running? Is it just running but not installed lol... As a temp measure I ran mosquitto & and thats running fine and homekit is working as expected.. All was working until the apt update/upgrade..Marci wrote:Mosquitto isn't installed.
Code: Select all
sudo apt-get install mosquitto
Users browsing this forum: No registered users and 1 guest