HAProxy启动时出现错误11 – 如何debugging?

我在ubuntu 14.04上运行HaProxy。 该系统工作,但我确实得到了一个警告,我想debugging启动:

sudo /etc/init.d/haproxy restart * Restarting haproxy haproxy [ALERT] 314/173551 (14318) : sendto logger #1 failed: Resource temporarily unavailable (errno=11) 

它不幸地不知道哪个资源不可用。 configuration由许多资源组成。

如何确定此警报的原因? 谢谢你的帮助。

我发现在下面的链接,重新启动syslog可以帮助: http ://comments.gmane.org/gmane.comp.web.haproxy/4716(也可以检查/ proc / sys / net / unix / max_dgram_qlen)

我的max_dgram_qlen是512,在通过systemd重新启动系统日志和haproxy后,它工作。