Giter Site home page Giter Site logo

Comments (2)

cyliustack avatar cyliustack commented on June 3, 2024

Same for me if the number of DIMMs is fewer than 4 for each processor, this error occurs. Any progress?

from rasdaemon.

mtds avatar mtds commented on June 3, 2024

Just for reference for anybody who encountered the same problem: the error message reported in the issue is due to some features enabled by default in rasdaemon which basically looks for hardware which is either not available or not supported by the daemon at the moment.

The RPM spec file provided in the repository will use the following directive in the %buld section:

%configure --enable-all

I have just amended it as follows:

%configure --enable-sqlite3 --enable-aer --enable-non-standard --enable-mce --enable-extlog --enable-devlink \
--enable-abrt-report --enable-hisi-ns-decode --enable-memory-ce-pfa

I have excluded --enable-arm, simply because I am working either with Intel or AMD architectures but what solved the problem was excluding also the disk I/O error events, so I have also dropped the directive --enable-diskerror.

The status report from systemd also did not show any problems:

~$ systemctl status rasdaemon.service
● rasdaemon.service - RAS daemon to log the RAS events
   Loaded: loaded (/usr/lib/systemd/system/rasdaemon.service; enabled; vendor preset: disabled)
   Active: active (running) since Mon 2021-06-07 11:46:26 CEST; 18min ago
  Process: 27380 ExecStartPost=/usr/sbin/rasdaemon --enable (code=exited, status=0/SUCCESS)
 Main PID: 27379 (rasdaemon)
    Tasks: 1
   Memory: 312.0K
   CGroup: /system.slice/rasdaemon.service
           └─27379 /usr/sbin/rasdaemon -f -r

Jun 07 11:46:26 node0501 rasdaemon[27379]: Enabled event mce:mce_record
Jun 07 11:46:26 node0501 rasdaemon[27379]: ras:extlog_mem_event event enabled
Jun 07 11:46:26 node0501 rasdaemon[27379]: Enabled event ras:extlog_mem_event
Jun 07 11:46:26 node0501 rasdaemon[27379]: Can't get traces from devlink:devlink_health_report
Jun 07 11:46:26 node0501 rasdaemon[27379]: rasdaemon: Recording mc_event events
Jun 07 11:46:26 node0501 rasdaemon[27379]: rasdaemon: Recording aer_event events
Jun 07 11:46:26 node0501 rasdaemon[27379]: rasdaemon: Recording extlog_event events
Jun 07 11:46:26 node0501 rasdaemon[27379]: rasdaemon: Recording mce_record events
Jun 07 11:46:26 node0501 rasdaemon[27379]: rasdaemon: Recording non_standard_event events
Jun 07 11:46:27 node0501 rasdaemon[27379]: rasdaemon: Recording devlink_event events

from rasdaemon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.