X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F35E9385801B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1637744855; bh=sTvTzl23VEfGZj85Zs8cxDHFWoA7mTXuO09QavaYqRA=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=apyT0zJCqpHu5uBp8xwOWbQ63AAJSQxbZApkAFXisMZAyE9bygk0kqoy6VCQXNawv Gix8IL/4jLDmPDxb/NDn1938IcN9/vZpiaBZGUdErXawlQQPu2cDtT8NDGp3V744KR 7fXt6fZbEYrA5HW6NxMtUxVbi8LS8PryObqDpIfM= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C87A83858430 Content-Language: en-US To: "cygwin AT cygwin DOT com" Subject: zp_man-db-update-index.dash creates C:\cygwin64\%SystemDrive% Thread-Topic: zp_man-db-update-index.dash creates C:\cygwin64\%SystemDrive% Thread-Index: AdfhEif0xzgbeaFYSnGvCs/aRkfVbA== Date: Wed, 24 Nov 2021 09:06:57 +0000 Message-ID: <645cbf8eca7d4451b1faa017d462235d@severstal.com> Accept-Language: en-GB, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.120.77.3] x-kse-serverinfo: chr-mail-m01.severstal.severstalgroup.com, 9 x-kse-attachmentfiltering-interceptor-info: protection disabled x-kse-antivirus-interceptor-info: scan successful x-kse-antivirus-info: Clean, bases: 11/24/2021 8:33:00 AM x-kse-bulkmessagesfiltering-scan-result: protection disabled MIME-Version: 1.0 X-KSE-ServerInfo: chr-exch-edg2.severstal.severstalgroup.com, 9 X-KSE-AttachmentFiltering-Interceptor-Info: no applicable attachment filtering rules found X-KSE-BulkMessagesFiltering-Scan-Result: protection disabled X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, SPF_HELO_NONE, SPF_SOFTFAIL, 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-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: =?utf-8?b?0JzQuNGA0L7QvdC+0LIg0JvQtdC+0L3QuNC0INCS0LvQsNC00LjQvNC40YA=?= =?utf-8?b?0L7QstC40YcgdmlhIEN5Z3dpbg==?= Reply-To: =?utf-8?B?0JzQuNGA0L7QvdC+0LIg0JvQtdC+0L3QuNC0INCS0LvQsNC00LjQvNC40YA=?= =?utf-8?B?0L7QstC40Yc=?= Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Recently when cygwin setup runs windows 10 started creating "C:\cygwin64\%SystemDrive%\ProgramData\Microsoft\Windows\Caches" folder - exactly like that, with %SystemDrive% not expanded, containing the following files cversions.2.db {104937D1-3D41-4EB0-BE48-1725A96CC3A1}.2.ver0x0000000000000001.db {42542F41-6950-48FC-BDFB-3961A7C4A653}.2.ver0x0000000000000001.db {6AF0698E-D558-4F6E-9B3C-3716689AF493}.2.ver0x0000000000000001.db {DDF571F2-BE98-426D-8288-1A9A39C3FDA2}.2.ver0x0000000000000001.db {FAC7F33B-D66E-413B-9358-52C759023A9D}.2.ver0x0000000000000001.db and logs a number of similar messages to application windows log from Property System Omitted duplicate property. Keeping: 'Microsoft.OneNote.TaggedNotes' ({641064BA-9329-47E6-8F36-5FA81AA461A0} 3) Publisher: 'Microsoft' Product: 'Windows' URL: 'windowspropertydescriptions' Omitting: 'Microsoft.OneNote.TaggedNotes' ({641064BA-9329-47E6-8F36-5FA81AA461A0} 3) Publisher: 'Microsoft' Product: 'OneNote' URL: 'custom.propdesc' Turned out that the culprit is the /etc/postinstall/zp_man-db-update-index.dash script which runs at the end of every setup session, although I couldn't figure why: it just runs mandb with some fancy redirection and nothing untoward happens when it is run manually and with admin privileges, but the folder in question was never created until I ran mandb to create man index which for some reason was not created automatically during installation, and when /var/cache/man/index.db is removed which effectively disables this script this folder is not created. I am baffled. -- 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