Comment 1 for bug 114730

Revision history for this message
Thomas Templin (coastgnu) wrote :

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