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

Or patch it with the attached aide.patch

** Attachment added: "aide.patch"
   http://launchpadlibrarian.net/8072425/aide.patch

-- 
/var/run/aide/ missing
https://bugs.launchpad.net/bugs/114730
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to