Re: "-- Mark --" error message
From: tom pollerman (tompollerman_at_mail.landolls.com)
Date: 03/21/04
- Previous message: kluu te: "mail question"
- In reply to: Kieran Hood: ""-- Mark --" error message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 21 Mar 2004 11:54:30 -0500 To: General Red Hat Linux discussion list <redhat-list@redhat.com>
On Sun, 21 Mar 2004 13:11:27 -0000
Kieran Hood <k_hood@ntlworld.com> wrote:
> Every so often "-- MARK --" is printed in my console, do you know
> what is causing this? I had to fix my fstab file after the FS went
> corrupt, could this be related to it? Thanks.
>
This is a 'timestamp" which /sbin/syslogd writes to the log at set
intervals, 20 min. by default.
You can suppress it by starting syslogd with '-m 0'.
man syslogd
from my /etc/init.d/syslog:
-----> snip
umask 077
start() {
echo -n "Starting system logger: "
# we don't want the MARK ticks
daemon syslogd -m 0
^^^^^^^^^^^^^^^^^^^^
RETVAL=$?
echo
echo -n "Starting kernel logger: "
daemon klogd
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/syslog
------>snip
Best,
Tom
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: kluu te: "mail question"
- In reply to: Kieran Hood: ""-- Mark --" error message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|