Description of problem: Whenever I login as a regular user I get: Keymap 0: Permission denied Keymap 1: Permission denied Keymap 1: Permission denied KDSKBENT: Operation not permitted loadkeys: could not deallocate keymap 3 I get the same message if I do loadkeys -d. The command succeeds as root. Interestingly, if I do 'setenforce 0' and relogin I still get the same message. The loadkey command seems to be run by /bin/unicode_start which is called by /etc/profile.d/lang.sh. Because loadkey fails the rest of the user profile and .bashrc is not loaded. This is a fresh install updated to devel repo as of 12/2/05. Version-Release number of selected component (if applicable): How reproducible: at every login Steps to Reproduce: 1. Fresh install 2. Login as regular user 3. Actual results: initial profile execution fails because loadkeys fails Expected results: loadkeys succeeds and user profiles complete execution Additional info: my $LANG environment was set to en_US.UTF-8
The kernel has prohibited changing the keymap by regular users recently, so kbd-1.12-12 doesn't call loadkeys in unicode_start any more. Thanks for your report. *** This bug has been marked as a duplicate of 172425 ***