Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 1999 08:41:45 -0400
From:      Scott Cotton <scott@chronis.pobox.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: setting up extra pty's won't work for me
Message-ID:  <19990909084145.A1453@chronis.pobox.com>
In-Reply-To: <19990908225813.A5065@chronis.pobox.com>
References:  <19990908223631.A4829@chronis.pobox.com> <Pine.BSF.4.10.9909081952350.1552-100000@schizo.cdsnet.net> <19990908225813.A5065@chronis.pobox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
found it.  Duh.  after making world, and having a few problems with that, I
figured out that screen defines 

#define PTYRANGE0 "p"
#define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv"

which is wrong, since on systems with more ptys, PTYRANGE0 should be
something like "PQRSpqrs"


scott


On Wed, Sep 08, 1999 at 10:58:13PM -0400, Scott Cotton wrote:
> pseudo-devide pty 256 
> 
> is in the config file
> 
> scott
> 
> On Wed, Sep 08, 1999 at 07:52:53PM -0700, Jaye Mathisen wrote:
> > 
> > Did you build a new kernel with pseudo-device pty 96?  
> > 
> > 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990909084145.A1453>