[root@example]# /etc/init.d/mcelogd start Starting mcelog daemon [FAILED] AMD Processor family 16: Please load edac_mce_amd module. CPU is unsupported mcelog.service无法启动: Raw * mcelog.service - Machine Check Exception Logging Daemon Loaded: loaded (/usr/lib/systemd/system/mcelog.service;...
AMD Processor family 16: Please load edac_mce_amd module. CPU is unsupported mcelog.servicefails to start with: Raw * mcelog.service - Machine Check Exception Logging Daemon Loaded: loaded (/usr/lib/systemd/system/mcelog.service; enabled; vendor preset: enabled) Active: failed (Result: exit-c...
#include <linux/module.h> #include <linux/slab.h> #include "mce_amd.h" static struct amd_decoder_ops *fam_ops; static u8 xec_mask = 0xf; static bool report_gart_errors; static void (*decode_dram_ecc)(int node_id, struct mce *m); void amd_report_gart_errors(bool v) ...
Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {...
#include <linux/module.h> #include <linux/slab.h> #include <asm/cpu.h> #include "mce_amd.h" static struct amd_decoder_ops fam_ops; static u8 xec_mask = 0xf; static void (*decode_dram_ecc)(int node_id, struct mce *m); void amd_register_ecc_decoder(void (*f)(int, struct ...
mcelogd が起動に失敗します。 Raw [root@example]# /etc/init.d/mcelogd start Starting mcelog daemon [FAILED] AMD Processor family 16: Please load edac_mce_amd module. CPU is unsupported mcelog.service が起動に失敗します。 Raw * mcelog.service - Machine Check Exception Logging Daemon Loaded...