Comment on RaspberryPi becoming unresponsive at random intervals
AverageGoob@lemmy.world 10 months agoI am running it from an SD card. Did setting up the watchdog ultimately work for you? I did come across a watchdog as a possible workaround.
Comment on RaspberryPi becoming unresponsive at random intervals
AverageGoob@lemmy.world 10 months agoI am running it from an SD card. Did setting up the watchdog ultimately work for you? I did come across a watchdog as a possible workaround.
jores@c.im 10 months ago
@AverageGoob The watchdog saves me from rebooting the host manually, but at the risk of data loss (though not more than a locked up SD card). I configured a custom script that writes to a file, when the card has problems, the watchdog kicks in. To keep the script from stressing the card even more, the script only writes to the file every few minutes.
As you said it's only a workaround. I'll move the stuff on the problematic host to a VM with SSD shortly.