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
Actions