X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7DA9C385803B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1636820473; bh=5/Ze3BDvuXn7H58M7PGXCEB2NuQhvQxxJzZQZRG1gxM=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=eNTFSU2NnXlKdhKDTV5dGRywswMK4Q9HOdgsWin1MQHM5mfDONBx9vE3jIUFmpFHD FN7zMNsgD4SK0QKnp9+jDNbr6UQ2/99fQ3GvKWwQwoNmRyCUQgbiYDNANOQ+eaJMIZ Jm4sZ8Ct+WpaA0AE5uTuxs1yK7AZgbnhp0cHsbnY= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 238853858403 X-Yandex-Fwd: 2 Date: Sat, 13 Nov 2021 19:13:24 +0300 X-Mailer: The Bat! (v6.8.8) Home X-Priority: 3 (Normal) Message-ID: <1855308202.20211113191324@yandex.ru> To: Cary Lewis , cygwin AT cygwin DOT com Subject: Re: Problem with permissions - veritas backup software not working In-Reply-To: References: MIME-Version: 1.0 X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Andrey Repin via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Andrey Repin Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Greetings, Cary Lewis! > Something ran off the rails with my windows 10 PC running cygwin a few > months ago. > I am using Veritas System Recovery System to backup my machine, and it > started failing about 6 months ago. > When I run a diagnostic that is supposed to confirm if the VSS subsystem is > working correctly, it complains that the C:\ SYSTEM does not have full > control. When I attempt to run the 'fix' it complains that the access > control list is not in canonical order. > Can someone please try to explain what might be going on, and how I might > fix it? > Is it safe to try to use the icals /reset utility or will that break > cygwin's permission handling? If that only complaints about root directory permissions, you may reset them. Just don't touch permissions inside Cygwin installation root. In regard to canonical order of permissions, some (some!) of the POSIX permission combinations can't be correctly represented in any other way, and there's no reason permissions MUST always be in canonical order. It's a convention, not a requirement. But many a tool are unable to deal with permissions not in a canonical order and you must be very careful when seeing such alert. Reordering permissions in such case may actually make things worse. -- With best regards, Andrey Repin Saturday, November 13, 2021 19:08:43 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