Printer Stops / Server Unresponsive
I recently switched from OctoPrint and have a single printer connected to a Raspberry Pi 3b running the Lite server. I made the switch because I have a second printer on the way and want to run them both from a single machine. So far I am really impressed with the functionality and capabilities of the Repetier solution.
That said, I have had three instances now where a print job will be running and then stop mid-print. When this happens the server is also completely unresponsive so I can only manually restart the pi and toss the work in progress. I'm trying to figure out if there is a way to troubleshoot what is causing this crash or if I should just jump to using an old micro-desktop running the Linux server.
Is it worth troubleshooting?
That said, I have had three instances now where a print job will be running and then stop mid-print. When this happens the server is also completely unresponsive so I can only manually restart the pi and toss the work in progress. I'm trying to figure out if there is a way to troubleshoot what is causing this crash or if I should just jump to using an old micro-desktop running the Linux server.
Is it worth troubleshooting?
Comments
If it is on latest, can you still login to pi over shh and check e.g. with
top
if some process uses lots of memory/cpu.
Running top I do see some odd entries - a number of lines for chromium-browse.
Note the server is currently idle and not connected to the printer. The machine is headless as well.
What you have sounds like a dead lock. To verify I would need a backtrace of all threads. See
https://www.repetier-server.com/knowledgebase/debugging-crashes-hangs-on-linux/
on how to create it. With that I can say if this is a dead lock and also fix it. Unfortunately some depend on special conditions and will only happen if someone has this.
Thanks!