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-users 4282
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: lordzork@xxxxxxxxxxxx, zsh-users@xxxxxxxxxx
- Subject: Re: error on TTY read: no such file or directory
- Date: Fri, 28 Sep 2001 17:48:04 +0000
- In-reply-to: <20010928121347.B16561@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20010910200737.A6256@xxxxxxxxxxxxxx> <001f01c13abb$6997dca0$21c9ca95@xxxxxxxxxxxxxx> <20010911084904.A11501@xxxxxxxxxxxxxx> <1010911140155.ZM24429@xxxxxxxxxxxxxxxxxxxxxxx> <20010928121347.B16561@xxxxxxxxxxxxxx>
On Sep 28, 12:13pm, lordzork@xxxxxxxxxxxx wrote:
}
} i see nothing out of the ordinary, just the normal reading of the
} config files. and then, this:
}
} +/root/.zsh/.zshrc:1> path=( /bin /sbin /usr/bin /usr/sbin
} /usr/local/bin /usr/local/sbin /sys )
} zsh: error on TTY read: no such file or directory
That's a really strange error. It's coming from ZLE attempting to read
one byte from the tty file descriptor, which should have been correctly
opened long before that point (or else you should have seen a different
error, earlier).
Does the same error happen if you log in as someone else and then use
"su -" to start a root login shell? Otherwise I'm out of ideas on how
to tell you to debug it.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author