“mce: [Hardware Error]: Machine check events logged” appears in syslog.

ABOUT mcelog mcelog logs and accounts machine checks (in particular memory, IO, and CPU hardware errors) on modern x86 Linux systems. mcelog is required by both 32bit x86 Linux kernels (since 2.6.30) and 64bit Linux kernels (since early 2.6 kernel releases) to log machine checks and should run on all Linux systems that need error …

logger—0.6.xml

[daemon.log]Every daemon without a separate facility logs to daemon.log. The priority of log events is not relevent.[debug]File debug has messages useful for debugging.The priority of log events are not relevent.[dmesg] After the kernel has booted, all kernel messages are written to dmesg for later reference.This file is not rotated and only exists for a single …

kern.log part 1

$cut -d ‘ ‘ -f6-20 /var/log/kern.log [22293.016178] kjournald starting. Commit interval 5 seconds [22293.016218] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended [22293.016635] EXT3 FS on sdb2, internal journal [22293.016647] EXT3-fs: mounted filesystem with ordered data mode. $ The First field shown above is a timestamp. The kernel ring buffer is not really …