Bug 1527700
| Summary: | anaconda text mode fails to boot with systemd 236 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> |
| Component: | systemd | Assignee: | Frédéric Lepied <flepied> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | flepied, lnykryn, msekleta, robatino, ssahani, s, systemd-maint, zbyszek |
| 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: | 2017-12-20 18:10:10 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: | 1469204 | ||
|
Description
Adam Williamson
2017-12-20 00:03:18 UTC
This is already fixed in https://github.com/rhinstaller/anaconda/commit/ab29bdff2e041ec4f354c3334d8aa15ea8366a17. Apologies. I added code to tighten checking for unknown escapes in systemd. In hindsight it would have been better to first turn on some warning mode, and only after a release or two make it fatal. It seems that this line was the only instance of unescaped % in the service files in Fedora. I think it's good enough if the new anaconda is released which will solve this issue. It'd also be possible to add make this non-fatal in systemd, but I don't think it's necessary at this point. Note for the record: that commit was made *after* I filed the bug :) *** This bug has been marked as a duplicate of bug 1526861 *** |