You are not logged in.
Pages: 1
I keep having the message --MARK-- appear in my /var/log/messages every 20 minutes exactly,
this began about a week ago, according to this website http://www.enterprisenetworkingplanet.c … hp/3517611 there are no problems per say.
there doesn't appear to be anything wrong, but it's bugging me and I would like it gone. does anyone have any idea which log file
I need to change to make this happen? any help is greatly appreciated.
Last edited by Cyrusm (2009-03-22 13:22:00)
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
does anyone have any idea which log file
It's in /etc/syslog-ng.conf. Here's how to disable it:
options {
stats_freq (0);
mark_freq (0);
... and so on ...The 2 lines disable the stats dump and --mark-- entries, respectively.
Offline
Excellent, thank you very much for your help!
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
Pages: 1