| Summary: | Keyboard option not accepted | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Niemueller <tim> | ||||||||||||||
| Component: | anaconda | Assignee: | David Shea <dshea> | ||||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 20 | CC: | anaconda-maint-list, bphinz, dshea, edgar.hoch, g.kaviyarasu, jonathan, tim, twaugh, vanmeeuwen+fedora | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | Unspecified | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Fixed In Version: | anaconda-21.26-1 | Doc Type: | Bug Fix | ||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2014-03-28 14:22:22 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: | |||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
Tim Niemueller
2013-12-19 16:01:58 UTC
Created attachment 839150 [details]
working kickstart
I completed an install on a VM using the attached kickstart. Please attach the complete kickstart that is failing (with passwords removed, of course) along with any log files from /tmp
Created attachment 839785 [details]
Failing kickstart (cleaned up)
I have attached the failing kickstart. Unfortunately the logs were gone after the reboot. If you need them I can re-do the install when back in the lab in January. The logs should be available in the installed system under /var/log/anaconda Created attachment 847216 [details]
anaconda.log
Created attachment 847218 [details]
anaconda.journal.log
Created attachment 847219 [details]
anaconda.packaging.log
Created attachment 847221 [details]
anaconda.program.log
I hope these are the logs you need. This appears to be a problem with the VNC server. The server is not accepting the keymap option, which can also be seen in interactive mode: configuring different layouts has no effect. I even tried using the setxkbmap binary to bypass libxklavier, and still no results. The keymap is always set to us, which, since it doesn't match what was configured, is why anaconda is stopping and asking for input. VNC keymap handling is strange, as a result of the fact that the client tells the server "keysym up/down" -- keysym, not keycode. The server adjusts the keymap dynamically to deal with this. Maybe it would make sense for anaconda not to check this when the X server is VNC? Fair enough, that'd work too. Taking the bug back. *** Bug 1053875 has been marked as a duplicate of this bug. *** |