So are you saying that linux is creating the tty’s and not
the dgrp daemons ? If this is true, I guess I’ve misunderstood what the dgrp daemons are doing. Here are some pieces to the puzzle.
backing store config file;
ID IP PortCount SpeedString IPPort Mode Owner Group Encrypt EncryptPort
0 192.168.101.60 16 auto default 777 502 502 never default
Here is the inittab for said tty’s (some printers and
some terminal logins);
D0A:2345:respawn:/sbin/agetty tty000 9600 vt100 -L
D0C:2345:once:< /dev/tty002 > /dev/null &
D0D:2345:once:ditty-rp 9600 /dev/tty002
D0E:2345:respawn:/sbin/agetty tty003 9600 vt100 -L
D0F:2345:respawn:/sbin/agetty tty004 9600 vt100 -L
D0G:2345:respawn:/sbin/agetty tty005 9600 vt100 -L
D0H:2345:respawn:/sbin/agetty tty006 9600 vt100 -L
D0I:2345:respawn:/sbin/agetty tty007 9600 vt100 -L
D0J:2345:respawn:/sbin/agetty tty008 9600 vt100 -L
D0K:2345:respawn:/sbin/agetty tty009 9600 vt100 -L
D0L:2345:respawn:/sbin/agetty tty012 9600 vt100 -L
D0M:2345:once:< /dev/tty013 > /dev/null &
D0N:2345:once:ditty-rp 9600 /dev/tty013
D0O:2345:respawn:/sbin/agetty tty014 9600 vt100 -L
D0P:2345:respawn:/sbin/agetty tty015 9600 vt100 -L
This is something comming up in the /var/log/messages;
May 24 12:33:30 testuv modprobe: modprobe: Can’t locate module char-major-254
It a coincidence that 254 is major for the tty’s in question. Finally, this is a lising of the ‘/dev’ files. I really dont understand why the tty010 and tty011 have the permissions they way they do.
crw------- 1 root root 254, 0 May 28 16:49 tty000
crw------- 1 root root 254, 1 May 28 16:48 tty001
crw------- 1 root root 254, 2 May 28 16:48 tty002
crw------- 1 root root 254, 3 May 28 16:49 tty003
crw------- 1 root root 254, 4 May 28 16:49 tty004
crw------- 1 root root 254, 5 May 28 16:49 tty005
crw------- 1 root root 254, 6 May 28 16:49 tty006
crw------- 1 root root 254, 7 May 28 16:49 tty007
crw------- 1 root root 254, 8 May 28 16:49 tty008
crw------- 1 root root 254, 9 May 28 16:49 tty009
crw-rw-rw- 1 root root 254, 10 May 28 16:48 tty010
crw–w---- 1 root root 254, 11 May 28 16:48 tty011
crw------- 1 root root 254, 12 May 28 16:49 tty012
crw------- 1 root root 254, 13 May 28 16:48 tty013
crw------- 1 root root 254, 14 May 28 16:49 tty014
crw------- 1 root root 254, 15 May 28 16:49 tty015
Does any of this make sense ? If so care to elaborate a little more so that I can understand it as well.
Thanks