
On 12/9/12 11:14 PM, Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
When I fetch mail with fetchmail, I see this:
<5.6> 2012-09-12 17:09:03 Telcontar rsyslogd-2177 - - - imuxsock begins to drop messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:07 Telcontar rsyslogd-2177 - - - imuxsock lost 187 messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:09 Telcontar rsyslogd-2177 - - - imuxsock begins to drop messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:13 Telcontar rsyslogd-2177 - - - imuxsock lost 226 messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:15 Telcontar rsyslogd-2177 - - - imuxsock begins to drop messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:19 Telcontar rsyslogd-2177 - - - imuxsock lost 144 messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:21 Telcontar rsyslogd-2177 - - - imuxsock begins to drop messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:25 Telcontar rsyslogd-2177 - - - imuxsock lost 248 messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:27 Telcontar rsyslogd-2177 - - - imuxsock begins to drop messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:31 Telcontar rsyslogd-2177 - - - imuxsock lost 196 messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:35 Telcontar rsyslogd-2177 - - - imuxsock begins to drop messages from pid 21238 due to rate-limiting <5.6> 2012-09-12 17:09:37 Telcontar rsyslogd-2177 - - - imuxsock lost 119 messages from pid 21238 due to rate-limiting
The PID is that of fetchmail. How can avoid that?
This is with openSUSE 12.1
- -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux)
iEYEARECAAYFAlBQpsQACgkQtTMYHG2NR9XAKACfXrYylbVLZUuJsFaMnxBUYdFk pO0An3FzGU4XJHgyR/lqJO0oXpW/38no =x9Hz -----END PGP SIGNATURE----- Hi Carlos,
Had the same problem resolved as follows: edit /etc/rsyslog.conf after $ModLoad imuxsock.so # provides support for local system logging (e.g. via logger command) add $SystemLogRateLimitInterval 0 #$SystemLogRateLimitBurst 50 $SystemLogUsePIDFromSystem on my /var/log/messages and /var/log/warn are now clean!! Good luck. Rgds. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org