Executed the testplan on a noble VM with the additional step to install the correct fwupd version because currently it is being phased. ``` apt install fwupd=2.0.20-1ubuntu2~24.04.1 systemctl restart fwupd.service fwupdmgr refresh fwupdmgr update ``` Hitting CTRL+D on the recovery key prompt leads to: ``` (fwupdmgr:26127): GLib-CRITICAL **: 18:49:29.590: g_propagate_error: assertion 'src != NULL' failed ** GLib:ERROR:../../../glib/gerror.c:681:g_propagate_prefixed_error: assertion failed: (*dest != NULL) Bail out! GLib:ERROR:../../../glib/gerror.c:681:g_propagate_prefixed_error: assertion failed: (*dest != NULL) Aborted ```
Installing the proposed version: `apt install fwupd -t noble-proposed` skips the recovery key prompt ``` ubuntu@noble:~$ apt list --installed fwupd Listing... Done fwupd/noble-proposed,now 2.0.20-1ubuntu2~24.04.2 amd64 [installed,automatic] ``` Continuing the update now fails for another reason: `failed to write- firmware: failed to notify snapd of prepare: snapd request failed with status 400` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2156480 Title: [SRU] fwupdmgr incorrectly asks for recovery key and crashes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/2156480/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
