Hey osquery team, I'm trying to get cup_info from ...
# general
j
Hey osquery team, I'm trying to get cup_info from osqueryi. But, it gives me
Copy code
osquery> select * from cpu_info;
I0724 18:36:27.117940 589266 cpu_info.cpp:29] Failed to discover SMBIOS entry point
Any ideas what is the issue and how I should fix it?
My
dmidecode
cmd works correctly.
Any ideas?
s
is osquery running as root?
also, what distro is this and which virtualization, if any?
j
Ah, looks like I will need to run as root. Was able to get the cpu_info under root. Thank you!