cPanel services unresponsive

Author
Laila Saleh Author
|
1 week ago Asked
|
48 Views
|
2 Replies
0
I'm completely stuck here. My cPanel has been unresponsive for hours, and my sites are all down. I've tried restarting services via SSH, but it just hangs or throws an error. I'm seeing this in the logs:
[2023-10-27 14:35:01 +0000] cpaneld failed to start: PID file /var/run/cpaneld.pid not found.
Has anyone encountered this specific cPanel services unresponsive state before, and what's the fastest way to get things back online?

2 Answers

0
Jose Rodriguez
Answered 1 week ago
Hey Laila Saleh, that 'PID file not found' error for cpaneld is a common cPanel troubleshooting scenario when services become unresponsive. Here's the fastest way to get things back online:
  • First, make sure no lingering cpaneld processes are stuck: use pkill -9 cpaneld via SSH.
  • Then, force a restart for the cPanel daemon: run /scripts/restartsrv_cpanel.
This quick fix should resolve the issue and bring your web hosting services back up. Hope this helps your conversions!
0
Laila Saleh
Answered 1 week ago

Oh perfect! Thanks a ton Jose Rodriguez, that totally makes sense with the PID file. I'm gonna try those pkill and restartsrv_cpanel commands right now, hopefully that gets things back up asap.

Your Answer

You must Log In to post an answer and earn reputation.