Actions
Bug #14204
closedSystem Information Dashboard widget stops showing CPU details on aarch64
Start date:
Due date:
% Done:
100%
Estimated time:
Release Notes:
Default
Affected Plus Version:
23.01
Affected Architecture:
SG-1100, SG-2100
Description
In aarch64 systems (1100, 2100) the system information widget gets CPU data by greping the strings from dmesg.
However on busy systems that info can be lost from the message buffer after some time.
It should use dmesg.boot where that data is fixed.
[23.05-DEVELOPMENT][root@2100-2.stevew.lan]/root: dmesg | grep CPU | grep ARM [23.05-DEVELOPMENT][root@2100-2.stevew.lan]/root: grep CPU /var/log/dmesg.boot | grep ARM CPU 0: ARM Cortex-A53 r0p4 affinity: 0 CPU 1: ARM Cortex-A53 r0p4 affinity: 1
Updated by Steve Wheeler over 1 year ago
Updated by Steve Wheeler over 1 year ago
- Status changed from New to Pull Request Review
Updated by Jim Pingle over 1 year ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
MR merged.
Updated by Jim Pingle over 1 year ago
- Subject changed from System Info widget stops showing CPU details in aarch64 to System Information Dashboard widget stops showing CPU details on aarch64
Updating subject for release notes.
Updated by Christian McDonald over 1 year ago
- Status changed from Feedback to Resolved
Actions