-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Running scaphandre_linux returns "0 W" #351
Comments
Same here on Linux Mint running on
|
Version 1.0 gives a useful error message
Changing the rights with @bpetit I will check the README and docs later on + submit a PR to add the instructions if missing edit - I can see now that the init.sh script exists for that very purpose and that its use is documented both in sensor-powercap_rapl.md and troubleshooting.md @ionutbalosin can you please check whether calling |
@jnioche I am running scaphandre on a K8S cluster following this documentation: https://hubblo-org.github.io/scaphandre-documentation/tutorials/kubernetes.html I have followed this workaround: mlco2/codecarbon#244 Yet, even if my user can now read the file:
I still get an error in the logs of the scaphandre pod:
|
hi ! any updates please ? same issue on cluster K8s ! nothing change with "sudo chmod -R a+r /sys/class/powercap/intel-rapl", access isstill denied my proc: Intel(R) Xeon(R) CPU E5-2698 v4 @ 2.20GHz thanks in advance! |
Hello I fixed using privileged:true in my container |
Please see below the full details.
$ scaphandre_linux_amd64 -s powercap_rapl stdout
$ powercap-info -p intel-rapl
$ cat /proc/cpuinfo
$ uname -a
Linux ubuntu 6.5.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 14:59:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Is this not supported on my CPU?
Thanks
Ionut Balosin
The text was updated successfully, but these errors were encountered: