>not sure hit helps but the only thing I remember setting up for them is = >during the chroot process for bind. I entered these commands. > >create the devices, but confirm the major/minor device >numbers with =A0 "ls -lL /dev/zero /dev/null /dev/random"=20 > ># mknod dev/null c 1 3 ># mknod dev/zero c 1 5 ># mknod dev/random c 1 8
imgate:/usr/local/bin# ls -lL /dev/zero /dev/null /dev/random crwxrwxrwx 1 root root 1, 3 Aug 30 2001 /dev/null crw-r--r-- 1 root root 1, 8 Aug 30 2001 /dev/random crwxrwxrwx 1 root root 1, 5 Aug 30 2001 /dev/zero ama ok?
