Hi, > Ah, now I see. This is a duplicate of #994168. Try the following patch:
> --- etc/aide/aide.conf.d/31_aide_munin-nodes 2022-01-16 13:07:29.000000000 > +0100 > +++ /etc/aide/aide.conf.d/31_aide_munin-nodes 2021-12-31 22:10:09.905341513 > +0100 > @@ -17,7 +17,7 @@ > DOMAIN=$(escape_dots "${HOST#*.}") > DHOST=$(escape_dots "${HOST}") > > - printf > "/var/cache/munin/www/%s/(index\\.html|%s/[-_[:alnum:]]+\\.(png|html))$ > f VarFile" "${DOMAIN}\\n" "${DHOST}" > - printf "/var/lib/munin/%s/%s-.*\\.rrd$ f VarFile" "${DOMAIN}" > "${DHOST}\\n" > + printf > "/var/cache/munin/www/%s/(index\\.html|%s/[-_[:alnum:]]+\\.(png|html))$ > f VarFile\\n" "${DOMAIN}" "${DHOST}" > + printf "/var/lib/munin/%s/%s-.*\\.rrd$ f VarFile\\n" "${DOMAIN}" > "${DHOST}" > printf > "/@@{RUN}/munin/munin-(update|datafile|%s-%s|limits)\\.lock$ f > VarFile\\n" "${DOMAIN}" "${DHOST}" > done > This was fixed in aide 0.17.3-5 which didn't make it into bullseye. Thanks, that patch fixes errors with 31_aide_munin-nodes. -- Greetings Lilo von Hanffstengel