German The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 8 days agoMy bus crashed 🥀pawb.socialimagemessage-square19linkfedilinkarrow-up1220arrow-down12file-text
arrow-up1218arrow-down1imageMy bus crashed 🥀pawb.socialGerman The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 8 days agomessage-square19linkfedilinkfile-text
minus-squareJATothrim_v2@programming.devlinkfedilinkarrow-up9·7 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.