* Domenico Andreoli <[email protected]> [2018-05-07 19:02]: > > Does this make any difference? > > /sbin/qcontrol --direct watchdog off > yes, a lot. > > Indeed after the watchdog is turned off the box doesn't reset any more.
This command normally gets run in the initramfs, so the next step is to figure out why this isn't the case. Maybe you could edit /usr/share/initramfs-tools/scripts/init-bottom/qcontrol and add a "set -x" at the beginning. Then rebuild the initramfs (update-initramfs -u). You only changed the kernel, right, or did udev also change? -- Martin Michlmayr http://www.cyrius.com/

