29
Help! Random 1-2 second freezes
(lemm.ee)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Can
journalctl
be useful here? Does it show anything related?During the minute that one of these freezes happened, this is the log output:
Just a hunch but I'd look into rtkit. A bad process with realtime priority could starve out others.
Temporarily disable rtkit and log out.
I vaguely know rtkit handles thread/process priority... could there be any possible issues if I disable it?
Edit: actually have a more important question: how do I disable rtkit? It seems to just start up regardless of what I do.
The only important instance I know of would be your audio server (pipewire, pulse) which could also explain why audio continues to work.
Masking the service should do it.
My guess would be 3rd line from the bottom: a systemd service named
gnome-terminal-server
is being started. Why is it being started? Maybe it crashed and is set to always restart? Not sure.I think that was me opening the terminal to run journalctl lol