unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@orbis-terrarum.net>
To: meta@public-inbox.org
Subject: Re: more debugging for gentoo usage & supporting feature requests - infinite loop on disk full
Date: Mon, 22 Jul 2024 06:23:02 +0000	[thread overview]
Message-ID: <robbat2-20240722T060013-765939809Z@orbis-terrarum.net> (raw)
In-Reply-To: <robbat2-20240722T011301-042174550Z@orbis-terrarum.net>

[-- Attachment #1: Type: text/plain, Size: 2626 bytes --]

On Mon, Jul 22, 2024 at 01:27:41AM +0000, Robin H. Johnson wrote:
> Hi,
> 
> I moved the Gentoo instance to a much beefier machine & newer kernel,
> ingest is a lot faster; but there's still some hiccups.
Another weird case I ran into... infinite loops when the destination for the
$INBOX_DIR got full, and starting spamming the logs heavily (leading to
/var/log also getting full).

```
$ f=/var/www/archives.gentoo.org/.maildir/.gentoo-dev/.200209/cur/1032012623.011914.mbox\:2\,\:2\,S
$ PI_CONFIG=/etc/public-inbox/config \
ORIGINAL_RECIPIENT=gentoo-dev@lists.gentoo.org \
public-inbox-mda --no-precheck <$f
...
using random Message-ID <20020914141022.8EILh0MRbQpdjOwovs1hfDrKNO9nmyvsLZh_8lkm3Go@z> as fallback
using random Message-ID <20020914141022.VX0VHB0f3Miq3hvnAl17lMRVALJ4oQNp9dgfpsljr2k@z> as fallback
using random Message-ID <20020914141022.ZGTncZHNC4jy3Yvj9iKCguTYRvwikTj5R6CWgPHvDj4@z> as fallback
using random Message-ID <20020914141022.RzOBkiht44TmjOYhRZydnv8QyUD1aAegYFXbQJpXMZA@z> as fallback
using random Message-ID <20020914141022.aieLHBsuflGLngvMmnlj0PnUAm7kg5OyuvWQ2cY8bgs@z> as fallback
using random Message-ID <20020914141022.PoYIWpcZ7JIP_hlF1Y8YwkVV8e2VjvHQJdUNmS741Bc@z> as fallback
using random Message-ID <20020914141022.DAqenKa6o_xSvrpv1sJSik1iPO0RrauMojnK6F2c0-c@z> as fallback
using random Message-ID <20020914141022.Hz5gNFKUIMWg66QgTQpBeTlcjPmuXgNF4C1lfJ3o_FY@z> as fallback
...
```

But the mail DID include a message-id:
```
$ f=/var/www/archives.gentoo.org/.maildir/.gentoo-dev/.200209/cur/1032012623.011914.mbox\:2\,\:2\,S
$ grep -i -e message-id $f
Message-ID: <Pine.LNX.4.44.0209141505570.24517-100000@kitt.york.ac.uk>
$ spamc <$f |diff $f -
1a2,5
> X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on
> finch.gentoo.org
> X-Spam-Level: 
> X-Spam-Status: No, score=0.8 required=5.0 tests=DMARC_REJECT,
>	MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0
```

The -watch instance kept looping as well, printing the random Message-Id between mails.
```
# grep path: ./public-inbox-watch.gentoo-commits.stderr.log  |uniq -c | tail -n4
      1 path: /etc/public-inbox/maildir-root/.gentoo-commits/.202101/new/1609861031.6347_0.finch
      1 path: /etc/public-inbox/maildir-root/.gentoo-commits/.202309/new/1694522732.28713_0.finch
29556540 path: /etc/public-inbox/maildir-root/.gentoo-commits/.202210/new/1665418739.8290_0.finch
4785340 path: /etc/public-inbox/maildir-root/.gentoo-commits/.202407/new/1721627006.150418_0.finch
```

-- 
Robin Hugh Johnson
Pronouns   : They/he
E-Mail     : robbat2@orbis-terrarum.net

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1113 bytes --]

  reply	other threads:[~2024-07-22  6:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-22  1:27 more debugging for gentoo usage & supporting feature requests Robin H. Johnson
2024-07-22  6:23 ` Robin H. Johnson [this message]
2024-07-22 19:44   ` more debugging for gentoo usage & supporting feature requests - infinite loop on disk full Eric Wong
2024-07-23 21:30   ` Eric Wong
2024-07-22 19:40 ` more debugging for gentoo usage & supporting feature requests Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=robbat2-20240722T060013-765939809Z@orbis-terrarum.net \
    --to=robbat2@orbis-terrarum.net \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).