What is waiting for ch?
hello,
I have installed CSF + LFD.
Each X time I get this message:
lfd on SERVER: Excessive resource usage: goodUSER (15835 (Parent PID:29609))
then I seek command to get time process running, and I get:
... who/what is "waiting for ch" ??? I know many commands to KILL process ZOMBI, but I want know what/who is "waiting for ch" (aracter) ? thanks
root@hostname [~]# ps -eo pid,cmd,lstart | grep 29609
29609 cpanellogd - waiting for ch Tue May 14 07:10:30 2019
30198 grep 29609 Sat May 18 10:44:27 2019
root@hostname [~]#... who/what is "waiting for ch" ??? I know many commands to KILL process ZOMBI, but I want know what/who is "waiting for ch" (aracter) ? thanks
-
The "waiting for ch" text you see in the process list is actually "waiting for child to process logs".
Thanks, waiting by more of 1 week?root@hostname [~]# ps -eo pid,cmd,lstart | grep 29609 5628 grep 29609 Mon May 20 19:59:23 2019 root@hostname [~]#0 -
Hello, Can you restart cpanellogd and initiate the log processing task? You can execute the following commands to perform these actions: /scripts/restartsrv_cpanellogd /scripts/runstatsonce
After executing the above command, monitor /usr/local/cpanel/logs/stats_log with the tail command to confirm it finishes successfully. EX:tail -f /usr/local/cpanel/logs/stats_log
Thank you.0 -
You can execute the following commands to perform these actions:
/scripts/restartsrv_cpanellogd /scripts/runstatsonce
...
Thanks. I run yours 3 lines, and I get this:[root@hostName ~]# /scripts/restartsrv_cpanellogd Waiting for "cpanellogd"cpanellogd" Service Status cpanellogd (cpanellogd - master) is running as root with PID 7804 (systemd+/proc check method). cpanellogd (cpanellogd - master) running as root with PID 7804 (process table check method) Startup Log May 22 14:14:22 hostName.mySLD.net systemd[1]: Starting cPanel Log services... May 22 14:14:22 hostName.mySLD.net cpanellogd[7803]: ==> cPanel Log Daemon version 26.0 May 22 14:14:22 hostName.mySLD.net systemd[1]: Started cPanel Log services. Log Messages May 22 14:14:22 hostName cpanellogd: ==> cPanel Log Daemon version 26.0 cpanellogd restarted successfully. [root@hostName ~]# [root@hostName ~]# /scripts/runstatsonce ==> cPanel Log Daemon version 26.0 ==> Ignoring lastrun files and running all stats now ==> cpanellogd will exit after stats have run [root@hostName ~]# [root@hostName ~]# tail -f /usr/local/cpanel/logs/stats_log [2019-05-22 14:14:56 -0500] Done Checking Logs [2019-05-22 14:14:56 -0500] Checking Bandwidth [2019-05-22 14:14:56 -0500] I/O: best-effort: prio 7 [2019-05-22 14:14:56 -0500] Processing bandwidth. [2019-05-22 14:14:56 -0500] Process bandwidth for goodUSER ==> Retention days: 10 [2019-05-22 14:14:58 -0500] Done Checking Bandwidth
after of several time (1 hour) prompt don"t move. prompt is glue in last line: "one Checking Bandwidth" something is wrong?0
Please sign in to leave a comment.
Comments
5 comments