-
Notifications
You must be signed in to change notification settings - Fork 30
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
Issue monitoring i7 CPU #40
Comments
Looks like this is a Linux kernel update issue. To use carbontracker without this error, give read permission to the specific file:
If you do not have root access, ignore CPU monitoring when instantiating carbontracker:
|
To make this change persistent, consider adding a udev rule, e.g.
|
To immediately apply the permission changes:
|
This will be an issue for users when they don't have root privileges. Will reopen the issue until we figure out a different solution. |
Release 1.1.7 addresses this issue by informing the user of missing privileges and refering to this issue thread. |
Trying to use carbontracker on a new workstation on Ubuntu 20.04 (Intel i7-10700F CPU) and throws the following error:
Most likely due to RAPL. Works when components="gpu" only.
The text was updated successfully, but these errors were encountered: