On Tue, Jul 29, 2003 at 03:12:06PM +0100, Dhruba Bandopadhyay wrote:
> Hello,
>
> On boot keymaps do not load. When I do:
>
> /etc/init.d/keymaps start
>
> I get
>
> ----
> * Loading key mappings...
> cannot open file uk
> * Error loading key mappings [ !! ]
> ----
/etc/init.d/keymaps should be running loadkeys from the kbd
package, and it is trying to use the file
/usr/share/keymaps/i386/qwerty/uk.map.gz from the same package
(unless something is messed up).
You could try re-emerging kbd, and if that doesn't help, try
running the command:
# strace -fF -o log loadkeys uk
and see if you can figure out from where it is trying to load the
keymap. ("emerge strace" if you don't have it).
- richard
--
Richard Kilgore
[EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list