After making this change: 1. I am not kick out of RDP/Remote Login 2.`sudo systemctl start power-profiles-daemon` hangs/gets stuck.
Thanks! [Unit] Description=Power Profiles daemon Conflicts=tuned.service tlp.service auto-cpufreq.service system76-power.service -After=multi-user.target display-manager.target +After=display-manager.target graphical.target ---- Steps I performed: ``` sudo apt install power-profiles-daemon=0.21-1ubuntu2 # -> which hanged sudo pkill -9 -f power-profiles-daemon sudo nano /lib/systemd/system/power-profiles-daemon.service # -After=multi-user.target display-manager.target # +After=display-manager.target graphical.target sudo systemctl daemon-reload sudo systemctl start power-profiles-daemon # Hanged ``` ``` sudo dpkg --configure -a # Also hanged trying to finish installing the package. ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2164213 Title: SRU causes apt install power-profiles-daemon to hang on Ubuntu 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/power-profiles-daemon/+bug/2164213/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
