|
Hi all, I dislike crossposting, but i have had no reply for this problem. Please have you any doc on this topic, i does not find anythikng in the man pages, nor in UPDATING. see below, the message posted on current. On current, since about 3 months, no pty device is created. i see only a pts[0] in dev. screen (4.0.1, we cannot use a higher version, for good raisons) does not find any pty device and does not attach. How can i create at least one? my ttys seems to have no effect. I am pretty sure i miss somemthing. In another hand, i see nothing in the man pages on this topic. Thanks in advance for your help. Best regards Raoul [hidden email] _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[hidden email]" |
|
Raoul "Mégélas" <[hidden email]> writes:
> I dislike crossposting, but i have had no reply for this problem. > Please have you any doc on this topic, i does not find > anythikng in the man pages, nor in UPDATING. > see below, the message posted on current. I'm not running current, but I don't think that matters for this. I'm guessing you haven't read the manual for pty(4)? pty devices seem fairly obsolescent. > On current, since about 3 months, no pty device is created. > i see only a pts[0] in dev. > screen (4.0.1, we cannot use a higher version, for good raisons) > does not find any pty device and does not attach. > How can i create at least one? It should be created automatically when you try to access it. If it's trying to examine the device before opening it, using stat() or something similar might get the device to trigger. > my ttys seems to have no effect. I am pretty sure i miss somemthing. > In another hand, i see nothing in the man pages on this topic. pty devices seem to only be present for backward compatibility, and I don't see them actually needed on any of my systems. _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by Raoul MEGELAS-2
On Thu, 3 May 2012, Raoul MXgXlas wrote:
> > Hi all, > > I dislike crossposting, but i have had no reply for this problem. > Please have you any doc on this topic, i does not find > anythikng in the man pages, nor in UPDATING. > see below, the message posted on current. > > > On current, since about 3 months, no pty device is created. > i see only a pts[0] in dev. > screen (4.0.1, we cannot use a higher version, for good raisons) > does not find any pty device and does not attach. > How can i create at least one? > > my ttys seems to have no effect. I am pretty sure i miss somemthing. > In another hand, i see nothing in the man pages on this topic. > > Thanks in advance for your help. Please see the commit message for svn r233271: %%%%%%%%%%%%%%%%%%%% SVN rev 233271 on 2012-03-21 08:38:42Z by ed Remove pty(4) from our kernel configurations. As of FreeBSD 8, this driver should not be used. Applications that use posix_openpt(2) and openpty(3) use the pts(4) that is built into the kernel unconditionally. If it turns out high profile depend on the pty(4) module anyway, I'd rather get those fixed. So please report any issues to me. The pty(4) module is still available as a kernel module of course, so a simple `kldload pty' can be used to run old-style pseudo-terminals. %%%%%%%%%%%%%%%%%%%% -Ben Kaduk _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by Raoul MEGELAS-2
On Fri, 4 May 2012 20:53:57 -0400 (EDT)
Benjamin Kaduk <[hidden email]> wrote: > On Thu, 3 May 2012, Raoul MXgXlas wrote: > > Hi all, > > I dislike crossposting, but i have had no reply for this problem. > Please have you any doc on this topic, i does not find > anythikng in the man pages, nor in UPDATING. > see below, the message posted on current. > > > On current, since about 3 months, no pty device is created. > i see only a pts[0] in dev. > screen (4.0.1, we cannot use a higher version, for good raisons) > does not find any pty device and does not attach. > How can i create at least one? > > my ttys seems to have no effect. I am pretty sure i miss somemthing. > In another hand, i see nothing in the man pages on this topic. > > Thanks in advance for your help. > Please see the commit message for svn r233271: Thanks for the link, i missed it. Best Regards Raoul _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[hidden email]" |
| Powered by Nabble | Edit this page |
