You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
When performing a remote scan the scanning user may not have access or be able to open /proc/cpuinfo. The inability to access this file means all the cpu data facts can have error data. Additionally the hyperthreading value is incorrectly set.
"cpu": {
"cpu.bogomips": "cat: cannot open /proc/cpuinfo",
"cpu.count": "cat: cannot open /proc/cpuinfo",
"cpu.cpu_family": "cat: cannot open /proc/cpuinfo",
"cpu.hyperthreading": true,
"cpu.model_name": "cat: cannot open /proc/cpuinfo",
"cpu.model_ver": "cat: cannot open /proc/cpuinfo",
"cpu.vendor_id": "cat: cannot open /proc/cpuinfo"
}
Bug Report
Version of rho:
[0.28, 0.29]
Expected behavior:
Improved response values. hyperthreading should be false.
The text was updated successfully, but these errors were encountered:
Specify type:
Bug severity (if applicable):
Description:
When performing a remote scan the scanning user may not have access or be able to open
/proc/cpuinfo
. The inability to access this file means all the cpu data facts can have error data. Additionally the hyperthreading value is incorrectly set.Bug Report
Version of rho:
[0.28, 0.29]
Expected behavior:
Improved response values. hyperthreading should be false.
The text was updated successfully, but these errors were encountered: