There is a small bug in your file I suppose.
See also bug no #114730 "/var/run/aide/ missing"
The problem is in /etc/cron.daily/aide after line 39
TMPBASE="/var/run/aide"
add:
if [ ! -d $TMPBASE ] ; then
# TMPBASE does not exist, create it
mkdir $TMPBASE;
fi
--
daily cron script fails with "onexit: command not found"
https://bugs.launchpad.net/bugs/109268
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs