* Guillem Jover <guil...@hadrons.org> [210424 16:53]: > So, while I was trying to debug this in aide on my server, after > having added few aide ignore entries for specific devices, at some > point while within gdb, I suddenly lost the ssh connection as the > server suddenly rebooted, for which I was very puzzled, and paranoid!
I tried to reproduce this, and stumbled upon the watchdog and watchdog0 files. If they are the problem, well... echo > /dev/watchdog sleep 30 # notice your machine is rebooting That would probably by design. I guess its well understood that writing to random "files" in /dev is a bad plan; it appears -opening- then is, too. Chris