From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1A6A21F572; Wed, 17 Jul 2024 23:50:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1721260218; bh=fTOhB9Lp/rY4GEkB8AITDE+V3fT9g7xzTsq/OHO0wvA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wasme3Fu4DFsv8YXU82aHPmWJM3nnxoGZeC0qoZT1vQRX63Vj0T8mk7fYudf6Qxzb xjCEsFZ3aVjN24DlXtXaCatVT5tZsBJRXIb518n0dwSJ7cyenAj12EqdIucgOiV8sD zF5ytH97F7Xw9cQ8Q9YG/IdzW3suHEvK78vEZ/V8= Date: Wed, 17 Jul 2024 23:50:17 +0000 From: Eric Wong To: "Robin H. Johnson" Cc: meta@public-inbox.org, infra@gentoo.org Subject: Re: public-inbox skipping new inboxes or many mails Message-ID: <20240717235017.M975178@dcvr> References: <20240715210340.M929931@dcvr> <20240715235808.M590962@dcvr> <20240716190550.M242334@dcvr> <20240717232532.M125694@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240717232532.M125694@dcvr> List-Id: > "Robin H. Johnson" wrote: > > I hacked in stderr: but bad luck, it doesn't dump anything useful before > > it seems to vanish. Nothing in dmesg either, so a mundane crash. Actually, did it say "# scanning" anywhere at startup? There's already a diagnostic message that's been there a while (but not scan completion) Similarly, SIGHUP should already emit "# reloaded" to stderr.