[Bug 713331] New: kbd: "Loading keymap unknown keysym 'cyrillic_small_letter_short_i"
https://bugzilla.novell.com/show_bug.cgi?id=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c0 Summary: kbd: "Loading keymap unknown keysym 'cyrillic_small_letter_short_i" Classification: openSUSE Product: openSUSE 12.1 Version: Milestone 3 Platform: x86 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: lazy.kent@opensuse.org QAContact: qa@suse.de CC: highwaystar.ru@gmail.com, lazy.kent@opensuse.org, av.linux.dev@gmail.com Depends on: 643538 Found By: --- Blocker: --- +++ This bug was initially created as a clone of Bug #643538 +++ 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c1 --- Comment #1 from Kyrill Detinov <lazy.kent@opensuse.org> 2011-08-21 12:37:03 MSD --- Created an attachment (id=446799) --> (http://bugzilla.novell.com/attachment.cgi?id=446799) screenshot Confirmed in installed openSUSE 12.1 M3. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c2 --- Comment #2 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-08-21 14:08:34 UTC --- Temporary workaround for this problem is replacing string rc_status && retmsg="`loadkeys -C "$KBD_TTY" $KEYMAP 2>&1`" in /etc/init.d/kdb by this rc_status && retmsg="`loadkeys -u -C "$KBD_TTY" $KEYMAP 2>&1`" "-u" added, that means force loadkeys to convert all keymaps to Unicode, but `man loadkeys` says that it is recommended to run kbd_mode before loadkeys instead using -u option. So /etc/init.d/kbd have code for running kbd_mode with different mode swithes, and this code works right, because if I restart kbd during console session it loads keymap correctly. It should be that /etc/init.d/kdb during boot starts too early, when environment is not unicode (can be checked with `locale charmap`, as it do in /etc/init.d/kbd script). When openSUSE console becomes Unicode one during 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c3 --- Comment #3 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-08-21 14:19:39 UTC --- Already found what the cause of the problem is. This happens because kbd_mode now runs from /etc/init.d/kbd after loading keymaps, but it should be first. Code from /etc/init.d/kbd:380 that starts with #Unicode mode if test -x /bin/kbd_mode ; then should be moved upper, above keymap loading -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c4 --- Comment #4 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-08-21 14:59:09 UTC --- Package with fix suggested is in my home repository https://build.opensuse.org/package/show?package=kbd&project=home%3AHighwayStar%3Abranches%3ABase%3ASystem http://download.opensuse.org/repositories/home:/HighwayStar:/branches:/Base:... Please test if it works as expected and not breaks anything -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c5 --- Comment #5 from Kyrill Detinov <lazy.kent@opensuse.org> 2011-08-22 12:44:51 MSD --- Created an attachment (id=446840) --> (http://bugzilla.novell.com/attachment.cgi?id=446840) screenshot 2 It doesn't work for me. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |sbrabec@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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c6 --- Comment #6 from Dinar Valeev <dvaleev@suse.com> 2011-09-09 16:42:32 UTC --- Please test package available here http://download.opensuse.org/repositories/home:/k0da:/branches:/Base:/System... -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c7 --- Comment #7 from Kyrill Detinov <lazy.kent@opensuse.org> 2011-09-09 21:48:08 MSD --- Please build packages for 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c8 --- Comment #8 from Dinar Valeev <dvaleev@suse.com> 2011-09-09 18:50:00 UTC --- done -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c9 --- Comment #9 from Kyrill Detinov <lazy.kent@opensuse.org> 2011-09-10 20:45:29 MSD --- It seems working for me in 12.1 M5. Vitaliy, can you test? -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c10 --- Comment #10 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-09-11 05:44:15 UTC --- Created an attachment (id=450163) --> (http://bugzilla.novell.com/attachment.cgi?id=450163) /etc/init.kbd that works for me I've tested proposed fixed package on clean 12.1 M5 installation, but it still says kbd: failed and run loadkeys _before_ unicode mode set. I moved unicode mode code above loadkeys code and it works for me. See /etc/init.d/kbd attached. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c11 --- Comment #11 from Kyrill Detinov <lazy.kent@opensuse.org> 2011-09-11 12:39:05 MSD --- The fact is, I don't have clean installation. I'm running continuously updated Factory since 11.1. This can make a difference. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c12 --- Comment #12 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-09-11 09:23:50 UTC --- But originallu bug created against KDE Live CD "1. Booot KDE LiveCD 11.4 M2 with Russian language selected in booloader " I've installed system from curent KDE Live CD 12.1 M5 and then tested proposed package. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c13 --- Comment #13 from Dinar Valeev <dvaleev@suse.com> 2011-09-12 08:13:22 UTC --- I cannot reproduce that bug. Could you please give me details about your setup? -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c14 Stanislav Brabec <sbrabec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED --- Comment #14 from Stanislav Brabec <sbrabec@suse.com> 2011-09-12 19:14:15 CEST --- I cannot reproduce as well. Fresh installation uses Cyr_a8x16.psfu font. No warning is displayed and texts are readable including cyrillic_small_letter_short_i in the login message. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c15 --- Comment #15 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-09-13 06:23:31 UTC --- It often happens when kms are disabled (nomodeset or NVIDIA proprietary driver) and splashscreen disabled(?). -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c16 --- Comment #16 from Stanislav Brabec <sbrabec@suse.com> 2011-09-13 15:21:26 CEST --- If it does not happen every time, it can be a race condition. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c17 --- Comment #17 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-10-22 04:28:37 UTC --- Just tested openSUSE 12.1 RC1 KDE LiveCD. The problem still here. I booted KDE iso in VirtualBox, select Russian in bootloader menu (F2 -> Русский) and boot to KDE Desktop, then switched to console by Ctrl+Alt+F1 and login as 'linux'. I' ve seen gray squares instead of greeting message on russian, also when trying to run any utilites that have ru_RU localization included I have same squares instead of any messages, i'e try to run 'man' without arguments. Russian input in console mode also didn't work, it was Alt+Shift switch in previous milestones, now there is no effect when pressing Alt+Shift or Ctrl+Shift -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c18 --- Comment #18 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-11-03 02:38:39 UTC --- Created an attachment (id=460074) --> (http://bugzilla.novell.com/attachment.cgi?id=460074) Yast looks like this in fresh 12.1 installation Yast text mode looks like this in fresh installed 12.1 RC1 I just choosed English language(locale) and Russian keyboard layout during setup. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c19 --- Comment #19 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-11-03 02:40:36 UTC --- Created an attachment (id=460075) --> (http://bugzilla.novell.com/attachment.cgi?id=460075) How network Devices looks like in 12.1 RC1, completely unusable Network devices setup in yast text mode after installation with English language and Russian keyboard choosed during installation. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c20 --- Comment #20 from Vitaliy Tomin <highwaystar.ru@gmail.com> 2011-11-04 05:56:09 UTC --- 12.1 RC2 seems to work fine for me. Just boot it from KDE4 LiveCD i686 and I can read and write cyrillic in text terminal with no problem. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c21 Bug 713331 depends on bug 643538, which changed state. Bug 643538 Summary: kbd: "Loading keymap unknown keysym 'cyrillic_small_letter_short_i" on LiveCD boot http://bugzilla.novell.com/show_bug.cgi?id=643538 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE --- Comment #21 from Stanislav Brabec <sbrabec@suse.com> 2011-12-02 18:30:37 CET --- *** Bug 643538 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=643538 -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c22 Stanislav Brabec <sbrabec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |highwaystar.ru@gmail.com --- Comment #22 from Stanislav Brabec <sbrabec@suse.com> 2011-12-02 18:33:53 CET --- Could I mark this bug as fixed? To comment 18 and comment 19: I have seen this breakage as well. But it happened only just after installation and "reset" command from the command line fixed the YaST look. It may be a different problem. -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c23 --- Comment #23 from Alexander R <alerom-666@yandex.ru> 2012-06-08 18:20:57 UTC --- Created an attachment (id=494198) --> (http://bugzilla.novell.com/attachment.cgi?id=494198) screenshot 3 -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c24 --- Comment #24 from Alexander R <alerom-666@yandex.ru> 2012-06-08 18:22:12 UTC --- (From update of attachment 494198) I've this issue too on openSUSE11.4 x86_64 and after changing: rc_status && retmsg="`loadkeys -C "$KBD_TTY" $KEYMAP 2>&1`" to rc_status && retmsg="`loadkeys -u -C "$KBD_TTY" $KEYMAP 2>&1`" this issue is resolved the resolution from here: http://unixforum.org/index.php?showtopic=127600 comment #6 -- 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=713331 https://bugzilla.novell.com/show_bug.cgi?id=713331#c25 Kyrill Detinov <lazy.kent@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|highwaystar.ru@gmail.com | Resolution| |FIXED --- Comment #25 from Kyrill Detinov <lazy.kent@opensuse.org> 2014-01-11 21:27:54 MSK --- Let's think the bug is fixed. openSUSE 12.1 is EOL, any way. -- 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