public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Thomas V. Fischer" <tvfischer_l@worldonline.fr>
To: <cygwin@cygwin.com>
Subject: Re: rxvt hanging after latest cygwin update
Date: Fri, 12 Sep 2003 08:31:00 -0000	[thread overview]
Message-ID: <003a01c37908$32b4b9f0$0133a8c0@tvfgamer> (raw)

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" <tvfischer_l@worldonline.fr>
To: <cygwin@cygwin.com>
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
>
>     # 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@wanadoo.fr
> mailto:tvfischer@worldonline.fr
>      Apple, WinNT, e-Mail, Groupware
> mailto:tfischer@slb.com
>


--
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/

             reply	other threads:[~2003-09-12  8:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-12  8:31 Thomas V. Fischer [this message]
2003-09-12  9:00 ` Corinna Vinschen
2003-09-12 15:30 ` Andrew DeFaria
  -- strict thread matches above, loose matches on Subject: below --
2003-09-08  7:12 Thomas V. Fischer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003a01c37908$32b4b9f0$0133a8c0@tvfgamer' \
    --to=tvfischer_l@worldonline.fr \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).