Bug 458278
Summary: | Plymouth should not fail on headless systems (serial console) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> |
Component: | plymouth | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | atodorov, jturner, krh, poelstra |
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: | 2008-08-26 13:38:09 UTC | Type: | --- |
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: | 438943 |
Description
James Laska
2008-08-07 13:49:02 UTC
So the important bit here: 26657 ioctl(10, GIO_CMAP, 0x1001a7d8) = -1 EINVAL (Invalid argument) 26657 ioctl(10, PIO_CMAP, 0x1001a7d8) = -1 EINVAL (Invalid argument) We can't assume there's a terminal color map to twiddle, and fail fatally if there isn't. We should also probably go straight to details view in that case, since serial console users probably always want the detailed boot information. This should work pretty well now. (I'll need to do some more testing before release though) |