Bug 1600823
| Summary: | NetworkManager sometimes fails to start due to 'ordering cycle' problem | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> | ||||
| Component: | dnf | Assignee: | Marek Blaha <mblaha> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | dmach, jjbn, lruzicka, mblaha, mhatina, packaging-team-maint, pbrobinson, robatino, rpm-software-management, vedran, vmukhame, zbyszek | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | AcceptedBlocker | ||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-08-11 00:13:21 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1517011 | ||||||
| Attachments: |
|
||||||
|
Description
Adam Williamson
2018-07-13 06:44:23 UTC
To state it more precisely, dnf-makecache.timer wanting to start After network-online.target means it must start After NetworkManager.service , but NetworkManager.service apparently must start after basic.target ...and dnf-makecache.timer is part of basic.target. Thus we have a loop: dnf-makecache requires NM requires basic requires dnf-makecache requires NM... Created attachment 1458779 [details]
/var/log tarball from affected boot
Discussed at the 2018-07-16 blocker review meeting [1]: AcceptedBlocker (Beta) - accepted as a violation of all network-dependent criteria (e.g. updates, browser...) in the case where this prevents NetworkManager from starting [1] https://meetbot-raw.fedoraproject.org/fedora-blocker-review/2018-07-16/ My fix was committed upstream, so I've backported it to the Rawhide package and sent a build to avoid further composes being affected by this: https://koji.fedoraproject.org/koji/taskinfo?taskID=28348860 This is fixed now, don't think we need to worry about it any more. *** Bug 1622202 has been marked as a duplicate of this bug. *** |