Comment 9 for bug 1931847

Revision history for this message
Matthew Ruffell (mruffell) wrote :

Performing verification for Focal

I started a fresh Focal VM, and installed rasdaemon 0.6.5-1ubuntu1.1 from
focal-updates.

Running the summary query:

$ ras-mc-ctl --summary
No Memory errors.

No PCIe AER errors.

No Extlog errors.

DBD::SQLite::db prepare failed: no such table: devlink_event at /usr/sbin/ras-mc-ctl line 1181.
Can't call method "execute" on an undefined value at /usr/sbin/ras-mc-ctl line 1182.

We hit the issue where we try and query the SQL table that doesn't exist.

I then enabled -proposed, and installed rasdaemon 0.6.5-1ubuntu1.2

$ ras-mc-ctl --summary
No Memory errors.

No PCIe AER errors.

No Extlog errors.

No MCE errors.

This time all queries run to completion, and most importantly, we get to see the
MCE error row, which was previously not available due to the previous query
failing.

The package in -proposed fixes the issue, marking verified for focal.