From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29242 invoked by alias); 3 Apr 2019 16:20:09 -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 29233 invoked by uid 89); 3 Apr 2019 16:20:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=BAYES_20,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.1 spammy=HX-Priority:Normal, H*MI:yandex, H*M:yandex, essence X-HELO: forward100o.mail.yandex.net Received: from forward100o.mail.yandex.net (HELO forward100o.mail.yandex.net) (37.140.190.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 Apr 2019 16:20:06 +0000 Received: from mxback20o.mail.yandex.net (mxback20o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::71]) by forward100o.mail.yandex.net (Yandex) with ESMTP id 8081F4AC0C2F for ; Wed, 3 Apr 2019 19:20:02 +0300 (MSK) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [2a02:6b8:0:1a2d::27]) by mxback20o.mail.yandex.net (nwsmtp/Yandex) with ESMTP id DZBhwkCQ5d-K2gKqMXN; Wed, 03 Apr 2019 19:20:02 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1554308402; bh=QqZwpXuG+GE4jlq5D2GeRcWTSyJC6HgSxtJPrUGYPbU=; h=Subject:To:Reply-To:From:Message-ID:Date; b=DHU7YNdYGE2+YdkHyWhRHxMKF6nNu7pH+hTMDz3MSP3iWj8aZkYxtTgh4dFh0vlsr FQEBaBJDI3Thzl+J/4hCacJsoBJPE3YW0X3UXDLP4+1aqvvlrWptY2HJiUMDptM6FU d6nsmO1zarmI2LEv7r1KH4KFrzEk0WspG8EONVDg= Authentication-Results: mxback20o.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id OkOKa90xCd-K10G55sc; Wed, 03 Apr 2019 19:20:01 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Wed, 03 Apr 2019 16:20:00 -0000 Date: Wed, 03 Apr 2019 16:20:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <209675900.20190403192000@yandex.ru> To: All Subject: cygpath -u converts quoted UNC paths to local MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00021.txt.bz2 Greetings, All! This can be considered "working by design", but it really imposes some serious restrictions on interoperability with Cygwin, that I think can be avoided. ... After some further testing, this seems to be affecting IP-based UNC paths only. The essence is this: $ dir "\\192.168.1.5\wwwroot\ccenter\bin\online.sh" 26.10.2018 18:16 431 online.sh $ cygpath -u \\192.168.1.5\wwwroot\ccenter\bin\online.sh //192.168.1.5/wwwroot/ccenter/bin/online.sh $ cygpath -u "\\192.168.1.5\wwwroot\ccenter\bin\online.sh" /192.168.1.5/wwwroot/ccenter/bin/online.sh $ cygpath -u \\HOSTING64.DARKDRAGON.LAN\wwwroot\ccenter\bin\online.sh //HOSTING64.DARKDRAGON.LAN/wwwroot/ccenter/bin/online.sh $ cygpath -u "\\HOSTING64.DARKDRAGON.LAN\wwwroot\ccenter\bin\online.sh" //HOSTING64.DARKDRAGON.LAN/wwwroot/ccenter/bin/online.sh $ -- With best regards, Andrey Repin Wednesday, April 3, 2019 19:11:14 Sorry for my terrible english... -- 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