Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Cannot open /proc/cpuinfo on some target systems #419

Open
chambridge opened this issue Oct 27, 2017 · 0 comments
Open

Cannot open /proc/cpuinfo on some target systems #419

chambridge opened this issue Oct 27, 2017 · 0 comments

Comments

@chambridge
Copy link

Specify type:

  • Bug

Bug severity (if applicable):

  • Medium

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.

"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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant