Reproduced on two separate Intel NUC 15 machines so far. It happens any time `sudo apt install power-profiles- daemon=0.21-1ubuntu2` is invoked.
Unfortunately, not much can be seen in journal since it just hangs: ``` $ journalctl --since "2026-08-18 16:53:59" # This is date "+%Y-%m-%d %H:%M:%S" right before I started the apt install Aug 18 16:54:13 sudo[61265]: shehab : TTY=pts/16 ; PWD=/home/shehab ; USER=root ; COMMAND=/usr/bin/apt install power-profiles-daemon=0.21-1ubuntu2 Aug 18 16:54:13 sudo[61265]: pam_unix(sudo:session): session opened for user root(uid=0) by shehab(uid=1001) ``` ``` $ sudo apt install power-profiles-daemon=0.21-1ubuntu2 [sudo] password for shehab: Reading package lists... Done Building dependency tree... Done Reading state information... Done power-profiles-daemon is already the newest version (0.21-1ubuntu2). power-profiles-daemon set to manually installed. The following packages were automatically installed and are no longer required: libfwupd2 libz3-4 linux-headers-6.17.0-40-generic linux-hwe-6.17-headers-6.17.0-40 linux-hwe-6.17-tools-6.17.0-40 linux-image-6.17.0-40-generic linux-modules-6.17.0-40-generic linux-modules-extra-6.17.0-40-generic linux-tools-6.17.0-40-generic Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] Y Setting up power-profiles-daemon (0.21-1ubuntu2) ... Progress: [ 33%] [###########........................] ``` Hangs at progress 33%. If I install `0.21-1ubuntu1` it works just fine! Is there a journal command you would like me to run? Thanks @superm1! -- 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
