[Bug 643538] New: kbd: "Loading keymap unknown keysym 'cyrillic_small_letter_short_i" on LiveCD boot
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c0 Summary: kbd: "Loading keymap unknown keysym 'cyrillic_small_letter_short_i" on LiveCD boot Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: x86 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: highwaystar.ru@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.10) Gecko/20100914 SUSE/3.6.10-3.4 Firefox/3.6.10 kbd failed to start on KDE LiveCD boot with message Loading keymap unknown keysym 'cyrillic_small_letter_short_i' Reproducible: Always Steps to Reproduce: 1. Booot KDE LiveCD 11.4 M2 with Russian language selected in booloader 2. When it boots see boot messages in text terminal (Ctrl+Alt+F1) 3. Try to restart kbd. Actual Results: kbd failed to start on boot, so there is no cyrillic fonts loaded in text terminal -> ureadable messages. When kbd restarted from text terminal fonts are loaded fine and all works ok. Expected Results: kbd should starts fine on boot -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c wei wang <wewang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wewang@novell.com AssignedTo|bnc-team-screening@forge.pr |anicka@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c1 Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |highwaystar.ru@gmail.com --- Comment #1 from Anna Bernathova <anicka@novell.com> 2010-10-19 13:07:42 UTC --- Could you please attach kbd output when it fails to start? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c2 --- Comment #2 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2010-10-19 14:00:30 UTC --- Where to get it? Only kbd message I can see it message on boot posted on initial report
Loading keymap unknown keysym 'cyrillic_small_letter_short_i'
it appear's on Alt+Ctrl+F1 tty -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c3 Andrey Vostrikov <av.linux.dev@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |av.linux.dev@gmail.com InfoProvider|highwaystar.ru@gmail.com | --- Comment #3 from Andrey Vostrikov <av.linux.dev@gmail.com> 2010-11-08 06:32:52 UTC --- This issue also seen in Suse 10.4 milestone 3, while booting and Russian is selected as system language. suse:~> uname -a Linux suse.arty 2.6.36-90-desktop #1 SMP PREEMPT 2010-10-29 13:47:35 +0200 x86_64 x86_64 x86_64 GNU/Linux suse:~> loadkeys --version loadkeys from kbd 1.15.2 Could be reproducible by next command: suse:~> sudo loadkeys /usr/share/kbd/keymaps/i386/qwerty/ruwin_alt-UTF-8.map.gz Loading /usr/share/kbd/keymaps/i386/qwerty/ruwin_alt-UTF-8.map.gz unknown keysym 'cyrillic_small_letter_short_i' loadkeys: /usr/share/kbd/keymaps/i386/qwerty/ruwin_alt-UTF-8.map.gz:109: addkey called with bad keycode -1 The reason is that by default loadkeys uses byte conversion, hence the mapping is not found for cyrillic characters in ksyms.c::ksymtocode(), which uses iso-8859-5 only in unicode conversion. Could be solved by running loadkeys with "-u": suse:~> sudo loadkeys -u /usr/share/kbd/keymaps/i386/qwerty/ruwin_alt-UTF-8.map.gz Loading /usr/share/kbd/keymaps/i386/qwerty/ruwin_alt-UTF-8.map.gz I think -u could be added in the kbd script to eliminate the problem on boot. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c4 --- Comment #4 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2010-11-30 02:17:02 UTC --- Milestone 4 has this problem too -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c5 Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lazy.kent.suse@gmail.com --- Comment #5 from Anna Bernathova <anicka@novell.com> 2010-12-16 12:37:15 UTC --- *** Bug 655816 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=655816 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c7 --- Comment #7 from Kyrill Detinov <lazy.kent@opensuse.org> 2011-08-18 21:22:15 MSD --- The bug is still present in 11.4 and Factory. Russian users can't switch keyboard layout: http://unixforum.org/index.php?showtopic=127600 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c8 --- Comment #8 from Kyrill Detinov <lazy.kent@opensuse.org> 2011-08-19 11:28:11 MSD --- Created an attachment (id=446547) --> (http://bugzilla.novell.com/attachment.cgi?id=446547) Screenshot from openSUSE 12.1 M3 Here is a screenshot made in openSUSE Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c Kyrill Detinov <lazy.kent@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |713331 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c9 --- Comment #9 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-08-21 15:01:20 UTC --- fix suggested in bnc#713331 (openSUSE 11.2 m3 bug) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=643538 https://bugzilla.novell.com/show_bug.cgi?id=643538#c10 Stanislav Brabec <sbrabec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE --- Comment #10 from Stanislav Brabec <sbrabec@suse.com> 2011-12-02 18:30:36 CET --- As this bug is apparently the same as 713331 (reported later), marking it as a duplicate. Later bug has more comments. *** This bug has been marked as a duplicate of bug 713331 *** http://bugzilla.novell.com/show_bug.cgi?id=713331 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com