German The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 1 个月前My bus crashed 🥀pawb.socialimagemessage-square21linkfedilinkarrow-up1240file-text
arrow-up1240imageMy bus crashed 🥀pawb.socialGerman The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 1 个月前message-square21linkfedilinkfile-text
minus-squareJATothrim_v2@programming.devlinkfedilinkarrow-up9·1 个月前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.
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.