Heyo,
In
/var/log/everything.log
I'm getting watchdog skip warnings.
Dec 31 13:21:32 gameplayer kernel: clocksource: timekeeping watchdog on CPU1: hpet wd-wd read-back delay of 106088ns
Dec 31 13:21:32 gameplayer kernel: clocksource: wd-tsc-wd read-back delay of 106088ns, clock-skew test skipped!
Dec 31 13:22:09 gameplayer kernel: clocksource: timekeeping watchdog on CPU0: hpet wd-wd read-back delay of 106088ns
Dec 31 13:22:09 gameplayer kernel: clocksource: wd-tsc-wd read-back delay of 106088ns, clock-skew test skipped!
Dec 31 13:22:10 gameplayer kernel: clocksource: timekeeping watchdog on CPU2: hpet wd-wd read-back delay of 105600ns
Dec 31 13:22:10 gameplayer kernel: clocksource: wd-tsc-wd read-back delay of 106577ns, clock-skew test skipped!
...
How to disable that type of watchdog permanently?
Ok, the solution is setting in
/etc/default/grub
:
GRUB_CMDLINE_LINUX_DEFAULT="tsc=nowatchdog"
And in
/etc/sysctl.conf
:
kernel.nmi_watchdog=0