Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: error on TTY read: no such file or directory
- X-seq: zsh-workers 15897
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: lordzork@xxxxxxxxxxxx
- Subject: Re: error on TTY read: no such file or directory
- Date: Sun, 30 Sep 2001 01:28:54 +0400
- Cc: ZSH Workers Mailing List <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010910200737.A6256@xxxxxxxxxxxxxx> <001f01c13abb$6997dca0$21c9ca95@xxxxxxxxxxxxxx> <20010911084904.A11501@xxxxxxxxxxxxxx> <1010911140155.ZM24429@xxxxxxxxxxxxxxxxxxxxxxx> <20010928121347.B16561@xxxxxxxxxxxxxx> <3BB56D03.2000300@xxxxxxxxxxxxxx> <20010929034953.E16561@xxxxxxxxxxxxxx> <3BB62E93.10802@xxxxxxxxxxxxxx> <20010929170811.G16561@xxxxxxxxxxxxxx>
lordzork@xxxxxxxxxxxx wrote:
In the gothic chambers of the underworld on Sat 29 Sep 2001 at 16:26 -0400,
Borsenkow Andrej muttered darkly:
Could you send me the full strace. I promise nothing but this resembles
something :)
certainly. here it is.
t.
open("/etc/zsh/zshenv", O_RDONLY|O_NOCTTY|O_LARGEFILE) = 3
...
open("/tmp/login-trace", O_WRONLY|O_CREAT|O_TRUNC|O_NOCTTY|O_LARGEFILE,
0666) = 3
fcntl64(2, F_DUPFD, 10) = 13
close(2) = 0
dup2(3, 2) = 2
...
ioctl(2, SNDCTL_TMR_TIMEBASE, 0xbffff8d8) = -1 ENOTTY (Inappropriate
ioctl for device)
fd 2 does not look like tty, does it? I presume you do exec >
/tmp/login-trace very early in your /etc/zshenv
Still there is something weird going on:
write(10, "\r\33[m\33[m\33[m\33[J\n\33[1;30m[ \33[1;37mlc"..., 270) = 270
write(10, "\33[K", 3) = 3
read(10, "l", 1) = 1
write(10, "l", 1) = 1
read(10, "s", 1) = 1
write(10, "\10ls", 3) = 3
read(10, "syJ\10\10\0\0\0\0\0\0\0\0\240G\f\10\0\0\0\0\1\0\0\0\0\0"...,
1) = 1025
Oops. Where does this last line comes from?
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author