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=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,FSL_HELO_FAKE, RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) (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 DA5621F9F4 for ; Sat, 20 Nov 2021 15:30:59 +0000 (UTC) Received: by mail-wm1-x330.google.com with SMTP id 137so7661980wma.1 for ; Sat, 20 Nov 2021 07:30:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=/DDd5iJyCIUY9RmxadEqe9GZA7R5Rk4Afc+MU8XmiUw=; b=ce3EutLwic5S0Cm+7iI8pvvVuqjlfcB392UngYjClXLEow3TwiG1c+G5zAdE/JpwNz JiMoqqSXni0NfFY8nt21tBA2MReSrSD5PNoLNyD9slN3Dy0MsZtSJ8cBcQywUIEOKneP eMX+iyHiAtJUsxpwHksmdQwokdymSXnwZRWobtdXBCyrdxdFCWoKxA+UGLdOWJq05zFS P22SEHNT23BiTGpaLIpl4p6XmVhj/IvbMi3s6Y4++dS/ZmAUoaoMzIEier4fnbnuMhI1 d0ifaMqCZbUUec4wc+lDezQqA7/699uRtQHbxhaaWgfw1z50TKR96POvYbWmHIJuciCZ jgpg== 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:subject:message-id:mime-version :content-disposition; bh=/DDd5iJyCIUY9RmxadEqe9GZA7R5Rk4Afc+MU8XmiUw=; b=Onz6TOSeo+4PSISjKV7p3OdqPlrXq7K8ySvFpYK/4CHwKX02MbFS3E4PMQwi3gOVBJ pUD5wE1j/uyNN3dm0SwNRP97zy6sWBjgVxL8MnEDWtSpI4cT7v+d4/cRv5+/02ZygqEb gMyVGLGd6MFtkFQSuWmRtngfJtfeWi9YoeCC6fLS1SApXR9m3N/VfJf/Ki5kYJbJsM7D kd04dXA+kFlsdoIy0pXX27HjIIXEY/K30S5Cz/J44tcGjeFib/Vfl+MtqRpEuMP2s9Yn D1rAYZNag2bYR6W1DqoAbO/iOVLX6vYTaeRBifMhjGV3YaXzWS/6+ooLu2958edWgzjf 9WCA== X-Gm-Message-State: AOAM530az86c9GKWXvFE55xQf72h/ccJ5i3QhAonYpMIcRFyhkT05R0z Lf+P4quZD7SbwuSAGhcGQw/Hba0WbzM= X-Google-Smtp-Source: ABdhPJx4sYt1amKtC2j0BymT0U7T2kFtEjvcF5p2Tus925HsV/9omrXvpHEZavVI6sC+mLqYTAst9Q== X-Received: by 2002:a1c:1c8:: with SMTP id 191mr10719803wmb.90.1637422257309; Sat, 20 Nov 2021 07:30:57 -0800 (PST) Received: from gmail.com (62-47-14-105.adsl.highway.telekom.at. [62.47.14.105]) by smtp.gmail.com with ESMTPSA id z7sm15182170wmi.33.2021.11.20.07.30.56 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Nov 2021 07:30:56 -0800 (PST) Date: Sat, 20 Nov 2021 16:30:54 +0100 From: Johannes Altmanninger To: meta@public-inbox.org Subject: How to delete caches Message-ID: <20211120153054.xq6jfad2m2buoic6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: 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