Hello Mathias,
Am Thu, May 15, 2025 at 03:52:06AM +0000 schrieb Mathias Gibbens:
>   Indeed, that looks unusual. I did find one old report on the debian-
> user list that's similar, but was ultimately unsolved[0].
> 
>   If you're getting two duplicate emails, that indicates logcheck is
> running from both the crontab and new systemd timer. In that case, can
> you share the contents of /etc/cron.d/logcheck? If you had locally
> modified that file, it might not have been properly updated to not run
> in a systemd environment.

# /etc/cron.d/logcheck: crontab entries for the logcheck package
# These do nothing under systemd because the systemd timer will take precedence

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root

@reboot         logcheck    if [ ! -d /run/systemd/system ] && [ -x 
/usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck -R; fi
2 * * * *       logcheck    if [ ! -d /run/systemd/system ] && [ -x 
/usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi

>   Richard provided several good things to check that will help track
> down the root cause of this issue.

I answerd all but one there.

Thanks for the analysis so far and your efforts.

Greetings

          Helge

-- 
      Dr. Helge Kreutzmann                     [email protected]
           Dipl.-Phys.                   http://www.helgefjell.de/debian.php
        64bit GNU powered                     gpg signed mail preferred
           Help keep free software "libre": http://www.ffii.de/

Attachment: signature.asc
Description: PGP signature

Reply via email to