Your message dated Sat, 11 Feb 2023 07:20:41 +0100
with message-id <[email protected]>
and subject line Re: Bug#1030852: unable to run "aideinit" successfully
has caused the Debian Bug report #1030852,
regarding unable to run "aideinit" successfully
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1030852: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030852
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aide
Version: 0.17.3-4+deb11u1
When I invoke `aideinit' without arguments from an ordinary shell
prompt it prints:
`ERROR: /etc/aide/aide.conf.d/31_aide_munin-nodes (stdout):1:
unexpected character: '/' (line:
'/var/cache/munin/www/uaegeas1/(index\.html|uaegeas1\n/[-_[:alnum:]]+\.(png|html))$
f VarFile/var/lib/munin/uaegeas1/uaegeas1\n-.*\.rrd$ f
VarFile/@@{RUN}/munin/munin-(update|datafile|uaegeas1-uaegeas1|limits)\.lock$
f VarFile')
I suggest that /etc/aide/aide.conf.d/31_aide_munin-nodes should be
corrected on two lines with correctly placed line feed :
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}"
I am using Debian GNU/Linux 2.2, kernel 2.2.17-pre-patch-13
and libc6 2.1.3-10.
--- End Message ---
--- Begin Message ---
Version: 0.17.3-4
Control: tags -1 -moreinfo -unreproducible
thanks
On Thu, Feb 09, 2023 at 09:44:02AM +0100, David S wrote:
> printf
> "/var/cache/munin/www/%s/(index\\.html|%s/[-_[:alnum:]]+\\.(png|html))$ f
> VarFile" "${DOMAIN}*\\n*" "${DHOST}"
Thanks, I didnt see that in you report. This is actually a duplicate of
#994168 and was fixed in 2021 in unstable.
For stable users, it is recommended to fix this manually in the rule
fule, which is a dpkg-conffile to allow this. You already did that, so
we're all fine.
Thanks for your contribution.
Greetings
Marc
--- End Message ---