Comment on What is your weirdest self-hosting problem you've had to solve? For me: Mouse inside the server.
BartyDeCanter@piefed.social 1 week agoI have NAS that had a similar problem, but from the logs it was clear that the machine was running fine after going non-responsive, but either the NIC or something else network related was crashing. However, the logs weren’t capturing the exact issue. I wrote a script to ping Google every 10 minutes, write a bunch of debug data to disc, and then reboot.
And it has never happen since. I have no idea what the root cause was, but sending those pings out seems to have fixed it.