You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed yesterday by apt install mcelog, which worked well, then device / dev / mcelog did not exist, this I have manually with mknod / dev / mcelog c 10 227 created, according to the website of mcelog.
So I also wanted to start mcelog with systemctl that appears:
`
systemctl status mcelog.service
● mcelog.service - LSB: Machine Check Exceptions (MCE) collector & decoder
Loaded: loaded (/etc/init.d/mcelog; generated; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2018-01-31 08:09:35 CET; 9s ago
Docs: man:systemd-sysv-generator(8)
Process: 26961 ExecStop=/etc/init.d/mcelog stop (code=exited, status=0/SUCCESS)
Process: 26979 ExecStart=/etc/init.d/mcelog start (code=exited, status=1/FAILURE)
Jan 31 08:09:35 NAS systemd[1]: Starting LSB: Machine Check Exceptions (MCE) collector & decoder...
Jan 31 08:09:35 NAS mcelog[26979]: mcelog: Family 6 Model 92 CPU: only decoding architectural errors
Jan 31 08:09:35 NAS mcelog[26983]: Family 6 Model 92 CPU: only decoding architectural errors
Jan 31 08:09:35 NAS mcelog[26979]: Starting Machine Check Exceptions decoder:
Jan 31 08:09:35 NAS systemd[1]: mcelog.service: Control process exited, code=exited status=1
Jan 31 08:09:35 NAS systemd[1]: Failed to start LSB: Machine Check Exceptions (MCE) collector & decoder.
Jan 31 08:09:35 NAS systemd[1]: mcelog.service: Unit entered failed state.
Jan 31 08:09:35 NAS systemd[1]: mcelog.service: Failed with result 'exit-code'.
(root)-(/usr/lib/znc)->journalctl -p err -u mcelog.service
-- Logs begin at Wed 2018-01-17 13:39:01 CET, end at Wed 2018-01-31 08:09:35 CET. --
Jan 31 08:09:27 NAS mcelog[26971]: Family 6 Model 92 CPU: only decoding architectural errors
Jan 31 08:09:27 NAS systemd[1]: Failed to start LSB: Machine Check Exceptions (MCE) collector & decoder.
Jan 31 08:09:35 NAS mcelog[26983]: Family 6 Model 92 CPU: only decoding architectural errors
Jan 31 08:09:35 NAS systemd[1]: Failed to start LSB: Machine Check Exceptions (MCE) collector & decoder.
`
The text was updated successfully, but these errors were encountered:
Not all CPUs of Intel Goldmont micro architecture (Family 6 Model 92) are supported by mcelog;
Ubuntu repository is totally outdated: try to compile and check it by yourself:
cd /tmp/
git clone https://github.com/andikleen/mcelog.git
cd mcelog
make
if ./mcelog --is-cpu-supported; then echo "CPU is supported!"; else echo "No luck!"; fi
Hi
I installed yesterday by apt install mcelog, which worked well, then device / dev / mcelog did not exist, this I have manually with mknod / dev / mcelog c 10 227 created, according to the website of mcelog.
So I also wanted to start mcelog with systemctl that appears:
`
The text was updated successfully, but these errors were encountered: