DCC unable to switch off logging.
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?
-
Update - I believe I have found the answer here: [url=http://forum.configserver.com/viewtopic.php?f=19&t=2444&p=7933&hilit=dcc#p7933]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 0 -
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. 0
Please sign in to leave a comment.
Comments
2 comments