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.0.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B77321F9F4 for ; Sat, 20 Nov 2021 17:09:59 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1637428195; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=C2exB82QOhpqfHZvfHRdTyj5GaTMjXBDDXze0BmTOd8=; b=gXtPb90Jgm+5lDWjdIG+PvFHPo+vagOCFKhgUoXxYfsSHOQTcFnEYZ4j0tf6jQOrFxPAII UORCQafP8VGJ8M2jmM1KGR1ST6KPWlBDg0bamVBbG6X+5Fdo+o0yJwQDLhJX6G8JJSRBcb LenJCljWOTLjvN3yrJRJwuLGS2tglnvcPgg9UOLBD77/A1l/soGwAsG3oUPnQfudYsn20C 9HG9iOObFuGh9UINh6qEfujYUx8n0AH4XteQUdmgYWfFdtwTyhQHThIhGapgkWrMCY1QiM cHV5NPpJrl/4/ZD/QeuwozDI4k4cHV12mjJNtiFdy97M3/Z4AXM2rCgo2JKmVA== From: Kyle Meyer To: Johannes Altmanninger Cc: meta@public-inbox.org Subject: Re: How to delete caches In-Reply-To: <20211120153054.xq6jfad2m2buoic6@gmail.com> References: <20211120153054.xq6jfad2m2buoic6@gmail.com> Date: Sat, 20 Nov 2021 12:09:46 -0500 Message-ID: <87czmusqhx.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: Johannes Altmanninger writes: > I've been using lei from the 1.7.0 release, which works great. > > I had some unrelated problems with one of the created maildirs so I deleted > said maildir. Now I can't recreate the maildir. I tried deleting all > persistent data but got an error: > > $ rm -rf the-maildir ~/.local/share/lei ~/.cache/{public-inbox,lei} > $ lei q -I https://lore.kernel.org/git/ -o the-maildir rt:1.week.ago.. > failed to open /home/johannes/.cache/lei/all_locals_ever.git/lei_ale.state: No such file or directory > at /usr/share/perl5/vendor_perl/PublicInbox/LeiQuery.pm line 117. > > A quick look at strace doesn't show access to any other files in $HOME Have you tried killing the daemon (`lei daemon-kill')?