From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4189 invoked by alias); 28 Mar 2018 03:13:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 3336 invoked by uid 89); 28 Mar 2018 03:13:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HK_RANDOM_ENVFROM,HTML_MESSAGE,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=ok, H*c:alternative X-HELO: mail-it0-f41.google.com Received: from mail-it0-f41.google.com (HELO mail-it0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Mar 2018 03:13:36 +0000 Received: by mail-it0-f41.google.com with SMTP id p67-v6so1771628itc.2 for ; Tue, 27 Mar 2018 20:13:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=lTy/XSvP1Km04VNI6vETgSWHH/pZ0CYsWTHm/VM+o2E=; b=bkw+kfdQAGIQ1j9tGnc1+Rt+NYmmy7BMpWDt+i2pQI8Gm+mpZtebcsxFyM8YBi1/J5 wwn5Ngoj0mQ40K8BCXlyuRbLTegAq1F/GYY7gpmWYKztgSK5ic/3hVsqfVueEDpR11pa bm7BQzT5idR8Z1O24K2L2kYnL+136DSSRzZfl7QvGjmRf1CFnkcNGrq4MJ2C4HXbWssa ++HbhOOxOyD3YQXvqv9OVef8nbHZDw2JQBuqtA2PjNzTNVKK/hn28KI2aRiz6rQvO7gP hegzARKc72S4tPmfwFKg/+5QpX3LtGebBHaOTfJwUGGhF0uCdpt243oOZS/m8Hv4S1SR LPKg== X-Gm-Message-State: ALQs6tCnTwZavAKM8ifahHCnQDRxd4gcx56FfauuE8Whf8P6e9YOeVeY ESdQjDlo9TlFTVaUkx2G0BIUAP5YRm3Wf/rF8HD7Pg== X-Google-Smtp-Source: AIpwx49Xumk2q/mo3Px0zv0wsxtUr2ZPeiAPK05VRktR6e0qxzVBR2EQzrtoBQ09YN+wVR982pdoHXkCrrALYOj4/ak= X-Received: by 2002:a24:5081:: with SMTP id m123-v6mr700344itb.118.1522206814848; Tue, 27 Mar 2018 20:13:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.243.57 with HTTP; Tue, 27 Mar 2018 20:13:34 -0700 (PDT) From: Jay Cotton Date: Wed, 28 Mar 2018 07:09:00 -0000 Message-ID: Subject: Problem with NC.1.107 To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00423.txt.bz2 Just installed nc 1.107-4 expecting to use it to debug some code. This is what I get when I try to run it. $ nc 192.168.1.135 23 bash: /usr/bin/nc: Permission denied The file permissions are messed up. $ file /usr/bin/nc /usr/bin/nc: writable, executable, regular file, no read permission I don't see the PE32+ executable (console) x86-64, for MS Windows string. here is the file in /usr/bin $ ls -l nc* -rwxr-xr-x 1 lbmgm lbmgm 24576 Mar 19 2013 nc.exe I looked at the make file, it seems to be o.k. for generating a runable program. (uses gcc) but I don't have enough stuff installed to allow a build. -- 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