From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14232 invoked from network); 29 Sep 2001 22:20:06 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Sep 2001 22:20:06 -0000 Received: (qmail 20301 invoked by alias); 29 Sep 2001 22:20:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15900 Received: (qmail 20290 invoked from network); 29 Sep 2001 22:19:59 -0000 From: Borsenkow Andrej To: lordzork@lordzork.com Cc: zsh-workers@sunsite.dk Message-ID: <3BB64905.7010803@mow.siemens.ru> Date: Sun, 30 Sep 2001 02:19:49 +0400 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 Subject: Re: error on TTY read: no such file or directory References: <20010911084904.A11501@hithaeglir.net> <1010911140155.ZM24429@candle.brasslantern.com> <20010928121347.B16561@hithaeglir.net> <3BB56D03.2000300@mow.siemens.ru> <20010929034953.E16561@hithaeglir.net> <3BB62E93.10802@mow.siemens.ru> <20010929170811.G16561@hithaeglir.net> <3BB63D16.5040709@mow.siemens.ru> <20010929173848.H16561@hithaeglir.net> <3BB64378.8060505@mow.siemens.ru> <20010929181100.I16561@hithaeglir.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit lordzork@lordzork.com wrote: > In the gothic chambers of the underworld on Sat 29 Sep 2001 at 17:56 -0400, > Borsenkow Andrej muttered darkly: > > > >>You noticed it, dd not you? Have you checked your zshenv for stderr >>redrection? (it was to be exec 2> /tmp/login-trace, of course). >> > > yes, that's what i have: > > ((UID)) || { > set -x > exec 2>|/tmp/login-trace > } > > So if you remove this redirection? Does it work?