Re: cannot get more than 32 PTYs in 4.4-RELEASE

2002-03-05 Thread Patrick Thomas
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 MAKE

Re: cannot get more than 32 PTYs in 4.4-RELEASE

2002-03-05 Thread Leo Bicknell
In a message written on Tue, Mar 05, 2002 at 07:52:09AM -0600, Paul Halliday wrote: > pty*) > class=`expr $i : 'pty\(.*\)'` > case $class in > 0) offset=0 name=p;; > 1) offset=32 name=q;; > 2) offset=64 name=r;; > 3) offset=96 name=s;; > > interesti

Re: cannot get more than 32 PTYs in 4.4-RELEASE

2002-03-05 Thread Makoto Matsushita
dp> *confused* Read http://www.daemonnews.org/199902/answerman.html#ptys>, "I'm always running out of xterms because I have too many pseduo-ttys open. How can I increase my number of ptys?" article at DaemonNews. You may find an example to create more ptys with MAKEDEV. -- - Makoto `MAR' Matsus

Re: cannot get more than 32 PTYs in 4.4-RELEASE

2002-03-05 Thread Paul Halliday
On Mon, 4 Mar 2002, Patrick Thomas wrote: > > In my kernel, I have: > > maxusers128 > > pseudo-device pty 128 > Not sure if the above steps are actually required. Actually, neither matter. I duplicated your steps anyway, and was greeted with the same messages. However

cannot get more than 32 PTYs in 4.4-RELEASE

2002-03-04 Thread Patrick Thomas
In my kernel, I have: maxusers128 pseudo-device pty 128 In my /dev directory, I have used `sh MAKEDEV` to make all 256 /dev/pty files. They are all there, and all have correct major/minor numbers. I know I won't be using all 256 of them, but I just made them all