On 2/19/22 20:46, Mark Sapiro wrote:
On 2/19/22 05:23, Sandor Dibuz wrote:
Feb 19 14:15:18 localhost mariadbd[28859]: 2022-02-19 14:15:18 22154 [Warning] Aborted connection 22154 to db: 'mailman3' user: 'mailman3' host: 'localhost' (Got an error reading communication packets)
You may be correct in your assumption that these are harmless. I would try to correlate them with access and error logs from the web/wsgi server to get more information.
It's the mailman quarterly cron job:
# Every 15 minutes, gate messages from usenet to those lists which have the gateway configured */15 * * * * list if [ -x /usr/bin/mailman ]; then /usr/bin/mailman gatenews; fi
And I have no gateway enabled for any of them. Will have to find out what mailman exactly does. And change MariaDB to verbose logging.
Sanyi