Repetier server instalation problem on RPI zero
Hello, I downloaded img of repetier server and installed it on sdcard on rpi zero, but after I run it, it boot to raspbian, but repetier dont start. When I try to run it manualy, it write error: repetier server failed with status signal. Where can be problem? Thank you. Klimš.
Comments
You can also login over ssh and run
installLatestServer
which installs the latest version for the current pi version. But then you need internet connection e.g. over usb cable. But the armel version is already on sd card.
sudo dpkg -i /usr/local/Repetier-Setup/server/server-arm-el.deb
would install it even without internet connection.