Short Intro
Since a couple of days, my physical server keeps freezing every 2 or 3 days.
I have already replaced all hardware, including the drives, and did a fresh installation of Ubuntu.
Details & Findings
No luck so far when searching the log files:
- Every syslog or kernel log file shows
^@^@^@^@^@^@^@^@^@^@^@^@
at the time of the freeze. Before that, there is no suspicious behavior for at least 15 mins before the time of the freeze.
- journal logs from last reboot can be found here. Since I run UFW, it's a bit messy. The freeze happened at approx. 09:45h.
- I have the server in my monitoring. There is no increase of CPU, RAM, DiskIO, Disk space nor traffic on the network interface shortly before the freezes happen. CPU, RAM, and disk space are also not above a limit.
- Once the server freezes, I can do nothing at the console anymore. I need to reboot the server (hard reset) to get it back running for a couple of days.
What I run on the server:
- nginx
- php-fpm
- laravel 8
- ufw
- fail2ban
- mysql 8
Actions I have already taken, found in similar posts:
- Adjust min free RAM:
sysctl -w vm.min_free_kbytes=235929
sysctl -w vm.swappiness=5
Since most logs show some random signs, I appreciate any help what to do next. I don't know what else I could check.
Thanks for any tips & help provided!