Re: [systemd-devel] systemd-journald doesn't follow max datagram length when forwarding messages to syslog

2014-08-13 Thread Umut Tezduyar Lindskog
On Wed, Aug 13, 2014 at 6:59 PM, Lennart Poettering wrote: > On Sun, 10.08.14 21:07, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > >> The problem is due to sending socket's SO_SNDBUF limit. My guess at >> this point is the amount of messages you can queue to syslog socket is >> determined by

Re: [systemd-devel] systemd-journald doesn't follow max datagram length when forwarding messages to syslog

2014-08-13 Thread Lennart Poettering
On Sun, 10.08.14 21:07, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > The problem is due to sending socket's SO_SNDBUF limit. My guess at > this point is the amount of messages you can queue to syslog socket is > determined by 3 factors. a) Sending socket's SO_SNDBUF b) Receiving > socket's

Re: [systemd-devel] systemd-journald doesn't follow max datagram length when forwarding messages to syslog

2014-08-10 Thread Umut Tezduyar Lindskog
On Wed, Aug 6, 2014 at 9:08 PM, Umut Tezduyar Lindskog wrote: > Hi, > > journald fails to forward messages to syslog when it is using > Server->syslog_fd even before the limit of > /proc/sys/net/unix/max_dgram_qlen is reached. > > For this experiment, > > 1) I have made sure /proc/sys/net/unix/max

[systemd-devel] systemd-journald doesn't follow max datagram length when forwarding messages to syslog

2014-08-06 Thread Umut Tezduyar Lindskog
Hi, journald fails to forward messages to syslog when it is using Server->syslog_fd even before the limit of /proc/sys/net/unix/max_dgram_qlen is reached. For this experiment, 1) I have made sure /proc/sys/net/unix/max_dgram_qlen is set to before syslog.socket is created. 2) Replaced rsyslo