Skip to main content

The cPanel Server operation timed out

Comments

3 comments

  • Jcats
    Out of memory Unfortunately one log file will not sum it up for you in terms of what caused your system to OOM but you could check /var/log/messges and dmesg if you see tons of OOM / killed processes that are PHP related than most likely some kind of layer 7 attack, common scenario would be brute force attack on WordPress.
    0
  • Topotyn
    Thanks for the answer! I can provide more logs. I looked through all the Apache logs, nothing unusual. Below added additional logs. If you have time - look, maybe you will find something. Nothing was written to the dmesg that day. - Removed -
    0
  • cPanelLauren
    As indicated by @Jcats you are certainly running out of memory. Errors like this provide evidence as such as well: Cpanel::iContact::Class::new("Cpanel::iContact::Class::chkservd::OOM", "process_killed", 1, "seconds_since_boot", 1599891.117932, "uid", 0, "pid", ...) called at /usr/local/cpanel/Cpanel/Notify.pm line 77
    I see similar OOM related messages in the output of messages you provided as well. How much memory is on the system? You can find this out by running: free -m
    You can also get some historical usage over the last 12 hours by running something like: sar -r
    0

Please sign in to leave a comment.