delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/01/26/13:50:24

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 04B71389A12F
Authentication-Results: sourceware.org;
dmarc=pass (p=none dis=none) header.from=yandex.ru
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yandex.ru
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail;
t=1643223001; bh=U6orQxvklLNqsiZLueCs+tabR4N5HJYR+pRxgpB7oL0=;
h=In-Reply-To:Subject:From:Message-ID:References:Date:Reply-To:To;
b=TRb5lLmLGsB7k7JMRW9bN60kDlKnYdlMfHuOUVdShZPlubuvFzvZK5bO6a6UlmDZa
wq+6FqsE275Wq+2u1QY2HEwefE1PQw8UADWy7Xy4EDnNBUlR+8zHEBZudrvPPFi4tJ
niuVgUooq9bXUkCIV3PSXp4NurkkN4DcMFate28Q=
Authentication-Results: vla1-74593b5592df.qloud-c.yandex.net;
dkim=pass header.i=@yandex.ru
X-Yandex-Fwd: 2
Date: Wed, 26 Jan 2022 21:49:58 +0300
From: Andrey Repin <anrdaemon AT yandex DOT ru>
X-Mailer: The Bat! (v6.8.8) Home
X-Priority: 3 (Normal)
Message-ID: <1737745223.20220126214958@yandex.ru>
To: Andrey Repin <cygwin AT cygwin DOT com>, cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] cygwin 3.3.3-1 [with DEPRECATION NOTES]
In-Reply-To: <387205474.20220126193416@yandex.ru>
References: <announce DOT 20211203174803 DOT 1446397-1-corinna-cygwin AT cygwin DOT com>
<387205474 DOT 20220126193416 AT yandex DOT ru>
MIME-Version: 1.0
X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT,
NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Reply-To: cygwin AT cygwin DOT com
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 20QIoN68030163

Greetings, Andrey Repin!

> Greetings, Corinna Vinschen via Cygwin-announce!

>> The following packages have been uploaded to the Cygwin distribution:

>> * cygwin-3.3.3-1
>> * cygwin-devel-3.3.3-1
>> * cygwin-doc-3.3.3-1

> It seems there's some network shares problem going on with 3.3

> I've got a problem with recent Cygwin and some old scripts of mine.
> Particularly, the script at one point trying to normalize EOL's in a file so
> that following operations run smooth.

> But the step fails with message about permission changes.
> The problem is,
> 1. the file is located on a network share and
> 2. it is a noacl share.

> The scripts were running fine several months ago and nothing has ñhanged on
> host and remote except Cygwin itself.

> $ ls -ld . ./Localization.lua
> drwxr-xr-x 1 anrdaemon None     0 Jan  2 12:07 .
> -rw-r--r-- 1 anrdaemon None 32212 Jan  1 14:32 ./Localization.lua

> $ /usr/bin/d2u ./Localization.lua
> dos2unix: Failed to change the permissions of temporary output file ./d2utmpEBELkH: Permission denied
> dos2unix: problems converting file ./Localization.lua

> $ getfacl . ./Localization.lua
> getfacl: .: Not supported

> getfacl: ./Localization.lua: Not supported

> $ icacls Localization.lua
> Localization.lua No mapping between account names and security IDs was done. (I)(F)
>                  No mapping between account names and security IDs was done. (I)(RX)
>                  All:(I)(RX)

> Successfully processed 1 files; Failed processing 0 files

> Saved SID's are domain ones

> Localization.lua
> D:(A;ID;FA;;;S-1-5-21-2269650170-3990761244-2407083512-1105)
> (A;ID;0x1200a9;;;S-1-5-21-2269650170-3990761244-2407083512-513)
> (A;ID;0x1200a9;;;WD)

> Where S-1-5-21-2269650170-3990761244-2407083512-1105 is mine.

> # file: Localization.lua
> # owner: anrdaemon
> # group: domain\040users
> user::rwx
> user:anrdaemon:rwx
> group::r-x
> group:domain\040users:r-x
> mask::rwx
> other::r-x

> Client PC is not part of the domain, but user name and password do match.
> Again, rolling back to 3.2 restores the operation.

I've found a working domain client VM, and the issue remains even in domain
environment. Which is surprising, to say the least. And this is no antivirus
issue, as there's no any AV installed on the client VM.

> Cygwin Package Information
> Package              Version        Status
> cygwin               3.3.3-1        OK
> dos2unix             7.4.2-1        OK

> cygcheck output attached.
> Strace output attached as well, but it's rather short.

> Downgrading to Cygwin 3.2.0 resolved the problem.

> Anything else I can do to provide more information?


-- 
With best regards,
Andrey Repin
Wednesday, January 26, 2022 21:47:56

Sorry for my terrible english...

-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019