X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C71203858C62
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1681315847;
	bh=PZC/Z0OfFYF5msA3Lo1h9l7J+RYaX7fKmircF5JkyU4=;
	h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=bbjPHhurLqRVqXbBVLPI8QR1umerRvMXsUX7SSQzka28VLIfMZ86t4F5C8k07KJAu
	 gsa94xcou89SchugUE3UlCd1pbOhWfXe/uBPujf8DcvTIbtEqVbTF6trjVzsaMEaQh
	 Z1xlg1zpjaHjHswexkt6yPDqADXJH+XhKKcflurY=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7F1253858D28
X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=6436d7f6
 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17
 a=IkcTkHD0fZMA:10 a=hLLb9Sv3qAWQWFAy59UA:9 a=QEXdDO2ut3YA:10
Message-ID: <b7726159-db7a-444f-4809-44ce00929f3f@Shaw.ca>
Date: Wed, 12 Apr 2023 10:10:30 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
 Thunderbird/102.10.0
Subject: Re: Cygwin 'cp' command is still slow after Cygserver is installed
Content-Language: en-CA
To: cygwin@cygwin.com
References: <CH2PR02MB60249D6F85A8F598606DA331E59A9@CH2PR02MB6024.namprd02.prod.outlook.com>
 <CAB8Xom9pDVT8d4FKcv3hngpK-N+TLiihk5eQqJ9YURkmo=gdig@mail.gmail.com>
 <CH2PR02MB602413EF22D7874353F99FF7E59B9@CH2PR02MB6024.namprd02.prod.outlook.com>
Organization: Inglis
In-Reply-To: <CH2PR02MB602413EF22D7874353F99FF7E59B9@CH2PR02MB6024.namprd02.prod.outlook.com>
X-CMAE-Envelope: MS4xfNZfg+k9J+Ks9TMa0aU5Ka+ks5gNLHBDCAdxP9gFppaHH6hyq13fcDulKk/mtnMNFluTABaY4gDVwlmyDXPHjEyvcJ2hQWBoY9jyVfvoDS4zqXZ3PMMn
 6UuosIDqSLRwFhxsSlP8EQntmt6mvPNnFBpII8yInfcMgGIIyikN07yxHvsBL2z/SKq4Tu5ZZ847zk5w3YG48cBYwaO0jB5XivntOXKImvQoYu45A6u1COfa
X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE,
 SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Brian Inglis via Cygwin <cygwin@cygwin.com>
Reply-To: cygwin@cygwin.com
Cc: Brian Inglis <Brian.Inglis@Shaw.ca>, Derek Pagel <Derek.Pagel@infor.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 33CGBDjE008399

On 2023-04-12 06:44, Derek Pagel via Cygwin wrote:
>> how big are these files and from where to where are you copying them ?
>> AV interference ?
> The files being copied are not very big at all and they're just being copied
> from one directory to another on the same server.

Could be long ACL lists with many unique ACEs that need looked up on AD, and/or 
slow ADCs, and/or slow AV, and/or slow net:

for each file show the outputs of

	$ ls -dl $f
	$ getfacl $f
	$ icacls "`cygpath -m $f`"

and also attach as text, the output from strace on the cp command, as it will 
show the timing and delays e.g.

	$ strace -o cp-strace.log cp ...

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

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

