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:to:references:from:message-id:date :mime-version:in-reply-to:content-type:content-transfer-encoding :reply-to; q=dns; s=default; b=iicn1pvXrPkelut38sQ2p7+W7MbNUEj0Y qQjhNvdv8ERpS2p+Vh5ioJiC3QXYLMqBfQzlrne1cxO2XmguWFGjkVwX4Bjm73tp +cdVzO5U5S6D505MI0E8uxlcXj/fi2BDb1KFySpu07I92szLJLBPgYShM9eSiIuP w4FgAMg/c0= 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:to:references:from:message-id:date :mime-version:in-reply-to:content-type:content-transfer-encoding :reply-to; s=default; bh=Ge+TuAianijnzFCF+NnkNmL9yvE=; b=cPqPc+U K3kELUFt5mPECj9bj/RKEwJGWu6HzHBPWsgsUBhe0y5e51+cqswW2F0XeA7ZvJQJ wfuk4H5b5PtuX+u+RAJigqVjRcekzw1Kc8AS8j9V5y7+K6lcn7QcF4993Vyghu63 WL9j152OFfdX+Ocm749K0kVwI1FmdEiMG5C4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL autolearn=ham version=3.3.2 spammy=H*c:windows-1252, D*acm.org, Hx-spam-relays-external:ESMTPA X-HELO: resqmta-po-07v.sys.comcast.net Subject: Re: Programs become a no-op To: cygwin AT cygwin DOT com References: From: David Rothenberger Message-ID: <73a9d97d-494f-df44-b51c-e79d3b409860@acm.org> Date: Wed, 2 May 2018 14:15:40 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfAgFBGB/cJWO4flSKlfQNTJE2KA9UpBV2r+H8ijOcUUXl7CHt6vnhoQOTCmmcJrGEh9ENnUMTNvrU/oLIpYaMfm/t6ueiLh6sewbTKhKmsvspXZXrzAl 0kesF29nu4kdzQ3cEuIdaDGY0r3lmubSR8Q29bOCwXgCB5Ej8Cgb7wPTtQI9NTwF+q21YDVaDvRD9g== X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com On 5/2/2018 1:13 PM, Boylan, Ross wrote: > I've tried > ssh -V > ssh --help > ssh -v somene AT somewhere > and in all cases nothing happens except that I get a new command prompt. They used to work fine. This is usually due to a missing dependency. You can try "echo $?" after one of the failing commands. If it is 127, that's probably the issue. I usually track down the missing dependency by running the program under strace (strace ssh --help). It should pop-up a dialog window with the missing dependency library. -- David Rothenberger ---- daveroth AT acm DOT org -- 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