Hey guys, I'm running Wheezy on my Rpi 2. I installed mosquitto using this method:
curl -O http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key
sudo apt-key add mosquitto-repo.gpg.key
rm mosquitto-repo.gpg.key
cd /etc/apt/sources.list.d/
sudo curl -O http://repo.mosquitto.org/debian/mosquitto-repo.list
sudo apt-get update
sudo apt-get install mosquitto mosquitto-clients python-mosquitto
_________________________________________________________
Then when I run:
sudo /etc/init.d/mosquitto stop
I get this error:
[....] Stopping network daemon:: mosquittostart-stop-daemon: warning: failed to kill 2824: No such process
. ok
I run the start and restart commands which both work, but when I run the stop command the error comes up everytime.
I removed and reinstalled mosquitto because something was not working, so this time I want to make sure everything goes smooth, but this problem I think needs to be addressed by me and not looked over.
Thanks so much for all the help,
Travis
Edit: When I first ran sudo apt-get update I was getting this error:
E: Type '<?xml' is not known on line 1 in source list /etc/apt/sources.list.d/mosquitto-repo.list
So I removed the everything in the file which was html code and just put:
deb http://repo.mosquitto.org/debian wheezy main
Which is the only contents of mosquitto-wheezy.list