And now back to the original pattern. Had to reboot AGAIN.
journalctl --boot=-1 | tail -n 2000 | pastebinit
https://paste.ubuntu.com/p/bw7p8sK3pp/
Here we see this pattern repeating over and over.
Mar 02 22:44:54 aigas kernel: watchdog: BUG: soft lockup - CPU#6 stuck for 3934s! [idrive:2285]
Mar 02 22:44:54 aigas kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 2370s! [kworker/12:0:55]
Mar 02 22:45:22 aigas kernel: watchdog: BUG: soft lockup - CPU#6 stuck for 3960s! [idrive:2285]
Mar 02 22:45:22 aigas kernel: watchdog: BUG: soft lockup - CPU#12 stuck for 2396s! [kworker/12:0:55]
The same two processes repeating a “soft lockup” over and over. A kworker thread (whatever that is) and an idrive thread which I know is because I do have backups enabled using idrive. I might try turning that off except for the fact that in yesterday’s crash, idrive was not in the journal, just two kworker threads.
Mar 02 09:36:29 aigas kernel: watchdog: BUG: soft lockup - CPU#7 stuck for 1383s! [kworker/7:0:487944]
Mar 02 09:36:33 aigas kernel: watchdog: BUG: soft lockup - CPU#8 stuck for 6687s! [kworker/8:2:487196]
Mar 02 09:36:57 aigas kernel: watchdog: BUG: soft lockup - CPU#7 stuck for 1409s! [kworker/7:0:487944]
Mar 02 09:37:01 aigas kernel: watchdog: BUG: soft lockup - CPU#8 stuck for 6713s! [kworker/8:2:487196]
Look, this is totally absurd. All I want is a reliable method of walking away from this computer and not having to reboot it when I come back. Is that too much to ask for?
I am used to being able to just walk away from the computer. I am willing to settle, instead, for a reliable method of issuing some command to make the computer sleep or suspend or hibernate or whatever other verb someone can come up with, provided that there is some well-defined event, some keypress, mouse movement or whatever that will reliably force it to wake up. Information about what wakes it from any of these states is never provided, which makes me think that any old keypress or mouse click is supposed to be sufficient.
What makes this especially maddening is that I can sit at this computer for hours doing all sorts of tasks and never experience this problem. Only when it is idle do these problems occur. Think for a moment how absurd that is.
My detective work has proven useless.
Looking for a new strategy.