1

Iv'e installed an Ubuntu 18.04.4 server hosting docker containers and every few days the system crashes with the following entries in the system log:

Jun 16 08:52:13 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 23s! [containerd:1293]
Jun 16 08:52:41 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 23s! [containerd:1293]
Jun 16 08:52:45 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#9 stuck for 22s! [rtorrent main:4407]
Jun 16 08:52:45 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#10 stuck for 22s! [runc:11721]
Jun 16 08:53:09 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#4 stuck for 23s! [containerd:1293]
Jun 16 08:53:13 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [rtorrent main:4407]
Jun 16 08:53:13 shauls_home_server kernel: watchdog: BUG: soft lockup - CPU#10 stuck for 23s! [runc:11721]

I've already tried this solution: adding nouveau.modeset=0 to GRUB's Linux line.

And this: echo 20 > /proc/sys/kernel/watchdog_thresh, As suggested here.

Here is my Journalctl log just before the crash.

Any help on how I can figure out what's causing the issue will be appreciated.

2 Answers2

0

BIOS

Gigabyte Technology Co., Ltd. A320M-H/A320M-H-CF

You have BIOS F40, dated 06/28/2019.

There's a newer BIOS available, F50, dated 11/28/2019, and can be downloaded here.

Note: Verify that I have the correct web page for your model #.

Note: Have good backups before updating the BIOS.

heynnema
  • 70,711
0

I have Xeon CPU and exact same problem that prevents it from booting into Linux Mint 20 or Windows 10. What helped me is going to

bios > Chipset > Advanced Power Management Configuration > CPU C State Control > enabled CPU C3 report and disabled CPU C6 report.

(i have a basic AMI bios, your path may vary)

Flippy
  • 1
  • 1