-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime error on Dell/Intel server #25
Comments
Can you share a "dmidecode -t 1" & "dmidecode -t 3" and a "lscpu" |
Please note you are running Python 3.8 while 3.9 is the minimal release |
arf! I missed that! |
I'm pushing a change to ensure no one runs below the minimal release. |
PR #26 is merged to avoid this improper python release issue in the future. |
Python upgraded to 3.9
(hided s/n) |
@ezekriSCW can you provide the result of a " find /sys/devices/system/cpu", "uname -a" , "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors " , "/sys/devices/system/cpu/cpuidle/available_governors", |
|
The current code do not check if the scaling_governor is present before using it, leading to a crash. To improve this part of the code, this commit is: - considering the current_governor instead of the available ones to decide if the tuning should be done - adding a check before actually reading the file and ignore the function if no file found - do not set the tuning if tuning is already in place This commit fixes issue #25. Signed-off-by: Erwan Velu <[email protected]>
The current code do not check if the scaling_governor is present before using it, leading to a crash. To improve this part of the code, this commit is: - considering the current_governor instead of the available ones to decide if the tuning should be done - adding a check before actually reading the scaling governor file and ignore the function if no file found This commit fixes issue #25. Signed-off-by: Erwan Velu <[email protected]>
Please confirm the latest code with PR30 merged is solving your case |
Hi,
|
Can you give me the content of "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/System.Embedded.1" ? |
GET /redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/System.Embedded.1 |
I think we can close this one @ezekriSCW |
resolved, thx |
When trying to use hwbench with a Dell C6420 server (Intel Xeon Silver 4114), an error is raised with following bt.
Note: it seems that CPU vendor hasn't been detected properly.
The text was updated successfully, but these errors were encountered: