I'll have to wait for the AIDE job to automatically kick off, but I
suspect that the following patch to /etc/cron.daily/aide will fix this
issue. It simply removes the dot before the glob so that it will match
a bit more liberally:
--- aide 2012-01-09 09:15:28.000000000 +0000
+++ aide.new 2012-09-27 21:47:19.817061493 +0000
@@ -355,7 +355,7 @@
if dpkg-query -L ${BASH_REMATCH[3]} > /dev/null 2>&1; then
pkgs+="${BASH_REMATCH[3]} (${BASH_REMATCH[2]})\n"
dpkg-query -L ${BASH_REMATCH[3]} | sed -e "/^$/d" -e
"/\/\./d" >> "$PKG_FILE_LIST"
- ls /var/lib/dpkg/info/${BASH_REMATCH[3]}.* >>
"$PKG_FILE_LIST"
+ ls /var/lib/dpkg/info/${BASH_REMATCH[3]}* >>
"$PKG_FILE_LIST"
fi
fi
done < "$DPKGLOG"
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1036751
Title:
search for libreadline5.* crashes daily run
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aide/+bug/1036751/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs