You should have a look at the syslog error log ;) 6950.906989271:7f1afcdeb720: cfline: '$SystemLogRateLimitInterval 0' 6950.907004432:7f1afcdeb720: Called LogError, msg: invalid or yet-unknown config file command - have you forgotten to load a module? 6950.907033424:7f1afcdeb720: config line NOT successfully processed
The error message is emitted, but probably thrown away ;) Anyhow, you use 4.6.3, which does not support the new type of rate limiting at all. So I guess what comes into your way is repated message reduction, which you can turn off via a separate statement (Which I don't know out of my head, but if you search for repated message reduction you should find it relatively easily :). HTH Rainer > -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of Hongqing Yang > Sent: Monday, April 25, 2011 12:36 PM > To: rsyslog-users > Subject: Re: [rsyslog] cannot turn off the rate limit > > Hi, Rainer, > > Please find the rsyslog.conf and rsyslog log file in attachments. > Thanks. > > > ----- Original Message ----- > From: "Rainer Gerhards" <[email protected]> > To: "rsyslog-users" <[email protected]> > Sent: Monday, April 25, 2011 5:55:56 PM > Subject: Re: [rsyslog] cannot turn off the rate limit > > Sorry, I'Ve not been precise enough. I need a rsyslog debug log, not > the > logfile. See this page: > > http://www.rsyslog.com/doc/troubleshoot.html > > Note that we have a public holiday over here and I am meeting with > family. So > I have no lab at hand. But with the debug log, I may be able to tell > something. > > Rainer > > > -----Original Message----- > > From: [email protected] [mailto:rsyslog- > > [email protected]] On Behalf Of Hongqing Yang > > Sent: Monday, April 25, 2011 11:27 AM > > To: rsyslog-users > > Subject: Re: [rsyslog] cannot turn off the rate limit > > > > Sorry, failed to attach the file. Now it is fine. > > > > ----- Original Message ----- > > From: "Hongqing Yang" <[email protected]> > > To: "rsyslog-users" <[email protected]> > > Sent: Monday, April 25, 2011 5:24:29 PM > > Subject: Re: [rsyslog] cannot turn off the rate limit > > > > Hi, Rainer, > > > > Thanks for your reply, Now I try to transfer guest installation logs > > from KVM to host by virtio. > > But I find the logs are different, after discussed with the anaconda > > team, I know I have > > to turn ratelimit off. > > > > The configuration of rsyslog is below: > > > > #### MODULES #### > > > > $ModLoad imuxsock.so # provides support for local system logging > > (e.g. via logger command) > > $SystemLogRateLimitInterval 0 > > $ModLoad imklog.so # provides kernel logging support (previously > > done by rklogd) > > #$ModLoad immark.so # provides --MARK-- message capability > > > > the logs on the guest can be found in attachment. > > > > Thanks. > > > > ----- Original Message ----- > > From: "Rainer Gerhards" <[email protected]> > > To: "rsyslog-users" <[email protected]> > > Sent: Monday, April 25, 2011 4:57:43 PM > > Subject: Re: [rsyslog] cannot turn off the rate limit > > > > Can you please send a debug log. Probably it is sufficient to see the > > startup, but we may need a full session. > > > > Rainer > > > > > -----Original Message----- > > > From: [email protected] [mailto:rsyslog- > > > [email protected]] On Behalf Of Hongqing Yang > > > Sent: Monday, April 25, 2011 10:16 AM > > > To: [email protected] > > > Subject: [rsyslog] cannot turn off the rate limit > > > > > > Hi, All > > > > > > I try to turn off the rate limit by adding > > $SystemLogRateLimitInterval > > > 0 after $ModLoad imuxsock.so, > > > but it does not work, now I cannot get all the logs. Do you have > any > > > idea how to fix it? Thanks. > > > > > > > > > Hongqing > > > _______________________________________________ > > > rsyslog mailing list > > > http://lists.adiscon.net/mailman/listinfo/rsyslog > > > http://www.rsyslog.com > > _______________________________________________ > > rsyslog mailing list > > http://lists.adiscon.net/mailman/listinfo/rsyslog > > http://www.rsyslog.com > > _______________________________________________ > > rsyslog mailing list > > http://lists.adiscon.net/mailman/listinfo/rsyslog > > http://www.rsyslog.com > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

