From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71851 invoked by alias); 13 Sep 2015 15:59:20 -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 71840 invoked by uid 89); 13 Sep 2015 15:59:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: homiemail-a67.g.dreamhost.com Received: from sub4.mail.dreamhost.com (HELO homiemail-a67.g.dreamhost.com) (69.163.253.135) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 13 Sep 2015 15:59:19 +0000 Received: from homiemail-a67.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a67.g.dreamhost.com (Postfix) with ESMTP id C15D227BC073 for ; Sun, 13 Sep 2015 08:59:17 -0700 (PDT) Received: from Laptop3.. (unknown [95.109.105.178]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: spamprotect@bengtl.net) by homiemail-a67.g.dreamhost.com (Postfix) with ESMTPSA id 27F4B27BC05D for ; Sun, 13 Sep 2015 08:59:16 -0700 (PDT) From: Bengt Larsson To: cygwin@cygwin.com Subject: Re: NOACL leads to a massive speed slowdown in file system processes Date: Sun, 13 Sep 2015 15:59:00 -0000 Reply-To: cygwin@cygwin.com Message-ID: References: <1750747142.592411.1442135988978.JavaMail.ngmail@webmail17.arcor-online.net> In-Reply-To: User-Agent: ForteAgent/7.20.32.1218 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00215.txt.bz2 Bengt Larsson wrote: >Try adding the "notexec" option. If it's mounted "noacl" Cygwin checks >for executable by opening the file and checking the two first bytes. If you add "notexec" scripts that start with "#!" won't be recognized as executable. But files with .exe and .com extensions will be recognized. -- 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