You are not logged in.

#1 2009-03-22 02:43:37

Cyrusm
Member
From: Bozeman, MT
Registered: 2007-11-15
Posts: 1,053

-- MARK -- in /var/log/messages [SOLVED]

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

#2 2009-03-22 03:20:17

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: -- MARK -- in /var/log/messages [SOLVED]

Cyrusm wrote:

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

#3 2009-03-22 13:21:44

Cyrusm
Member
From: Bozeman, MT
Registered: 2007-11-15
Posts: 1,053

Re: -- MARK -- in /var/log/messages [SOLVED]

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

Board footer

Powered by FluxBB