Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2006 10:42:46 -0700
From:      Eric Brunson <brunson@brunson.com>
To:        freebsd-questions@freebsd.org
Subject:   Increasing ptys/ttys beyond 128
Message-ID:  <45803B96.5090402@brunson.com>

next in thread | raw e-mail | index | archive | help
I've done some searching on the web, but everything I've come across is 
either out of date and says to recompile the kernel, or else says that 
after 5.1 the devfs does it automatically.  I don't think that's the case.

I'm running 6.1 and I need more than the [pt]ty[p-sP-S] devices that 
will auto-clone in devfs.

I've tried adding lines like the following to /etc/default/devfs.rules:

add path 'ptyt*' unhide
add path 'ttyt*' unhide

But that doesn't do the trick.  The syntax "unhide" implies to me that 
the [p-sP-S] nodes exist but but are hidden by the hide_all ruleset.

What do I have to do to allow the creation of more ptys?

Thanks,
e.




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