X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CC0F385DC31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1597069976; bh=kh5NxC6JRcb+e3GAJRzETqSdKbnRXX4pRTM4JLPiS/g=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=Pb3BlRs3yej/6XqDZH6gAuaVVfbU3cgJYi9KTpfPiz9AIWTAZ+ex6fBGZVRibKjq+ 2ZKorCkww8BZkc9+s7Av8JZy6iyoflfKe8Ay0ejIOPipxLP62DRbNVnAKguW4yWDb0 nPAI05u1TyCYlLtskn63pifijQsIRkrzzzfA1OtE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 340F1385702F 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=FRw17nozyjD/qWz7ahSd43jdz/DlvOkWe+OKM4jAqPw=; b=e9Bq/J6ebb0CMF5Tb6UQ+IJ9f1p24MLcR9Erc+3e/HIi6SkBhPypyH5n8G9K3Xvcrh +iCApGTGvyogEvtlBTHebCQZYhXPprfN+PvLINva1TyPIyx+kub7OXWrogNuhBjKVm1J oepsBFDuDyKesSrBdtkKYByqge5z+NNcWJg6ME38sdhsaI5O0XQNWFaxJulRAShI8DFz pUSOEtSVXP7eTdZNwP1HsdgU43Lrm2mmFr6fISBQPFzF2E334n0PDPNgPG1fIFPdx4rM vwGU+a5FwPgEn3Qd+EPO/p4Fqcl2YZrW/V516jtt1gTpuKdMGIkXjqoX0Y8/38awWKik 7bDg== X-Gm-Message-State: AOAM530NoiSOldlkvChWr/qRrFg/PF4Tq11dZf1FYniAOSxbKdoMoQvE Wjclr1H4PYSOQkNtdOs/V+8St9s0oDALh+I80w+OnR/e/Gs= X-Google-Smtp-Source: ABdhPJzbJ5CZbes0gPfnveCxNwPiunHWPsnGL6Y6TySuJJ0oCOYlLgLaR+3oriI2oQOteA1tCc60ZTpQx4JsJ4afJZQ= X-Received: by 2002:a02:c9d5:: with SMTP id c21mr19643675jap.72.1597069971318; Mon, 10 Aug 2020 07:32:51 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 10 Aug 2020 16:36:02 +0200 Message-ID: Subject: Warning on Socat output To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Adriano Lodia via Cygwin Reply-To: Adriano Lodia Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Hello, I was trying to launch a socat command from Windows 10. The output was: *socat TCP4-LISTEN:9000,fork TCP4:localhost:9002* * 2 [main] socat 13780 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to* *the public mailing list cygwin AT cygwin DOT com * However, Socat is running is not a blocking problem, just reported because is written. For the version: *socat -V 2 [main] socat 11956 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem tothe public mailing list cygwin AT cygwin DOT com socat by Gerhard Rieger - see www.dest-unreach.org socat version 1.7.2.1 on May 16 2012 00:59:02 running on CYGWIN_NT-6.2-WOW64 version 2012-05-09 10:25, release 1.7.15(0.260/5/3), machine i686features: #define WITH_STDIO 1 #define WITH_FDNUM 1 #define WITH_FILE 1 #define WITH_CREAT 1 #define WITH_GOPEN 1 #define WITH_TERMIOS 1 #define WITH_PIPE 1 #define WITH_UNIX 1 #undef WITH_ABSTRACT_UNIXSOCKET #define WITH_IP4 1 #undef WITH_IP6 #define WITH_RAWIP 1 #define WITH_GENERICSOCKET 1 #undef WITH_INTERFACE #define WITH_TCP 1 #define WITH_UDP 1 #undef WITH_SCTP #define WITH_LISTEN 1 #define WITH_SOCKS4 1 #define WITH_SOCKS4A 1 #define WITH_PROXY 1 #define WITH_SYSTEM 1 #define WITH_EXEC 1 #define WITH_READLINE 1 #undef WITH_TUN #define WITH_PTY 1 #define WITH_OPENSSL 1 #undef WITH_FIPS #define WITH_LIBWRAP 1 #define WITH_SYCLS 1 #define WITH_FILAN 1 #define WITH_RETRY 1 #define WITH_MSGLEVEL 0 /*debug*/* Best Regards, Adriano Lodia -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple