Update failed - now will not start
Hi. Mt Raspberry Pi just updated the Repetier Server (pro) software from x.1 to x.2 and now will not start the software. I can SSH into the Pi but the repetier server is not running. Is there any commands that I can run to load the latest server image??
Comments
wget http://download.repetier.com/files/server/debian-armel/Repetier-Server-0.91.2-Linux.deb
sudo dpkg -i Repetier-Server-0.91.2-Linux.deb
would reinstall it on ssh so you can see if something goes wrong.
If it does not run afterwards see
sudo service RepetierServer status
what happened. You can also checktail -200 /var/lib/Repetier-Server/logs/server.log
to see what happens.