delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/05/15/01:31:22

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:references:to:from:reply-to:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=Ff8lFLnkjZeBg00F
DilC1okI/M+3Q1A1vIqovIwBFGzq4Logql+YO2eipj9wI62FxtSJf51YqJY9s/Pw
IbTWDwmfN5fQoviu3jxGE9chp62JwwyNcg7wSwKn5H1Wlc2vExboSU75RPEg/CZF
bNqcamSTHfTqaRm7dwwDbjUrSYg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:references:to:from:reply-to:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=C6GOJouiFuJiWNCX5MsNYR
guCaY=; b=v30LCac2vAed6R+zTgcvHkltQvQqjg6WwjA5YtBudyN96PXgWVNWAm
73FuGJu/Ddf7yDSxB3J5ceSYGCeOqZTFqkGhImJkC1vO556fE8AqyTqrO9/LAwB0
SVCa3dvc+P1wZcmX3E0QMPNJVjB3mFB7S+H8RxeI1TzzCLO9/es+A=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=inputrc, readline, mintty, H*F:D*ab.ca
X-HELO: smtp-out-no.shaw.ca
X-Authority-Analysis: v=2.2 cv=a+JAzQaF c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=nPDoKrY-AAAA:8 a=wC1GjoXuMJeqlx2UEYwA:9 a=QEXdDO2ut3YA:10 a=wckMZNApk7kNeAFyQkol:22
Subject: Re: Bash shell inside JPSOFT Take Command does not respond to input
References: <CAK-n8j4nknb1nv4i03uaT8csty5o3v8rGJr-Fk7-HYkGKBMEYw AT mail DOT gmail DOT com>
To: cygwin AT cygwin DOT com
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
Message-ID: <a5475af1-496c-95aa-4d00-b09ec67a8a76@SystematicSw.ab.ca>
Date: Sun, 14 May 2017 23:29:54 -0600
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <CAK-n8j4nknb1nv4i03uaT8csty5o3v8rGJr-Fk7-HYkGKBMEYw@mail.gmail.com>
X-CMAE-Envelope: MS4wfOsCcStNFiuiWkkLD+AY3hLaSQJAG941Mi6jfnJURK4OmJPirQsQivEsZEtOnsvZ7l3+feDePly0VO4cTWxxE5nvQwTEd3jjU2rk5/gHub16tnRbCR7P wVQ4JDKGcri/sImBhPr2r2qK2pvKqIjcqOOBcK5n1eKYCZyEgyEY9DCxjgj0BMjIZbrwleeqJWCQFg==
X-IsSubscribed: yes

On 2017-05-14 19:45, Jim Reisert AD1C wrote:
> I can't seem to get a bash shell to run inside of JP Software's Take
> Command:
>    www.jpsoft.com
> Behavior is the same in both TC and TCC - a shell starts, but I
> can't type anything into it.  This used to work in the recent past,
> so I don't know what changed, or when.  Both versions 20 and 21 of
> the JPSOFT product behave the same way:
> TCC  20.11.46 x64   Windows 10 [Version 6.3.16193]
> TCC Build 46   Windows 10 Build 16193
> Registered to JJR
> f:\>bash
> CYGWIN_NT-10.0 JJR 2.8.0(0.309/5/3) 2017-04-01 20:47 x86_64 Cygwin
> [JJR:/cygdrive/f] $  <<< at this point, nothing is echoed, nothing is
> accepted

Have you changed your {/etc/,~/.}profile, ~/.bash{_profile,rc}
recently?
Your output looks to be from uname -a, so something must be running it.
Try running bash from mintty and/or cmd and see what happens.
You could also try running bash -il --noprofile --norc.
If all else fails, try using dash, and test bash -nvx {/etc/,~/.}profile
and ~/.bash{_profile,rc}, then just -vx to see if something is borked.
Can you check the PATH set within bash?

Also may want to check recent changes in readline, in case they affect
how {/etc/,~/.}inputrc settings are used.

Do you have Ubuntu|Bash for Windows using the same home dir and could
that have replaced something used by tcc or bash?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019