Displaying 2 results from an estimated 2 matches for "dccm".
Did you mean:
  dcc
  
2007 May 25
0
dcc error on centos 5
...ilgw ~]# /etc/init.d/spamassassin restart
Stopping spamd:                                            [  OK  ]
Starting spamd:                                            [  OK  ]
then,
[root at mailgw ~]# /etc/init.d/rcDCC start
Then, I checked logs, It gives below erros.
May 25 13:31:51 mailgw dccm[30935]: setpgid(): Permission denied
May 25 13:31:51 mailgw dccm[30935]: 1.3.50 listening to /var/run/dcc/dccm
with /etc/dcc
May 25 13:31:51 mailgw dccm[30935]: DCC: Unable to bind to port
/var/run/dcc/dccm: Address already in use
May 25 13:31:51 mailgw dccm[30935]: DCC: Unable to create listening...
2003 Jul 29
2
stable libmilter leaks kqueue descriptors?
...ox involved disassociating my use of the 
sendmail port I was using and to use the base sendmail in -STABLE.
-STABLE builds with libmilter, so I simply recompiled one of my
milter clients with the milter headers, objs, etc that were produced
from buildworld.  However, now I notice that the client (dccm
in this case -- www.rhyolite.com/dcc )  slowly uses all the descriptors
on the box and must be restarted.
I started logging it's use of descriptors over time via a shell
script and lsof, and found that it's leaking kqueue descriptors.
Has anyone:
1. noticed this problem with other libmil...