Open ayashjorden opened 7 years ago
We're also facing the same issues.. would be cool if somebody could explain what the correct configuration should look like. Thanks! ;)
and
2.restarted the syslog (sudo service rsyslog restart).
Alerts stopped showing.
In my case syslog service was faulty, I restart it and I was able to move on. service syslog restart
Hi, Opening here as the error message is coming from the bundled HAProxy component in MLB container.
Context:
When running MLB without enabling the
/devlog
device for HAProxy, I'm getting blasted with:[ALERT] 228/081350 (412) : sendmsg logger #2 failed: No such file or directory (errno=2)
After enabling the
/dev/log
device:[ALERT] 228/081044 (10579) : sendmsg logger #2 failed: Resource temporarily unavailable (errno=11)
I've searched online for similar solutions but all I found is not MLB related. Tried restarting the rsyslog daemon, didn't help.
UPDATE: Found this issue which is related.
Questions
Can someone shed some light here? Why mounting the
/dev/log
device into the MLB container didn't help? Can someone elaborate on how to configure rSyslog on the host machine to support HAProxy logging to/dev/log
?Running on CentOS7.3.1611
Thank you, Yarden