Hi,

I'm running an instance of s6-ipcserver like this:

  s6-envuidgid nobody
  s6-ipcserver
    -1 -P -U
    /run/mysocket
    script.sh

Everything seems to work initially, but after 40 successful connections, with script.sh exiting,
I see the following log message:


  s6-ipcserver: info: deny ?:? count ?/40: Success

What should I be looking for to debug this? I guess enabling verbose logging is step one.

I understood

-C localmaxconn : accept at most localmaxconn connections from the same user ID.
     Default is 40. It is impossible to set it higher than maxconn.

as referring to *concurrent* connections. Am I misreading this?

This is on a Debian wheezy system, skalibs 1.6.0.0, s6-dns 0.1.0.0, s6-networking 0.1.0.0, libc6 2.13-38+deb7u3

Thanks,

--
Patrick Mahoney <[email protected]>

Reply via email to