DCC unable to switch off logging.

jols

Well-Known Member
Mar 13, 2004
1,107
3
168
I have done the usual stuff to make sure that DCC logs do not pile up in /var/dcc/log, but for some reason DCC keeps logging no matter what.

Here's what I have done so far:

Edited /var/dcc/dcc_conf

Set the following values:

DCCM_LOGDIR=""
DCCIFD_LOGDIR=""

Any idea how to completely switch off logging for DCC?
 

jols

Well-Known Member
Mar 13, 2004
1,107
3
168
Update - I believe I have found the answer here:
ConfigServer Scripts Community Forum • View topic - dcc

As it turns out the dccifd was running, so here's the instructions for taking care of this, and I hope it finally switches off the logging too:

Check for running dccifd:

ps -ef | grep dccifd

If running, kill the process, then:

chmod 000 /var/dcc/libexec/dccifd
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

I am happy to hear you were able to resolve the issue. Thank you for sharing the solution that worked for you.

Thank you.