Improve error message when dtach can't find a pty.
Also add some documentation mentioning the devices that dtach usually needs access to on Linux. Bug reported by David Bremner at https://bugs.debian.org/804944
This commit is contained in:
parent
35219aa11c
commit
487b802c4a
4
README
4
README
|
|
@ -31,6 +31,10 @@ be easily portable to other variants of Unix. It currently assumes that
|
|||
the host system uses POSIX termios, and has a working forkpty function
|
||||
available.
|
||||
|
||||
dtach may need access to various devices in the filesystem depending on what
|
||||
forkpty does. For example, dtach on Linux usually needs access to /dev/ptmx
|
||||
and /dev/pts.
|
||||
|
||||
2. QUICK START
|
||||
|
||||
Compiling dtach should be simple, as it uses autoconf:
|
||||
|
|
|
|||
Loading…
Reference in New Issue