Bug 869403
| Summary: | systemd prints raw escape codes if $LESS options set | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeff Bastian <jbastian> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 17 | CC: | johannbg, lnykryn, metherid, mschmidt, msekleta, notting, plautrba, systemd-maint, vpavlin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-10-24 13:29:51 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
Jeff Bastian
2012-10-23 19:30:45 UTC
A workaround is to use the --no-pager option (where applicable): $ systemd-delta --no-pager [EQUIVALENT] /etc/systemd/system/default.target → /usr/lib/systemd/system/default.target 1 overridden configuration files found. $ systemctl list-units --no-pager | less ... systemd-...-clean.service loaded failed failed Cleanup of Temporary Direc systemd-...-setup.service loaded failed failed Recreate Volatile Files an ... It's the same underlying issue as in bug 868383. *** This bug has been marked as a duplicate of bug 868383 *** |