Note #2024-05-14-002
One thing I sometimes do when facing this is run sudo strace -p <pid> to see what system calls it is making. Is it even doing something or stuck.
Tagged:
linux
One thing I sometimes do when facing this is run sudo strace -p <pid> to see what system calls it is making. Is it even doing something or stuck.