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 58DB91F44D; Thu, 4 Apr 2024 19:55:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1712260504; bh=pWg9Z4JevtuItgTwrT1fKJLh13uwaqjQVOLFphGSM2w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JDP5iXFkWlBhPOPnEKiJw79q2ROHGzPyb2fJY+hPFaPCPQEKMw491TrEi9K8MeahO VQPTR3eFQsvIZE4/HvkNLd8OWWl6KoPeclM8VKh8xMxdytitt3K+alllTiYSMQy5xn SncNh5tRQ9pj1DZ2Cx5JyoCF8agA1SMgA7oNC6Ho= Date: Thu, 4 Apr 2024 19:55:04 +0000 From: Eric Wong To: Josh Steadmon Cc: meta@public-inbox.org Subject: Re: v1.9.0 : `ls-search' is not an lei command Message-ID: <20240404195504.M179771@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Josh Steadmon wrote: > Hello all, > > I recently had to reinstall my work machine, and after doing so I now > get an error when running `lei ls-search`: > > `ls-search' is not an lei command > > This happens with both version 1.9.0-1+build1 of the Debian "lei" > package, and with version 1.9.0 of the Nix "public-inbox" package. Are you sure the `lei' in $PATH is pointed to the right installation? `lei sucks' should give diagnostic info (or similarly broken if the lei-daemon is running on an uninstalled version). `lei daemon-kill' should always work and rerunning any `lei' should restart it. Check for a LeiLsSearch.pm on your machine and see if it lines up with your expected installation location (and there should be a bunch of Lei*.pm siblings in the same directory).