Skip to main content

cPHulkd Failing Repeatedly

Comments

4 comments

  • cPanelMichael
    Hello, Could you open a support ticket using the link in my signature so we can take a closer look at the affected system? Thank you.
    0
  • paulapatrice
    Apparently I'm unable to grant access via the support wizard nor customer portal: Error:WHM Authorization failed with the following error: API failure: (XID f5pf7u) The temporary wheel user "get" operation failed with a "sudo" error: The system cannot create a temporary user because this server does not permit wheel users to use "sudo".. You may skip this server or correct the problem and try again. I submitted the ticket with Priority anyway, ID 8779571
    0
  • cPanelMichael
    Hello, To update, it looks like this issue stemmed from a lack of available memory on the system. Thank you.
    0
  • paulapatrice
    FOLLOW UP: SOLVED The error messages were: The service "cphulkd" appears to be down. The system"s command to check or to restart this service failed. The subprocess "/usr/local/cpanel/scripts/restartsrv_cphulkd" reported error number 9 when it ended. The solution: Appears to have been caused by a failure of the host server to allocate memory to the VPS, perhaps due to an overloaded host node (as per cPanel support tech's troubleshooting). As a result cPanel services were failing when coming out of dormant state to run. Issue seems to have fixed itself, presumably by the host fixing its server. Since the VPS dashboard nor WHM showed this memory issue and the server appeared to have 95% free RAM, I am posting the cPanel Support Analyst's method of troubleshooting below for others' reference if they have the same problem. Tech Support Notes: I noticed you were on an OpenVZ server. Open VZ servers have a file at /proc/user_beancounters that keeps track of when a container hits faults. I noticed your server has been hitting memory related faults : [01:34:09 [servername] root@#### ~]cPs# grep -v '\ 0$' /proc/user_beancounters Version: 2.5 uid resource held maxheld barrier limit failcnt privvmpages 270575 277331 1572864 1572864 1840 Notice the failcnt column. This means your server is failing to allocate memory 1840 times. This isn't a reflection of the RAM on your server being allocated but rather a failure to allocate ram from the host server. This leads me to believe that your host node you are on is overloaded and that is why you are getting failure to allocate memory errors. Linux is trying to get memory but there isn't any available on the host node to get which can cause issues like this. In regards to how to check the memory usage on a Linux server you can use the free command to do so . (free(1): amount of free/used memory in system - Linux man page )
    0

Please sign in to leave a comment.