delorie.com/archives/browse.cgi | search |
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:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type | |
:content-transfer-encoding; q=dns; s=default; b=aS4Sy11qU3fCQmXc | |
8LWR8J7fQq3/fWHKLUe9wUxPX1PGkZs3/JoMOFbfCvaz4e7FpuaD2mcnZUnZN0ci | |
fCXm02bTqxcZxwqkyVroKUg81K0iidA9va8v3Pd5bgXITzBvcpcJ914fciBjvLyC | |
WP9xXDFMcNsSSROksIX7HHWWgv8= | |
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:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type | |
:content-transfer-encoding; s=default; bh=J3Gub4Td6U4QGxWWeeGosx | |
MbCoU=; b=wiBdcUowjXZevcNS7bpLi2cRGgjX/wJMM3pJ3lVH3IFpvHNMcMvGrs | |
qDDoGBMgs8Aq8PfPSRLJaFob8v50cgd7xqkKrJd6iWuMYiMqxs3CARMd3kauGZUx | |
eiAGaKQT1nnWuIBGvn6qhiukDd8a3qhBW0eFPfhQLKTO1F26YT0k0= | |
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=-0.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
X-HELO: | mail-la0-f50.google.com |
MIME-Version: | 1.0 |
X-Received: | by 10.112.135.106 with SMTP id pr10mr18648291lbb.24.1397993108628; Sun, 20 Apr 2014 04:25:08 -0700 (PDT) |
In-Reply-To: | <CADKunkFSvokcWUoNxEeqo0yK4dEF9+dkOddgzZGW8oU_5kPzHQ@mail.gmail.com> |
References: | <CADKunkFSvokcWUoNxEeqo0yK4dEF9+dkOddgzZGW8oU_5kPzHQ AT mail DOT gmail DOT com> |
Date: | Sun, 20 Apr 2014 21:25:08 +1000 |
Message-ID: | <CADKunkEq4rLgiG17nj60RQ4T5Rf9+6P2E2k3MWu7RfgZ4CG6+g@mail.gmail.com> |
Subject: | Re: "Bad Address" response to many net tools after updating cygwin x86_64 1.7.29 |
From: | repudi8or repu <repudi8or AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id s3KBPQLt008173 |
Thanks Corinna, your link helped me solve the issue. I had also installed "emisoft anti-malware" as an additional precautionary measure to scan my environment. This product was for some reason blocking the cygwin binaries from running and causing the "Bad address" response every time. I tried excluding the cygwin dir from being blocked within emsisoft but couldnt get it to work. When I fully removed the emsisoft product, cygwin was again fully functional. Much appreciate the assistance. Regards Rep >" >That looks certainly like a local problem, maybe a BLODA: >http://cygwin.com/faq/faq.html#faq.using.bloda. Did you update more >than just Cygwin, by any chance? Do the Windows event logs show >something? Alternatively, maybe something broke during update. >Reinstalling Cygwin might fix this. Or rebasing. You could also try if >a recent snapshot of the Cygwin DLL helps since there was a change in >exception handling: http://cygwin.com/snapshots/ > > >Corinna >" On Sat, Apr 19, 2014 at 8:18 PM, repudi8or repu <repudi8or AT gmail DOT com> wrote: > I decided to update my cygwin x86_64 environment a few days back out > of concern about the openssh heartbleed bug. > > Since that time most of my network tools no longer work as expected, > reporting "Bad address" as the failure reason > > Here are some samples:- > > rep AT WinServer:~$ ping 192.168.1.1 > -bash: /cygdrive/c/Windows/system32/ping: Bad address > rep AT WinServer:~$ which ping > /cygdrive/c/Windows/system32/ping > rep AT WinServer:~$ file /cygdrive/c/Windows/system32/ping > /cygdrive/c/Windows/system32/ping: PE32+ executable (console) x86-64, > for MS Windows > > rep AT WinServer:~$ netstat -na > -bash: /cygdrive/c/Windows/system32/netstat: Bad address > rep AT WinServer:~$ which netstat > /cygdrive/c/Windows/system32/netstat > rep AT WinServer:~$ file /cygdrive/c/Windows/system32/netstat > /cygdrive/c/Windows/system32/netstat: PE32+ executable (console) > x86-64, for MS Windows > > rep AT WinServer:~$ wget www.google.com > --2014-04-19 20:03:25-- http://www.google.com/ > Resolving www.google.com (www.google.com)... failed: Bad address. > wget: unable to resolve host address ‘www.google.com’ > > and so on and so forth. Did some googling of the error, nothing recent > that seems immediately obvious. The same tools work ok from windows > command prompt. > > rep AT WinServer:~$ uname -a > CYGWIN_NT-6.1 WinServer 1.7.29(0.272/5/3) 2014-04-07 13:46 x86_64 Cygwin > > > Any suggestions how i can track down / fix whatever is going wrong here ? > > Thanks -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |