zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: Sven Wischnowsky <wischnow@berkom.de>
Cc: zsh-workers@sunsite.dk
Subject: Re: Y test failures (zpty)
Date: Tue, 12 Mar 2002 13:17:13 -0500	[thread overview]
Message-ID: <20020312181713.GA14194@dman.com> (raw)
In-Reply-To: <15501.49040.499816.469598@wischnow.berkom.de>

> I once had a similar problem on that Digital Unix box.  It turned out
> that for some reason a /dev/ptyXX was free but the corresponding
> /dev/ttyXX was not writable by anyone else than root.  That made
> get_pty() fail, of course.
> 
> Maybe we should change that function to re-try /dev/pty's in that
> case?  Haven't seen that problem anywhere else, though.

I don't know about Digital Unix, but looking at the sources for
OpenSSH, modemu, and rxvt-ml, I see that OSF/1 has something called
openpty().

Also, there is grantpt() and unlockpt(), getpty(), /dev/ptmx, /dev/ptc
(AIX), /dev/ptym/clone, and various sets of static /dev/pty.+ device
nodes.

All three programs mentioned above use build-time decisions, so I am
confused as to how binaries are portable between systems that do and do
not support Unix98 pty's.


  reply	other threads:[~2002-03-12 18:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-11  5:32 Clint Adams
2002-03-11 18:29 ` Bart Schaefer
2002-03-11 19:02   ` Clint Adams
2002-03-11 19:25     ` Bart Schaefer
2002-03-12  8:42       ` Sven Wischnowsky
2002-03-12 18:17         ` Clint Adams [this message]
2002-03-12 17:46       ` Clint Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020312181713.GA14194@dman.com \
    --to=clint@zsh.org \
    --cc=wischnow@berkom.de \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).