Thank you for taking the time to submit your bug/issue! Please use the points below as a guide when submitting.
-
Device & model you are using (Ex: Pi 2 Model B or Arduino Uno with W5100 ethernet shield)
-
What dashboard are you using? (Web, iOS, Android)
-
Please describe the bug / issue as detailed as possible. Attaching the code and any relevant screenshots would be very helpful!
I have an older model PI. I don’t believe the model matters much compared to what I’ve seen this evening, but I believe it’s a model 1 B.
You are installing libraries in /etc (which is WRONG), the expected sys5 init scripts, root crontabs, as well as some other method I have yet to identify to keep your crap running. As soon as I install it on my fresh, completely updated installation of jessie, the CPU goes to the ceiling. Then I have to seek out your shit libraries hiding in /etc!
Libraries belong in /lib or /usr/lib or especiallly in your case… /usr/local/lib/ NOT IN /etc
-Kyle