Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.0.9
- X-seq: zsh-users 6947
- From: Carlos Carvalho <carlos@xxxxxxxxxxxxxx>
- To: Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: Re: 4.0.9
- Date: Sun, 21 Dec 2003 16:02:06 -0200
- In-reply-to: <20031221175017.GA21035@DervishD>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <14540.1071847413@xxxxxxx> <16356.46659.422887.208336@xxxxxxxxxxxxxx> <20031221151330.GA16547@xxxxxxxxxxxxxxxx> <16357.54836.455021.323945@xxxxxxxxxxxxxx> <20031221175017.GA21035@DervishD>
DervishD (raul@xxxxxxxxxxxx) wrote on 21 December 2003 18:50:
> * Carlos Carvalho <carlos@xxxxxxxxxxxxxx> dixit:
>> ./Y01completion.ztst: starting.
>> comptestinit:zpty:19: can't open pseudo terminal: bad file descriptor
>> comptestinit:zpty:21: no such pty command: zsh
>
> I've notified an almost-a-bug related to that issue. Maybe you're
>running a Linux box that has support for ptmx and doesn't have
>/dev/pty?? nodes. If that is true, then zsh pty subsystem won't work
>for you. You will need to create the /dev/pty?? nodes, since zsh
>thinks that Linux doesn't support ptmx. Not a problem, really.
On the box where the test fails:
hoggar% ls /dev/pty*
/dev/ptyp0 /dev/ptyp3 /dev/ptyp6 /dev/ptyp9 /dev/ptypc /dev/ptypf
/dev/ptyp1 /dev/ptyp4 /dev/ptyp7 /dev/ptypa /dev/ptypd
/dev/ptyp2 /dev/ptyp5 /dev/ptyp8 /dev/ptypb /dev/ptype
It also has /dev/ptmx. The box where the tests pass uses devfs; it has
all the pty's from a0 to zf, they're symlinks to /dev/pty/m*, and no ptmx.
Is this a problem with the configuration?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author