Bug 1914571
| Summary: | grub-boot-success.service should not be started inside systemd-nspawn container | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gena Makhomed <makhomed> |
| Component: | grub2 | Assignee: | Javier Martinez Canillas <fmartine> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | fmartine, lkundrak, pjones |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | grub2-2.06-3.fc35 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-06 09:54:12 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
Gena Makhomed
2021-01-09 21:55:11 UTC
Updated patch to fix this bug: # diff -u /usr/lib/systemd/user/grub-boot-success.timer.orig /usr/lib/systemd/user/grub-boot-success.timer --- /usr/lib/systemd/user/grub-boot-success.timer.orig 2020-08-31 15:12:59.000000000 +0300 +++ /usr/lib/systemd/user/grub-boot-success.timer 2021-01-09 23:28:56.612000000 +0200 @@ -1,5 +1,6 @@ [Unit] Description=Mark boot as successful after the user session has run 2 minutes +ConditionVirtualization=!container ConditionUser=!@system [Timer] This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. FEDORA-2021-21ed0c951f has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-21ed0c951f FEDORA-2021-21ed0c951f has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. |