cm0002@infosec.pub to Programmer Humor@programming.dev · 11 hours agoClosing programsinfosec.pubimagemessage-square66fedilinkarrow-up1378
arrow-up1378imageClosing programsinfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 11 hours agomessage-square66fedilink
minus-squarexan1242@lemmy.dbzer0.comlinkfedilinkarrow-up2·9 hours agoPlus, if something seemingly can’t be terminated with that, 99% of the time it’s a kernel level lockup (e.g. disk IO). At which point you only have 2 options: kill it via a kernel debugger or (the more likely scenario) perform a reboot.
Plus, if something seemingly can’t be terminated with that, 99% of the time it’s a kernel level lockup (e.g. disk IO). At which point you only have 2 options: kill it via a kernel debugger or (the more likely scenario) perform a reboot.