Using new sys5 pty (/dev/ptmx)

Hi all!

Hopefully someone can help me ;-)
We are running FreeBSD 7.2 here. At least our installation lacks the new sys5 ptys, there is no /dev/ptmx device around.

Now I have googled around a little and the few information I found confuses me more than it helps... :-(

First of all I found this thread:
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2007-12/msg00068.html

but as far as I understand it, the problem should be fixed with 7.2. But out system also lacks kern.pts.enable. if I do a
sysctl kern.pts.enable I get an unknown oid error.

Could someone please help me and tell me how to enable ptmx on this system?

Regards
dietmar
 
pts vs. pty

Hi SirDice!

You are completely right! I should have been more accurate. Can you please tell me if pts can be activated on 7.2 and if yes, how to activate it?

Regards
Dietmar
 
Do you use a custom kernel?

As far as I know pts was implemented in 7.0, so the ptmx device should be there. I don't have a 7.x box available right now to check.
 
Well, it may "ship with support", but there's no documentation anywhere (including GENERIC, NOTES, LINT, man) on enabling it in pre-8.0 systems. :)
 
phoenix said:
Well, it may "ship with support", but there's no documentation anywhere (including GENERIC, NOTES, LINT, man) on enabling it in pre-8.0 systems. :)

I know, I was looking for it myself :e

Even /usr/src/sys/conf/NOTES doesn't mention it.

But if the OP has 7.x systems with and now a 7.x system without it there must be some knob somewhere to turn it on.
 
Hi all!

thank you for your posts. I "solved" the problem now by switching to 8.0 CURRENT. Nevertheless, the question on how to turn it on on 7.x would be interesting...
 
Back
Top