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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x829.google.com (mail-qt1-x829.google.com [IPv6:2607:f8b0:4864:20::829]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 01EB11F8C8 for ; Fri, 1 Oct 2021 20:58:20 +0000 (UTC) Received: by mail-qt1-x829.google.com with SMTP id r16so10207835qtw.11 for ; Fri, 01 Oct 2021 13:58:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=LI8IAEsu3iQA96mTO9QJGJv4IbU1seLJq7QXlX/4YLE=; b=e6an7QZRwuukg9Dfio+XhxzWD7TcRI8Ej/UwLWMy5bty5vQM6Eh5H9gRos7U2GElvr oX4kM+29mifrhU6rLzX2Pe3yUWpE0Cw/k7JYFU2LL60is/7GsQ8FvgvITEmQK9rsqE3V CeenyQsVpDp6o1IOmLaQqIDBj7KhpDt2h3E5w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=LI8IAEsu3iQA96mTO9QJGJv4IbU1seLJq7QXlX/4YLE=; b=LpthX9Eeess7v7zZ2OeLuEiZtxTXW5OTjMpGztFR5LpaAQHJkybSMYwnZrqQSXGUBs Wi6BZcFGgIjLxCd2dMwj+C9yUXg8oYDchfV5rS5x6zY5yfLet76jMEVD+4YYz69s5k2T gVGcX/etDYwMs7hzsHGXkoDzBGFmqVP9it3NYN6uXg2DOYyCqiA120Jm1Z0DmQx4E2QM SYbxuZhkYHbxoWUB12cMOs2tX6r6evBqWbsay7JpA989O6LPdXk4h6/FTU6DE785rwAQ P81KX5Pyld5hg4LT9KqzyE4hBfqrub4F+2gey5rsQrwQ43p3EAMR1yGcKuwTJRUgv4K2 zM5A== X-Gm-Message-State: AOAM531tKCqNsx/9iWe+StLqnuRx9n35ijCJ8rnwGs4QuKiKC1RSXJVC YREEXJX0t6Q9MIitOw/uhB1TdA== X-Google-Smtp-Source: ABdhPJwqBZiH1s8H9p7I+FILDRWEZdmljaRw2GzE7aAr2bCpYG+SrxVg2GGnVGjiEFINSbZxKLDR0g== X-Received: by 2002:ac8:4243:: with SMTP id r3mr75588qtm.187.1633121898973; Fri, 01 Oct 2021 13:58:18 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id x10sm4401689qta.75.2021.10.01.13.58.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Oct 2021 13:58:18 -0700 (PDT) Date: Fri, 1 Oct 2021 16:58:17 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: Troubleshooting threads missing from /all/ Message-ID: <20211001205817.y2h3xypudngkttkj@meerkat.local> 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: List-Id: On Fri, Oct 01, 2021 at 08:54:42PM +0000, Eric Wong wrote: > Oops, inspect doesn't work well w/o initialization (it should). > Running "lei init" first should workaround it, for now. Yes, that fixes the problem, but it still doesn't return much: { "mid" : "87czop5j33.fsf@tynnyri.adurom.net" } -K