X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT 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: 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 AT cygwin DOT com References: Organization: Inglis In-Reply-To: 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 AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Brian Inglis via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Brian Inglis , Derek Pagel Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" 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