1842529 Members
2552 Online
110189 Solutions
New Discussion

Re: cmclconfd_tcp.log

 
SOLVED
Go to solution
Réa Pierre
Occasional Contributor

cmclconfd_tcp.log

Hello,
my /tmp is always filling up with the cmclconfd_tcp.log
How can i turn off this log file?

Thanks for your Help.
Best Regards,
Pierre
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: cmclconfd_tcp.log

I assume it must be SG related, so I make no claims as to whether this is a "must have" file or not, having little personal SG knowledge. You could however, set up a cron job to null out the file once (or more) a day.


Pete

Pete
Stephen Doud
Honored Contributor
Solution

Re: cmclconfd_tcp.log

This is abnormal (cmclconfd logging to syslog)

Please grep the cmclconfd lines in /etc/inetd.conf and show them to us.

You should see:
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
Réa Pierre
Occasional Contributor

Re: cmclconfd_tcp.log

Here it is:

hacl-cfg dgram udp wait root /usr/lbin cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c -T 5 -L /tmp/cmclconfd_tcp.log

Can I just remove the -L option?
John Bigg
Esteemed Contributor

Re: cmclconfd_tcp.log

Remove both the -T 5 and -L /tmp/cmclconfd_tcp.log. If you only remove the -L option all that logging will go into syslog which will move the problem elsewhere.

Someone must have manually added this to troubleshoot some problem since you will not find anything adding this automatically.
Réa Pierre
Occasional Contributor

Re: cmclconfd_tcp.log

Thank you very much for your quick responses.
I removed the Option and since then no more logging :)