On Sun, Feb 12, 2012 at 09:12:47AM +0100, Sebastian Fohler wrote: > I get this socket error: > > haproxy[63881]: Server adserver.dev.adworxs.net/adserver2.dev is DOWN, > reason: Socket error, check duration: 8ms. 1 active and 0 backup servers > left. 0 sessions active, 0 requeued, 0 remaining in queue. > > The check duration changes with every error entry, and a manual check > won't show me any errors. Is there some way to get more information > about the error. The stats are no help eighter.
At this point it indicates the OS rejected a socket creation. Either something is putting a hard limit on the number of FDs, or your source port range is too tight. Willy

