Ok, see the point is, I have _already done this_

> sh MAKEDEV pty0   # 0-31
> sh MAKEDEV pty1   # 32-63
> sh MAKEDEV pty2   # 64-95
> sh MAKEDEV pty3   # 96-127
> sh MAKEDEV pty4   # 128-159 xterm won't recognize by default
> sh MAKEDEV pty5   # 160-191 xterm won't recognize by default
> sh MAKEDEV pty6   # 192-223 xterm won't recognize by default
> sh MAKEDEV pty7   # 224-255 xterm won't recognize by default


These are the exact commands I used with `sh MAKEDEV` to create my 256 pty
/dev entries.

So to recap, all 256 /dev files are there, all 256 entries are in
/etc/ttys (and were there by default) and I have:

maxusers        128

and

pseudo-device   pty     128

in my kernel.  And when I create 32 screens with `screen`, nobody else can
login by any method (ssh, telnet, etc.).  (No more PTYs error, etc.)

What am I missing here ?  Please note that this is 4.4-RELEASE - this
doesn't seem to be a problem in 4.5....

thanks,

PT


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to