Bug 1940210
| Summary: | Software fails to run in GNOME 40 RC1 update | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> |
| Component: | gnome-software | Assignee: | Richard Hughes <rhughes> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 34 | CC: | gnome-sig, mcrha, rhughes |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-19 17:16:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Adam Williamson
2021-03-17 20:00:18 UTC
Is there any image I can try this with, please? I've an up to date rawhide machine and it doesn't expose any of the errors you pasted above. I also tried your steps: a) restart b) login c) type: "updates" d) press enter and it shows up the window it only takes it like 5-10 seconds to show up. I renamed /usr/bin/gnome-software to /usr/bin/gnome-software.orig and then created /usr/bin/gnome-software with this content: --- #!/bin/bash /usr/bin/gnome-software.orig "$@" 2>&1 | tee /var/tmp/gs-`date +%Y%m%d-%H%M%S`.log --- and when I repeat the steps and then check the corresponding log it contains, apart of other things: 08:02:36:0188 Gs plugin fwupd took 25.0 seconds to do setup 08:02:36:0500 Gs not handling error failed for action get-updates-historical: cannot update repo 'rawhide': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org]; Last error: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org] 08:02:39:0895 GsPluginFedoraPkgdbCollections did not find cpe:/o:fedoraproject:fedora:35 I guess it's similar in your case, one of the plugins is causing the delay, which causes follow up failures. I tried with Kalev's image for the test day [1]. I installed it to a virtual machine and made the file changes outlined above. After I set the user name & password and deny the tour in GNOME 40 the steps above (shortened to type: "upda") bring up the GNOME Software window almost instantly. [1] http://kalev.fedorapeople.org/Fedora-Workstation-Live-x86_64-34-20210316.n.103.iso Possibly related upstream bug report: https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1180 leading to fwupd D-Bus timeout. Doesn't reproduce on my 'working' system either, I just updated it and rebooted and Software launches fine there. We can try backporting the fix for https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1179 into the update, I guess. I did that and edited the build into the update, and it passed the openQA run. I do see that the test passed one time *without* the fix, so the failure to launch is apparently not a 100% reproducer, but let's assume it's fixed and close this for now. If the problem shows up again I'll reopen it. |