From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward500j.mail.yandex.net (forward500j.mail.yandex.net [5.45.198.250]) by sourceware.org (Postfix) with ESMTPS id 8AF733858D1E for ; Tue, 8 Feb 2022 10:20:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8AF733858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yandex.ru Received: from vla5-2be56c22b014.qloud-c.yandex.net (vla5-2be56c22b014.qloud-c.yandex.net [IPv6:2a02:6b8:c18:3511:0:640:2be5:6c22]) by forward500j.mail.yandex.net (Yandex) with ESMTP id 364366CB6CF1; Tue, 8 Feb 2022 13:20:01 +0300 (MSK) Received: from vla5-47b3f4751bc4.qloud-c.yandex.net (vla5-47b3f4751bc4.qloud-c.yandex.net [2a02:6b8:c18:3508:0:640:47b3:f475]) by vla5-2be56c22b014.qloud-c.yandex.net (mxback/Yandex) with ESMTP id wybUurA3dc-K1cWllkl; Tue, 08 Feb 2022 13:20:01 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1644315601; bh=s9byVxWO5kdJ7PywCARS2qUCo6CwnL+UsFyVIIEajKc=; h=In-Reply-To:Subject:From:Message-ID:References:Date:Reply-To:To; b=vcVQ6sCH9iSIvNMNurVF7qosWBNRI/S+licxUkKC0SjEnmUSz3X3gLDb40e1Hxg15 6cDLMTy15eTR4QKpy+hhBlc2XmMGxpz8xRC7g5izH3AEzziRIJEMoM4S5r/Edu6udZ CoGeIsYMx6gmv77esbd3RazLmTusXSX26cR/P0oY= Authentication-Results: vla5-2be56c22b014.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by vla5-47b3f4751bc4.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id joeBtXwknV-K0JebPc5; Tue, 08 Feb 2022 13:20:00 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Fwd: 2 Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Tue, 08 Feb 2022 10:18:51 -0000 Date: Tue, 8 Feb 2022 13:18:51 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <321059018.20220208131851@yandex.ru> To: Achim Gratz , cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: man-db-2.10.0-1 In-Reply-To: <874k5al7po.fsf@Rainer.invalid> References: <1496241235.20220207215821@yandex.ru> <878ruml8jt.fsf@Rainer.invalid> <874k5al7po.fsf@Rainer.invalid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, KAM_THEBAT, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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-BeenThere: cygwin@cygwin.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: , X-List-Received-Date: Tue, 08 Feb 2022 10:20:06 -0000 Greetings, Achim Gratz! > Achim Gratz writes: >> Does /var/cache/man exist and are the permissions sane? Yes, and perms are mostly irrelevant, cause I install from elevated prompt. /var/cache/man # icacls . | iconv -f CP866 . daemon2\anrdaemon:(F) daemon2\None:(RX) Everyone:(RX) CREATOR-OWNER:(OI)(CI)(IO)(F) CREATOR-GROUP:(OI)(CI)(IO)(RX) Everyone:(OI)(CI)(IO)(RX) Successfully processed 1 files; Failed processing 0 files /var/cache/man # acl . # file: . # owner: anrdaemon # group: None user::rwx group::r-x other::r-x default:user::rwx default:group::r-x default:other::r-x >> I guess I need >> to make sure this gets created when installing the package, will note >> that for the next release. > I checked and it is already packaged. So, what are the > permissions/contents? If it exists, move it away and install man-db > again. Turned out, I can easily reproduce it by > # rm -rf /var/cache/man && mkdir /var/cache/man && touch /var/cache/man/index.db && mandb > Purging old database entries in /usr/share/man... > mandb: can't update index cache /var/cache/man/2070: No such file or directory > Processing manual pages under /usr/share/man... > mandb: can't create index cache /var/cache/man/2070: Resource temporarily unavailable It creates CACHEDIR.TAG and cat1 cat3 cat5 cat6 cat7 cat8 subdirectories but that's about it. Nothing else is saved and the index.db is unmodified. -- With best regards, Andrey Repin Tuesday, February 8, 2022 10:48:10 Sorry for my terrible english...