[syslog-ng]error message

jon@dumbo.pobox.com jon@dumbo.pobox.com
Wed, 7 Mar 2001 16:56:19 -0500


any ideas what this is?
it goes away when i comment out the unix-stream line
but..thats what the docs say to use for a linux-based distribution

Mar  7 16:45:26 src@host/host syslog-ng[29264]: Error accepting AF_UNIX connection, opened connections: 100, max: 100

relevant info:

Linux dolly1 2.4.0-test9 #12 Thu Dec 21 19:55:09 EST 2000 i686 unknown
syslog-ng-1.4.11/
libol-0.2.21/
redhat

options {
    create_dirs(yes);
    use_dns(no);
    sync(0);
};

source src {
    unix-stream("/dev/log");
    #############^^^^^^^^

    internal();
    udp(ip(0.0.0.0)
        port(514));
};