Mauro Carvalho Chehab

Results 102 comments of Mauro Carvalho Chehab

Hmm... merging this on Kernel 5.13.0-20-generic starts to produce: ug! no event found for type 1184 The patch should be changed to handle the old event too, in order to...

Did you upgrade your systems or rasdaemon? It sounds to me that it is using an outdated mysql database. Yeah, we probably need to add some feature at rasdaemon for...

First of all, it is not every time that the BIOS information is correct. It is actually common that the same BIOS is used on different machines that have different...

I've no idea about what version is packaged at Ubuntu. Upstream supports extlog in CPER. See ras-extlog-handler.c.

> I used the rasdaemon 0.6.5 and 0.6.6 at ubuntu and the Extlog don't show any log. > If ubuntu doesn't support Extlog, which Linux do you suggest to support...

I'd like the option of having a --json output. I would love to make the db schema compatible across rasdaemon releases, but doing that would require extra care when adding...

That's weird. This event should only be enabled if DISKERROR was enabled. See ras-events.c: ``` #ifdef HAVE_DISKERROR rc |= __toggle_ras_mc_event(ras, "block", "block_rq_complete", enable); #endif ``` Did you reboot your machine...

Whenever possible, rasdaemon tries to use the timestamps which comes from the Kernel. This way, they should match the same timestamps as shown at the dmesg. The logic which tries...

> I started using `rasdaemon` a few months ago, and I have been seeing disk errors and a system log entry of `rasdaemon: Can't get traces from ras:aer_event ` at...

> > rasdaemon[1336]: cpu 08:rasdaemon: diskerror_eventstore: 0x561bcc45a418 > > That sounds a real error to me. Btw, you can see the errors it recorded with: ``` # ras-mc-ctl --errors ```