Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: rxvt hanging after latest cygwin update Date: Fri, 12 Sep 2003 08:29:29 -0700 Lines: 84 Message-ID: References: <003a01c37908$32b4b9f0$0133a8c0 AT tvfgamer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en,ru In-Reply-To: <003a01c37908$32b4b9f0$0133a8c0@tvfgamer> Thomas V. Fischer wrote: > Hello all, > > I figured out what was wrong. > > It seems to be the statement 'exec 2>&1' that is no longer working. > > Rgds > ----- Original Message ----- > From: "Thomas V. Fischer" > To: > Sent: Monday, September 08, 2003 09:12 > Subject: rxvt hanging after latest cygwin update > > >> Hey all, >> >> I just upgraded my cygwin installation to the new release made available > > at > >> the beginning of the month. >> >> Since this upgrade, my rxvt launch script doesn't work anymore. >> >> I have the following dos-batch script: >> >> start /i /min /separate /b $PATH2CYG\bash --login -c "/startrxvt.sh 12 >> &" >> >> The startrxvt.sh script looks like this: >> >> #!/bin/bash >> >> #Redirect IO to allow parent terminal to closr >> exec 0< /dev/null >> exec 1> ~/.xdmcp-errors >> exec 2>&1 > Question: Why are you doing this? What do you mean by "allow parent terminal to closr[sic]"? >> >> >> # Select font size >> FONTSIZE=12 >> if [ -n "$1"]; then FONTSIZE=$1; fi >> >> rxvt -bg black -fg green -fn "-*-Lucida >> Console-*-*-*-*-$FONTSIZE-*-*-*-*-*-*-*" -sr -sl 1024 -e >> "/bin/bash --login -i -x" & >> # >> >> The rxvt window opens but hangs. I don't see the scroll bar and there are > > no > >> prompts. The window doesn't refresh, resize... nothing happens. I have to >> kill it in order to get rid of it. >> This script has worked for a long time and works on another machine which > > I > >> haven't upgraded yet. >> >> My system is running WindowsXP-SP1 >> >> If i run the commands manually, everything works ok. >> >> Thnks for your help >> >> >> --- >> Thomas Fischer, MCSE mailto:tvfischer AT wanadoo DOT fr >> mailto:tvfischer AT worldonline DOT fr >> Apple, WinNT, e-Mail, Groupware >> mailto:tfischer AT slb DOT com >> > > > === > Obligatory witty line: RAM disk is *not* an installation procedure. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/