log thresholds

Gary V lists@johnmecham.com
Mon, 22 Jan 2007 09:17:35 -0700


Christos wrote:

> Hello,

> does any know what is this warn in syslog?

> Jan 22 10:01:31 eugenia dccifd[3524]: log thresholds set with -t but no -l 
> directory
> Jan 22 10:01:31 eugenia dccifd[3528]: 1.3.45 listening to /var/dcc/dccifd

> Regards
> Christos Lambropoulos

You deleted /var/dcc/log (which will prevent logging).
If you comment out:
DCCIFD_LOGDIR="$DCCM_LOGDIR"
in dcc_conf then the message should go away.

As an alternative, keep the directory and try:
DCCM_LOG_AT=NEVER

Gary V