OK disregard pty/tty problem ov previous message.
The problem is that as of kernel-2.1.115 the /dev/tty* and pty* have changed
from major number 4 to major 2 and 3 respectively.
Obviously my /dev directory is out of date. Read "Changes" file in kernel
Documentation directory for more info.
So the question I now have is: what is the easiest way to change all the /dev/
tty* and /dev/pty* nodes. There are 256 of each and I don't want to do this
manually. Is there a script available or is there a new /dev tar file
somewhere I can use to upgrade?
Cheers
Rich