Josh Steadmon <[email protected]> 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).
