X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B2717385841E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-smtpout-mb-15sep; t=1644346470; bh=lO+smHSzdnK0ZQh1ccUAdKp9IykT8JPphLnDLWwrvYs=; h=From:To:Subject:References:Date:In-Reply-To:Message-ID:User-Agent: Content-Type:From; b=NDuBqH0IpcMJylSdOVN8Z2vEZ8KuwimKuHLVqqcWsW4fGe+PfpEwoNtqoh+Z/1P5a 0c41iPRfPtsPx6MXWFvLURsE2f9eToL0A3OOGzYPI9ADbl1fkQCmJCW3GvXuu8oFiP oAx1vBLoeUGrHYs1PBUBolID7mJsaDHjkQ4Ag3Cw= From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: man-db-2.10.0-1 References: <1496241235 DOT 20220207215821 AT yandex DOT ru> <878ruml8jt DOT fsf AT Rainer DOT invalid> <874k5al7po DOT fsf AT Rainer DOT invalid> <321059018 DOT 20220208131851 AT yandex DOT ru> Date: Tue, 08 Feb 2022 19:54:16 +0100 In-Reply-To: <321059018.20220208131851@yandex.ru> (Andrey Repin's message of "Tue, 8 Feb 2022 13:18:51 +0300") Message-ID: <87zgn19okn.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1063 X-purgate-ID: 155817::1644346469-000004CC-B86841A7/0/0 X-Spam-Status: No, score=-3029.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, 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 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: , 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" Andrey Repin writes: > 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. Well, that file it tries to create is a temporary file (the filename is the PID of the process creating it), so if that same process can create directories and files, but then fails to create abother file, something else must be interfering with it. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- 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