I have a headless Debian Buster with all the latest updates. It only runs a dozen docker instances like nginx, mariadb, piwigo, tt-rss, emby and such for in-home use. The only things I installed using apt are docker, some tools like atop and java. This machine is always on.
Since the last kernel update, this machine loses its network connection now and then. It has happened three times now. It doesn't respond to http or ssh anymore and when I connect a monitor over hdmi and a keyboard over usb I get no image, whatever key I press. The lights on the network connection are on (one continuously, the other intermittently) as is the power-on led. So the only thing I can do is a reset using the power button, which means that I lose the logs.
- Code: Select all
journalctl --since today
starts at the reboot after the reset, and /var/log.syslog.1 stop at midnight last night.
I have a raspberry pi that is also always on and does not have this problem. They both have the same dhcp policy in the router.
Can anyone give me some tips on how to research what is going on here?
Any help greatly appreciated.