Is there a trick or gotcha on getting Realport’s /dev/ttyXXxx to take on the right group id?
I’ve restarted and rebooted, and the realport tty’s still come up group root, rather than group tty (id 5)
Thanks!
cat /etc/dgrp.backing.store
Format:
ID IP PortCount SpeedString IPPort Mode Owner Group Encrypt EncryptPort
If any of the last seven options should use the default, the
string “default” appears instead.
10 192.168.11.190 2 auto default default default 5 never default
11 192.168.11.191 2 auto default default default 5 never default
grep tty /etc/group
tty:x:5:root,lt,mb,rl
ls -la /dev/tty1*
crw–w---- 1 root tty 4, 10 Jul 16 10:08 /dev/tty10
crw-rw---- 1 root root 253, 0 Jul 16 10:33 /dev/tty1000
crw-rw---- 1 root root 253, 1 Jul 16 10:33 /dev/tty1001
crw–w---- 1 root tty 4, 11 Jul 16 10:08 /dev/tty11
crw-rw---- 1 root root 252, 0 Jul 16 10:33 /dev/tty1100
crw-rw---- 1 root root 252, 1 Jul 16 10:33 /dev/tty1101