Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 497418
Summary: | Traceback debug mode doesn't honor console=ttyS0 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> |
Component: | anaconda | Assignee: | Chris Lumens <clumens> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 13 | CC: | dcantrell, jgranado, jturner, pjones, rmaximo, vanmeeuwen+fedora |
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: | 2011-04-01 14:05:06 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: | 446451 |
Description
James Laska
2009-04-23 20:08:48 UTC
Does your issue get solved by describing the whole console argument as in "console=ttyS0,9600n8". It fixed my test. Can you pls confirm. apparently the previous workaround isnot as consistent as I would want it to be :( now, I can't make it work, not even with 9600n8 defined. This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This message is a reminder that Fedora 11 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 11. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '11'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 11's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 11 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Need to re-test this to see if it still exists in branched. Still a problem in F-13 (no changes since F-11 test result) I don't suppose you remember when this last worked? (In reply to comment #7) > I don't suppose you remember when this last worked? I know it's not worked for a *long* time. A quick test shows that it doesn't work in F14, F13, F12, F11 and almost works in F10. For F10, I'm able to type at the serial console prompt but it immediately tracebacks. Traceback (most recent call last): File "/usr/bin/anaconda", line 959, in <module> handleException(anaconda, sys.exc_info()) File "/usr/lib/anaconda/exception.py", line 608, in handleException termios.tcsetattr(si, termios.TCSADRAIN, attr) termios.error: (5, 'Input/output error') install exited abnormally [1/1] I'll test a few more older releases, but I don't expect success. I'll update the bz if any of the previous releases work. Maybe things'll get better once I switch us to systemd, but I'm not overly hopeful. |