3 AUTHOR: Hywel Mallett <circular@hmallett.co.uk>
6 How to fix a strange pty bug.
9 > Well, I had ppp working a few days ago, but now I get the error
10 > can't open pty slave /dev/pts/0: no such file or dir
12 > And yep there is no /dev/pts/*
14 > Rather odd...any ideas?
19 # mknod --mode=0620 0 char 136 0
21 this creates /dev/pts/0
23 The alternative is to use devpts, as decribed in Chapter 8 of the LFS book.