You are not logged in.
Hi All,
Sometimes I see the following line in dmesg:
=== mark ===
Does anybody know what this means?
Best regards,
Cedric
Offline
It means nothing. It is a heart beat put there on a periodic basis as a marker. This way the logs are guaranteed to be touched occasionally. It allows one to approximate when a system died by when looking at the logs when there are no other meaningful data posted at the time of a crash.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
If you want to get rid of it, use
mark_freq(0);
in the 'options' section of /etc/syslog-ng/syslog-ng.conf
Offline