Bug 1427500
| Summary: | util-linux: script does not retry on EINTR when logging command output | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Florian Weimer <fweimer> |
| Component: | util-linux | Assignee: | Karel Zak <kzak> |
| Status: | CLOSED ERRATA | QA Contact: | Radka Brychtova <rskvaril> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | fweimer, rskvaril |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | util-linux-2.23.2-44.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-04-10 17:25:50 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: | 1465901, 1472751 | ||
|
Description
Florian Weimer
2017-02-28 12:15:18 UTC
That's right, the current upstream uses write_all() https://github.com/karelzak/util-linux/blob/master/include/all-io.h. These issue should be already fixed on Fedora. Do you think the problem is important enough to backport the change to RHEL7? (I'm not sure:-) (In reply to Karel Zak from comment #1) > That's right, the current upstream uses write_all() > https://github.com/karelzak/util-linux/blob/master/include/all-io.h. These > issue should be already fixed on Fedora. > > Do you think the problem is important enough to backport the change to > RHEL7? (I'm not sure:-) Is there any other tool which can be used to capture output from a terminal? Maybe I could use screen itself or tmux. I need this for glibc testing, to capture full crash output (including backtraces). If there is no other option, I would appreciate a fixed script program. I don't want to force you to use something else, just asking how important it is. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0936 |