On Mon, 2006-12-18 at 15:23 +0000, Hari Sekhon wrote:
> I've got a central logserver on syslog-ng and am getting the following
> in my logs:
>
> syslog-ng[26180]: Error accepting AF_UNIX connection, opened
> connections: 100, max: 100
>
AF_UNIX refers to unix domain sockets, e.g. you are probably hitting the
maximum on unix-stream("/dev/log");
--
Bazsi