Bug 133074
| Summary: | Unable to switch input language from russian to english in firstboot | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Leonid Kanter <leon> |
| Component: | firstboot | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | ekanter, rstrode, xgl-maint |
| 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: | 2006-02-27 22:26:36 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: | 150222, 160591 | ||
|
Description
Leonid Kanter
2004-09-21 14:52:53 UTC
ps show following: 2422 ? Z 0:00 [setxkbmap] <defunct> 2424 ? Z 0:00 [setxkbmap] <defunct> 2425 ? Z 0:00 [setxkbmap] <defunct> 2426 ? Z 0:00 [setxkbmap] <defunct> 2427 ? S 0:00 /bin/bash /etc/rc5.d/S95firstboot start 2429 ? Z 0:00 [setxkbmap] <defunct> 2430 ? Z 0:00 [setxkbmap] <defunct> 2431 ? Z 0:00 [setxkbmap] <defunct> 2432 ? Z 0:00 [setxkbmap] <defunct> 2433 ? Z 0:00 [setxkbmap] <defunct> 2434 ? Z 0:00 [setxkbmap] <defunct> 2435 ? Z 0:00 [setxkbmap] <defunct> 2436 ? Z 0:00 [setxkbmap] <defunct> 2442 ? S 0:00 /bin/sh /usr/sbin/firstboot 2443 ? Z 0:00 [setxkbmap] <defunct> 2444 ? Z 0:00 [setxkbmap] <defunct> 2445 ? Z 0:00 [setxkbmap] <defunct> 2446 ? Z 0:00 [setxkbmap] <defunct> 2447 ? Z 0:00 [setxkbmap] <defunct> 2448 ? Z 0:00 [setxkbmap] <defunct> 2449 ? Z 0:00 [setxkbmap] <defunct> 2450 ? S 0:34 /usr/bin/python2 /usr/share/firstboot/firstboot.py 2453 ? S 0:00 --display=:1 2458 ? S 0:01 /usr/libexec/gconfd-2 5 The many dead setxkbmap processes are an rhgb bug and don't actually have anything to do with this, though it does look related. The real problem here is with the keyboard getting initialized before the firstboot modules are loaded, but only if firstboot started out of rhgb. This is fixed in Rawhide and will be fixed in the next release. A workaround would be to remove "rhgb" from your boot parameters. This problem is still present in FC5 test2 This looks related to bug 176002 and bug 173267. Under rhgb we're using the system X config with the mode switching XkbOptions added but it's not doing anything - no light flashing, no different keymap, nothing. This line appears in /etc/rhgb/tmp/xorg.log though: (WW) Couldn't load XKB keymap, falling back to pre-Xkb keymap Thoughts? Please test tomorrow's Rawhide, as this should be working again. |