zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: zsh-workers@sunsite.dk
Subject: Re: Y test failures (zpty)
Date: Mon, 11 Mar 2002 14:02:31 -0500	[thread overview]
Message-ID: <20020311190231.GA21327@dman.com> (raw)
In-Reply-To: <1020311182942.ZM27214@candle.brasslantern.com>

> It would appear that the get_pty() function is failing.  Why that's
> happening, I couldn't say.  There are two different versions of that
> function in zpty.c -- is the wrong one getting used for some reason?

The one defined is one with /dev/ptyxx.

I'm not entirely certain that this is the wrong one; I have
Unix98 ptys in /dev/pts (this is what nearly everything uses),
and I have /dev/pty?? as compatibility symlinks to /dev/pty/m[0-9]+.
The nodes in /dev/pty are char devices (major 2), which are the
traditional BSD-style pty's.

> Has the naming convention for pty devices changed?

Unix98 ptys showed up as an option quite some time ago, but
you used to be able to still get BSD-style pty's if you asked
for one.

I imagine that something could be broken with the kernel or devfsd.
Irrespective of that, I'd think that zsh should do the /dev/ptmx
decision at runtime.  Would this hurt anything?


  reply	other threads:[~2002-03-11 19:03 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 [this message]
2002-03-11 19:25     ` Bart Schaefer
2002-03-12  8:42       ` Sven Wischnowsky
2002-03-12 18:17         ` Clint Adams
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=20020311190231.GA21327@dman.com \
    --to=clint@zsh.org \
    --cc=schaefer@brasslantern.com \
    --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).