Server on RPi 3 borked
I'm running RS on RPi 3 with a HDMI touchscreen for an MPCNC with a MKS gen l 1.0 with Marlin FW. I tried out the RS Pro demo with the touchscreen and after the demo period the Pi is F'ed. It will boot, run for a minute then freeze up. If I ssh into it and "sudo service RepetierServer stop" in time then it will not freeze up. Watching top when it starts doesn't look like the cpu is maxing out or ram. I tried editing the /boot/repetier-image-setup.txt file to disable chrome - RUN_CHROME=0 but still the Pi locks up. Runs no problem after stopping RS.
Comments
What you also can try is moving /var/lib/Repetier-Server when server is stopped so it reinitializes config again. This helps in case it is a config file that makes the problem.
I did an apt upgrade after stopping RS, rebooted and that seems to have fixed it. Strange, something must have been corrupted that the upgrade fixed. Thank you!