On 9/7/07, Olaf Grüttner <[EMAIL PROTECTED]> wrote: > > /lib/udev/devices# ls -l dev > crw-rw-rw- 1 root root 1, 3 14. Aug 08:47 null > drwxr-xr-x 2 root root 4096 14. Aug 08:47 pts
It looks like you have an extra directory dev in /lib/udev/devices. It should just be /lib/udev/devices/null /lib/udev/devices/pts ... Here's what mine looks like: $ ls -l /lib/udev/devices/ total 8 lrwxrwxrwx 1 root root 11 2007-07-26 16:16 core -> /proc/kcore lrwxrwxrwx 1 root root 13 2007-07-26 16:16 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 3 2007-07-26 16:16 null drwxr-xr-x 2 root root 4096 2007-04-14 15:49 pts drwxr-xr-x 2 root root 4096 2007-04-14 15:49 shm lrwxrwxrwx 1 root root 15 2007-07-26 16:16 stderr -> /proc/self/fd/2 lrwxrwxrwx 1 root root 15 2007-07-26 16:16 stdin -> /proc/self/fd/0 lrwxrwxrwx 1 root root 15 2007-07-26 16:16 stdout -> /proc/self/fd/1 -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
