View Single Post
Posts: 202 | Thanked: 385 times | Joined on Jul 2018
#26
Originally Posted by edp17 View Post
I think so. The output of 'ls -lha /dev/pts/' should be like this (the important bit is the ptmx line):
Code:
drwxr-xr-x    2 root     root           0 Jan  1  1970 .
drwxr-xr-x   22 root     root        6.7K Aug  6 13:48 ..
crw--w----    1 nemo     tty       136,   0 Aug  7 00:24 0
crw--w----    1 root     tty       136,   1 Aug  6 20:49 1
c---------    1 root     root        5,   2 Jan  1  1970 ptmx
However, if you can compile the kernel (or ask somebody who can do it for you), you can add the missing bits and bobs (details are in the first post).
So, I zcat'ed all of the config flags in the first post, and they all return 'y', except the one about ...MULTI_INSTANCES, which returns 'not set'. Is there any way to set that to 'y' without recompiling kernel?

BTW - I did notice that I have ptmx file in /dev, but /dev/pts/ directory is empty...
 

The Following User Says Thank You to levone1 For This Useful Post: