edac-utils
edac-utils copied to clipboard
Userspace helper for kernel EDAC drivers (Error Detection and Correction)
the current autoconf scripts (`config.{sub,guess}`) are too old (it's from 2004-09-07) and do not contain code to detect risc-v architecture. This PR updates both script files to their latest version.
Hello. I am not sure if you are upstream for Ubuntu's edac-utils but HtH. I didn't saw 'dimm_ce_count' in your code. I have a server which has CE counts that...
I got this error when making config file for edac-utils.
I prepared an `/etc/edac/labels.d/asrock.db` file for my motherboard, hoping to use `edac-ctl --register-labels`, but it always fails because the `csrow#` directories under `/sys/devices/system/edac/mc/mc* `do not exist on my Ubuntu 19.10....
I have problems identifying what memory module is generating the errors. Afaik this is the best indicator "EDAC sbridge MC0: CPU 0: Machine Check Event: 0 Bank 5:" I do...
Hello! We just stumbled over an issue with edac-utils which can arise when using the labels.db to match the kernel's DIMM identifiers with the one on the mainboard. The problem...
The server board family is used by the German Web hosting provider and data center operator Hetzner in their PX60-SSD offer [1]. According to the Intel Server Board S1200V3RP Technical...
Execute the command [1] below to remove blank lines at end of all files. ``` find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \; ``` [1]...
With commit f9aa9620 running `./bootstrap` fails. ``` $ ./bootstrap + aclocal -I config + libtoolize --automake --copy --force + autoheader + automake --add-missing --copy --force-missing --gnu configure.ac:37: warning: AM_INIT_AUTOMAKE: two-...
Moved from sf.net, user dcb: Source code is if (mci.mc_name[0] != '\0' || mci.mc_name[0] != '\n') { Suggest swap || for &&. This bug found by compiling the package with...