Solved: kernel: INFO: task df:147233 blocked for more than 120 seconds.
Today in this post we will see how to solve the error message “df: task blocked for more than — seconds”. Lets view the error message and how to solve...
Today in this post we will see how to solve the error message “df: task blocked for more than — seconds”. Lets view the error message and how to solve...
Today in this article, we will see an interesting issue what i faced on one of the production server which got rebooted automatically during a SAN switch replacement activity. ...
The hung task is detected by linux kernel by parsing processes with uninterruptible sleep state(which are waiting for some event or resource and is usually not going to move forward)...
1. OOM Killer Introduction OOM(Out of Memory) killer is a process which is called by our system kernel when linux system memory is critically low to recover some memory/RAM. OOM...