Page 1 of 1

Update tanked AD. Where to start?

PostPosted: Mon Jul 02, 2018 12:33 pm
by mrvelous01
I apologize but it has been over a year since I really had to do anything with my AD2PI and Alarmdecoder. It was running so well that I thought I would tap the update on the web page ...and well, here I am. I honestly do not recall where I need to start but this is the message I get from the webserver now "Services might still be starting - please wait and try again. ". I have rebooted the pi (a raspberry pi2, IIRC) but no joy. I apologize for sounding like such a NOOB, which I basically am with AD but I really don't know where to start. I do not even recall what location to start looking for what logs ... or how to back off this update.

Your assistance and patience would be greatly appreciated.

Marv

Re: Update tanked AD. Where to start?

PostPosted: Mon Jul 09, 2018 4:18 pm
by kevin
Look at the log files - my best guess is the alarmdecoder library itself needs updated manually

ssh to the pi
cd /opt/alarmdecoder
sudo git pull origin master
sudo python setup.py install