-
Notifications
You must be signed in to change notification settings - Fork 74
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
system76-power daemon is taking too much cpu #277
Comments
How frequently does this happen? What does systemctl say about the service when it's in that state?
|
This occurs about every other week for me. I also sometimes observe that this daemon hangs, preventing proper shutdown. Here's the result of running that command from this morning (ended up here because it happened just now and wondered if anyone had a solution).
Here's the result of
Also, I am not on System76 hardware if it matters - I'm observing this on a Rog Zephyrus G14 (GA401IV-BR9N6) |
I am also on a G14, (ROG Zephyrus G14 GA401IV-HE003, processor AMD R7 4800HS, graphics card RTX 2060). Occasionally I also have troubles shutting down the laptop. This is the result of
I will post the result of the same command as soon as the problem happens again. |
This looks like it may be related to #268. |
You can also try installing strace. Then, once you hit the issue, if you run |
Thanks, will try that when it recurs. |
I can't attach to the process when running as root, which looks like it may mean that it's already attached. It's currently spinning at 100% with PID 801, and the result of running:
is the following:
The contents of /proc/801/syscall is just the string "running", and the contents of /proc/801 is:
Anything specific to look at? |
This seems to be happening to me too, although it is a lot more frequent than once a week - more like at least once every two days. Is there any fix/hack around that could help fix this? Even sending a |
Is the same as this bug? #360 |
Previously open on pop-os/system76-firmware#68
Distribution (run
cat /etc/os-release
):NAME="Pop!_OS"
VERSION="21.04"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 21.04"
VERSION_ID="21.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=hirsute
UBUNTU_CODENAME=hirsute
LOGO=distributor-logo-pop-os
Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):System 76 power daemon
Issue/Bug Description:
Taking 100% cpu
Steps to reproduce (if you know):
I do not know. But one processor is always using 100% of the resources, independently from which application is running
Expected behavior:
When just the browser is running (without videos webGL applications), the daemon should not take that amount of cpu and the fan should be quiet.
Other Notes:
The text was updated successfully, but these errors were encountered: