German The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 2 days agoMy bus crashed 🥀pawb.socialimagemessage-square21fedilinkarrow-up1212file-text
arrow-up1212imageMy bus crashed 🥀pawb.socialGerman The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 2 days agomessage-square21fedilinkfile-text
minus-squareJATothrim_v2@programming.devlinkfedilinkarrow-up7·22 hours 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.