Alex Romosan wrote: > read the manual page. man sysklogd: > > -m interval > The syslogd logs a mark timestamp regularly. The > default interval between two -- MARK -- lines is 20 > minutes. This can be changed with this option.
That works for making it less frequent, but doesn't turn it off. Here's how to turn it off - in syslog.conf: *.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\ mail,mark.none,news.none;local2.none -/var/log/messages ^^^^^^^^^ This might need tweaking for your syslog.conf, but the basic idea is just add "mark.none" to any lines for files that are getting the MARK messages in them. -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]