KDE Powerdevil keeps crashing in remote desktop sessions #200

Closed
opened 2023-02-17 02:21:14 +00:00 by a · 1 comment
Owner

I already found a workaround for this bug, but I'm documenting it here. After the Plasma 5.27 update, Powerdevil keeps crashing and spamming the logs with the following stuff:

Feb 17 02:18:55 exozyme systemd[216971]: Starting Powerdevil...
Feb 17 02:19:01 exozyme systemd[216971]: plasma-powerdevil.service: start operation timed out. Terminating.
Feb 17 02:19:01 exozyme systemd[216971]: plasma-powerdevil.service: Failed with result 'timeout'.
Feb 17 02:19:01 exozyme systemd[216971]: Failed to start Powerdevil.
Feb 17 02:19:01 exozyme systemd[216971]: plasma-powerdevil.service: Scheduled restart job, restart counter is at 553.
Feb 17 02:19:01 exozyme systemd[216971]: Stopped Powerdevil.

Yes, 553 times.

The solution is to mask the Powerdevil service with sudo ln -s /dev/null /etc/systemd/user/plasma-powerdevil.service so that it doesn't start in the first place.

I already found a workaround for this bug, but I'm documenting it here. After the Plasma 5.27 update, Powerdevil keeps crashing and spamming the logs with the following stuff: ``` Feb 17 02:18:55 exozyme systemd[216971]: Starting Powerdevil... Feb 17 02:19:01 exozyme systemd[216971]: plasma-powerdevil.service: start operation timed out. Terminating. Feb 17 02:19:01 exozyme systemd[216971]: plasma-powerdevil.service: Failed with result 'timeout'. Feb 17 02:19:01 exozyme systemd[216971]: Failed to start Powerdevil. Feb 17 02:19:01 exozyme systemd[216971]: plasma-powerdevil.service: Scheduled restart job, restart counter is at 553. Feb 17 02:19:01 exozyme systemd[216971]: Stopped Powerdevil. ``` Yes, 553 times. The solution is to mask the Powerdevil service with `sudo ln -s /dev/null /etc/systemd/user/plasma-powerdevil.service` so that it doesn't start in the first place.
a added the
bug
label 2023-02-17 02:21:14 +00:00
a closed this issue 2023-02-17 02:21:15 +00:00
a added this to the (deleted) project 2023-02-17 02:21:18 +00:00
Author
Owner

This bug was fixed by the most recent powerdevil update, so we no longer need this workaround.

This bug was fixed by the most recent `powerdevil` update, so we no longer need this workaround.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: exozyme/exozyme#200
No description provided.