From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 7C12A1F8C8; Fri, 1 Oct 2021 20:54:43 +0000 (UTC) Date: Fri, 1 Oct 2021 20:54:42 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: Troubleshooting threads missing from /all/ Message-ID: References: <20211001130527.z7eivotlgqbgetzz@meerkat.local> <20211001195811.GA31313@dcvr> <20211001200842.kife7viwej5arza7@meerkat.local> <20211001204131.GA20263@dcvr> <20211001204943.l4yl6xvc45c5eapz@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211001204943.l4yl6xvc45c5eapz@meerkat.local> List-Id: Konstantin Ryabitsev wrote: > On Fri, Oct 01, 2021 at 08:41:31PM +0000, Eric Wong wrote: > > Curious, what is the output of: > > > > lei inspect --dir /path/to/all mid:87czop5j33.fsf@tynnyri.adurom.net > > > > for you? > > Not much. :) > > lei inspect --dir /srv/public-inbox/extindex mid:87czop5j33.fsf@tynnyri.adurom.net > 48242 lei-inspect worker wq_worker: Can't call method "can" on an undefined value at /usr/local/share/perl5/PublicInbox/LeiInspect.pm line 156. Oops, inspect doesn't work well w/o initialization (it should). Running "lei init" first should workaround it, for now.