Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: error on TTY read: no such file or directory



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
+/root/.zsh/.zlogout:1> sleep 5
so i don't know... this has me completely stumped. i've tried three
different kernel versions (2.4.{7,9,10}), i've recompiled zsh without
any cflags, and i've even reinstalled the entire system from scratch.
and yet the problem persists.



Please, login (as root) on another tty and do strace on mingetty on, say, tty1 and then login on tty1. Do strace -f to follow all forks. This may give some hint (it did for me once I had similar problem).

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author