X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,SARE_MSGID_LONG45,TW_MR,TW_RX,TW_YG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 6 May 2010 05:58:09 +0100 Message-ID: Subject: Re: V1.7 and endless loops triggerd by junction points From: Andy Koppe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Matthias Meyer: > Andy Koppe wrote: >> Matthias Meyer wrote: >>> I've installed cygwin 1.7 in Vista and have two problems, not known prior >>> with cygwin 1.5.25: >>> >>> 1) If I login in a shell (e.g. sh --login -i) I can not use cursor or >>> backspace keys. It seems that the cursor can't go into the left >>> direction. Cursor up will resolve in one line like: >>> $ tail /cygdrive/c/Attrib/attributes$ ls -alh >>> /cygdrive/c/Attrib/attributes instead two different lines like >>> $ tail /cygdrive/c/Attrib/attributes >>> $ ls -alh /cygdrive/c/Attrib/attributes >> >> Weird. Messed up tty settings perhaps. How and where are you running >> that shell? What's the output of 'stty -a'? Also, cygcheck output as >> requested at http://cygwin.com/problems.html might be helpful. >> > I running this shell by ssh (with private/public key authentication) or > by "sh --login -i" from windows cmd. The same behaviour in both types of shell. > > As far as I know I've not configured anything for a shell. > > $ stty -a > speed 38400 baud; rows 25; columns 80; line = 0; > intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = ; > eol2 = ; swtch = ^Z; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; > werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; > -parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts > -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -ixon -ixoff > -iuclc -ixany -imaxbel > opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 > isig icanon iexten echo echoe echok -echonl -noflsh -tostop echoctl echoke Hmm, a few of those are different from what they are on my machine: ixon -echo -echoe -echoctl -echoke, but changing them doesn't produce the effect you're seeing. Still begs the question though why they are different. Any chance there's a mixup with different Cygwin versions or a different Unix environment? Otherwise, I'm stumped. I think 'cygcheck -svr' output is needed to get any further. Please attach, not include it, and make sure you delete any sensitive info from it first. Also, what happens if you invoke Cygwin from the desktop or start menu shortcut? You could also try installing mintty or rxvt to see whether you get the same problem there. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple