Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Rdesktop - ERROR: Failed to open keymap en-us Post 302983334 by agentrnge on Monday 10th of October 2016 11:23:22 AM
Old 10-10-2016
Rdesktop - ERROR: Failed to open keymap en-us

I just updated my rdesktop to 1.8.3 from source ( on Slackware 11 ) and had troubles with arrow keys/page up/page down not working.
I see this on the console:
Code:
ERROR: Failed to open keymap en-us

The fix is a permission change. I initially looked at /usr/share/rdesktop/keymaps and everything was fine. Directories were 755 and keymaps were 644.

But the new version of rdesktop was looking at
/usr/local/share/rdesktop/keymaps instead. This new keymap was created with the new rdesktop installation and was only readable by root. Changed perms to 755 for the folder and all we as well again.

Hope this might help someone.

Related to this closed thread:
Rdesktop failed to open keymap common#015


Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by RudiC; 10-10-2016 at 04:57 PM.. Reason: Added CODE tags.
These 2 Users Gave Thanks to agentrnge For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Failed to open output file Error

Hi guys, I Have written a script,In that it will call another file which contains the sql quaries. while wxecuting that I am getting the below exception 01/16|06:28:06:16800: Operating System Error|Failed to open output file Can anybody help me about this,,Its urgent (0 Replies)
Discussion started by: Anji
0 Replies

2. Linux

rdesktop error

hi, I am trying to connect from a linux box runing centos to a windows server using rdesktop-v1.3.1 but I get this error message: ERROR: recv: Connection reset by peer Broken pipe I have tried searching around for any possible fix for this without any success. Other Linux boxes on... (2 Replies)
Discussion started by: bixca
2 Replies

3. Solaris

Error:: libm.so.2:open failed

Hi, I am working with solaris 9 and I want to install perforce on that,so I downloaded the p4v.bin file and try to install it by the command ./p4v after that it is giving the error--- ld.so.1: ./p4v.bin: fatal: libm.so.2: open failed: No such file or directory Killed I am not... (3 Replies)
Discussion started by: smartgupta
3 Replies

4. Solaris

Error- ld.so.1: expr: fatal: libgmp.so.3: open failed:No such file or directory

Hi Friends I have a compiler(Sun Forte,I believe) running in my Solaris 9 box. since y'day my development team is finding this error when they compile: ld.so.1: expr: fatal: libgmp.so.3: open failed: No such file or directory I ran a search for this file and found it in one of my file... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

5. UNIX for Dummies Questions & Answers

Rdesktop failed to open keymap common#015

Hi everybody... I have installed qrdesktop(is a tool similar to rdesktop used to access remote desktop) on Ubuntu 8.10. when i am accessing the remote desktop some of the keyboard keys are not working on remote desktop like up arrow ,down arrow, left, right, delete etc. the output of tail... (5 Replies)
Discussion started by: lokeshsingla
5 Replies

6. Solaris

libucb.s0.1: open failed...

Hi all. I try to start an application, but libucb.so1 is missing. # appl23 # appl23ld.so.1: appl23: fatal: libucb.so1: open failed: No such file or directory killed # # ldd appl23 libXm.so.3 => /usr/lib/libXm.so.3 libMrm.so.3 => /usr/lib/libMrm.so.3 ... (14 Replies)
Discussion started by: wolfgang
14 Replies

7. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

8. UNIX for Dummies Questions & Answers

NDM: Source file open failed. Error= 2

Hi, I have try to ndm to one server to another server. but i am getting this error. what is this error? are files not in source folder? Source file open failed. Error= 2 Regards, Balamurgan (1 Reply)
Discussion started by: krbala1985
1 Replies

9. Shell Programming and Scripting

Linux open failed: No such file or directory error

Hi, The below commands works fine on serverB . /etc/profile; cd /export/home/user2/utils/plugin/ ./runme.shHowever, when i run the same commands from serverA it fails $ ssh -q user2@serverB ". /etc/profile; cd /export/home/user2/utils/plugin; ./runme.sh"Output Error: Please find the below... (8 Replies)
Discussion started by: mohtashims
8 Replies

10. Shell Programming and Scripting

Script to find Error: rpmdb open failed on list of servers

Hello all, I have a task to patch red hat servers and some servers have a corrupted rpm database and return the error: Error: rpmdb open failed I know how to fix this when it occurs. What I'm hoping to do is scan a list of servers by IP and report back which server have this error. ... (6 Replies)
Discussion started by: greavette
6 Replies
KBDMAP(1)						    BSD General Commands Manual 						 KBDMAP(1)

NAME
kbdmap, vidfont -- front end for syscons and vt SYNOPSIS
kbdmap [-K] [-V] [-d | -default] [-h | -help] [-l | -lang language] [-p | -print] [-r | -restore] [-s | -show] [-v | -verbose] DESCRIPTION
The kbdmap utility allows easy setting of available keymaps. The vidfont command allows the setting of fonts. Both examine a database for the keymaps and fonts. Descriptions are in English by default, but may also be in other languages. These programs are interactive and expect to run in a terminal to get required input (e.g., a keymap selection) from the user. It is strongly recommended to not choose MSDOS codepage keymaps or fonts. Use the ISO standard version if available! X11 does not support MSDOS codepage. The following options are available: -K Run as command kbdmap. -V Run as command vidfont. -d, -default Use default language. Ignore LANG environment variable. -h, -help Print options and exit. -l, -lang language Use language for description and menu. -p, -print Print description of available keymaps or fonts to stdout and exit. -r, -restore Load default font from /etc/rc.conf. -s, -show Show currently supported languages and exit. -v, -verbose More warnings. ENVIRONMENT
LANG preferred language FILES
/usr/share/syscons/keymaps/INDEX.keymaps /usr/share/vt/keymaps/INDEX.keymaps database for keymaps /usr/share/syscons/fonts/INDEX.fonts /usr/share/vt/fonts/INDEX.fonts database for fonts /etc/rc.conf default font /usr/local/share/locale/locale.alias describe common LANG values SEE ALSO
dialog(1), kbdcontrol(1), vidcontrol(1), syscons(4), vt(4), kbdmap(5), rc.conf(5) HISTORY
The kbdmap and vidfont commands appeared in FreeBSD 2.1. AUTHORS
Wolfram Schneider <wosch@FreeBSD.org> wrote the original Perl version. The current version was rewritten in C by Jonathan Belson <jon@witchspace.com> for FreeBSD 5.0. BUGS
The kbdmap and vidfont utilities work only on a (virtual) console and not with X11. BSD
July 3, 2002 BSD
All times are GMT -4. The time now is 10:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy