German The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 3 days agoMy bus crashed 🥀pawb.socialimagemessage-square21fedilinkarrow-up1231arrow-down12file-text
arrow-up1229arrow-down1imageMy bus crashed 🥀pawb.socialGerman The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 3 days agomessage-square21fedilinkfile-text
minus-squareJATothrim_v2@programming.devlinkfedilinkarrow-up8·2 days agoThe disk is likely dead… The kernel is stuck doing I/O with a spinlock held. The NMI watchdog fired/timeouted because of this. The watchdog is supposed to cause a reboot, but if the HW is dead, the system will boot loop.
The disk is likely dead… The kernel is stuck doing I/O with a spinlock held. The NMI watchdog fired/timeouted because of this. The watchdog is supposed to cause a reboot, but if the HW is dead, the system will boot loop.