[Aide] WARNING: Old db contains a entry that shouldn't be there, run --init or --update

Hannes von Haugwitz hannes at vonhaugwitz.com
Tue Oct 27 22:15:06 EET 2020


On Tue, Oct 27, 2020 at 01:58:35PM -0500, vince at vheuser.com wrote:
> How do I find the offending rule?
> There is nothing in the log.
> 
> Is there a cookbook recipe for adding a patch to AIDE version 1.6
> to enable finding the offending rule?

The current git HEAD should at least tell you which entry in the
database raises the warning.

You should be able to build from git source with the following commands
(provided you have installed all necessary dependencies (see
'Requirements' section in README)):

    git clone https://github.com/aide/aide
    cd aide/
    sh autogen.sh
    ./configure
    make
    ./aide --version

Best regards

Hannes


More information about the Aide mailing list