I have finished the linux from scratch.
So I have started a root_fs from scratch too.

When I run the command:

loadkeys br-abnt2.map.gz

There is the message:

couldnt get a descriptor referring to the console

I found a possible solution:
chmod u+s loadkeys

However, this not solved the error.

The list of the /dev is:


drwxr-xr-x   2 root root  1024 2006-03-31 21:51 .
drwxr-xr-x  17 root root  1024 2006-03-31 20:43 ..
crw-------   1 root root  5, 1 2006-03-31 20:43 console
lrwxrwxrwx   1 root root    11 2006-03-31 20:43 core -> /proc/kcore
-rw-r--r--   1 root root     0 2006-03-31 21:52 dev.txt
crw-r--r--   1 root root 14, 3 2006-03-31 20:43 dsp
brw-r--r--   1 root root  2, 0 2006-03-31 20:43 fd0
brw-r-----   1 root root  3, 0 2006-03-31 20:43 hda
brw-r-----   1 root root  3, 1 2006-03-31 20:43 hda1
brw-r-----   1 root root  3, 2 2006-03-31 20:43 hda2
brw-r-----   1 root root  3, 3 2006-03-31 20:43 hda3
brw-r-----   1 root root  3, 4 2006-03-31 20:43 hda4
prw-------   1 root root     0 2006-03-31 21:51 initctl
crw-r--r--   1 root root 14, 0 2006-03-31 20:43 mixer
crw-r--r--   1 root root  1, 3 2006-03-31 20:43 null
crw-r--r--   1 root root  5, 2 2006-03-31 20:43 ptmx
brw-------   1 root root  1, 0 2006-03-31 20:43 ram0
brw-r--r--   1 root root  1, 1 2006-03-31 20:43 ram1
brw-r--r--   1 root root  1, 2 2006-03-31 20:43 ram2
brw-r--r--   1 root root  1, 3 2006-03-31 20:43 ram3
crw-r--r--   1 root root  1, 8 2006-03-31 20:43 random
brw-r-----   1 root root  8, 0 2006-03-31 20:43 sda
brw-r-----   1 root root  8, 1 2006-03-31 20:43 sda1
brw-r-----   1 root root  8, 2 2006-03-31 20:43 sda2
brw-r-----   1 root root  8, 3 2006-03-31 20:43 sda3
brw-r-----   1 root root  8, 4 2006-03-31 20:43 sda4
lrwxrwxrwx   1 root root    15 2006-03-31 20:43 stderr -> /proc/self/fd/2
lrwxrwxrwx   1 root root    15 2006-03-31 20:43 stdin -> /proc/self/fd/0
lrwxrwxrwx   1 root root    15 2006-03-31 20:43 stdout -> /proc/self/fd/1
crw-r--r--   1 root root  5, 0 2006-03-31 20:43 tty
crw-r--r--   1 root root  4, 0 2006-03-31 20:43 tty0
crw-------   1 root root  4, 1 2006-03-31 21:27 tty1
crw-------   1 root root  4, 2 2006-03-31 21:27 tty2
crw-------   1 root root  4, 3 2006-03-31 20:43 tty3
crw-------   1 root root  4, 4 2006-03-31 20:43 tty4
crw-------   1 root root  4, 5 2006-03-31 20:43 tty5
crw-------   1 root root  4, 6 2006-03-31 20:43 tty6
crw-------   1 root root  4, 7 2006-03-31 20:43 tty7
crw-------   1 root root  4, 8 2006-03-31 20:43 tty8
crw-------   1 root root  4, 9 2006-03-31 20:43 tty9
cr--r--r--   1 root root  1, 9 2006-03-31 20:43 urandom
crw-------   1 root root  7, 0 2006-03-31 20:43 vcs
crw-r--r--   1 root root  1, 5 2006-03-31 20:43 zero


How can I solve this?

Reply via email to