Comment 3 for bug 1920649

Revision history for this message
Konstantin Kalmykov (kkblkkbl) wrote : Re: ubuntu 20.04 LTS - aide crashes on initialization

I can tell what I did to mitigate this bug, and It’s worked for me (do it as power user or root):

1. Completely purge installed AIDE:

apt purge aide aide-common
rm -rf /var/log/aide

2. Install AIDE back again:

apt update
apt install aide-common aide-dynamic

3. Then rebuild config:

update-aide.conf
cp -v /var/lib/aide/aide.conf.autogenerated /etc/aide/aide.conf

4. Run init script:

aideinit -f

Then for me it was no errors, and AIDE running well.