Joshua Hoblitt

Results 176 comments of Joshua Hoblitt

The layout as displayed by sysfs is wrong too, so this may be more a kernel issue than anything else.

`--guess-labels` looks promising but it seems to output to stdout only. Is there a way to machine generate the label db? ``` [root@pillan06 ~]# ras-mc-ctl --guess-labels memory stick 'DIMMA1' is...

#19 looks extremely similar, including that I'm testing this on an epyc 7xx2 CPU. I'll try rebuilding with reduced feature flags.

Using the flags from #19 as a starting point, I was able to get a build that doesn't spam the log with the `!ug` errors. It looks like `--enable-diskerror` was...

I may have spoken too soon. The `ug!` messages are appearing now with the same build when restarting the daemon.

Even cutting the flags down to only `--enable-sqlite3` doesn't resolve the log messages. ``` compile time options summary ============================ Sqlite3 : yes AER : no MCE : no EXTLOG :...

It looks like the error messages are coming in a large batch every ~30s.

From looking at the libevent code it appears that the type # is coming from the kernel event message. If so, how does one map the type in back to...

Setting `''` causes `pytest-pythonpath` to be a no-op and flake8 is run against every file under the root. This isn't a practical option.

It needs to be rebased to be a FF merge anyways.