Hello! it is mandatory to manually import the gpg key of the aide developer.
- You should be able to do it by issuing the command: gpg --recv-keys 2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931
Compare the output to the one in this github page:https://github.com/aide/aide
it should be something along the lines of:
Hannes von Haugwitz hannes@vonhaugwitz.com Hannes von Haugwitz hvhaugwitz@debian.org 4096 bit RSA key F6947DAB68E7B931, created: 2011-06-28 Fingerprint: 2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931
Pinned Comments
kitterhuff commented on 2023-04-24 06:56 (UTC) (edited on 2023-04-25 11:03 (UTC) by kitterhuff)
Hello! it is mandatory to manually import the gpg key of the aide developer.
Compare the output to the one in this github page:https://github.com/aide/aide it should be something along the lines of:
Hannes von Haugwitz hannes@vonhaugwitz.com Hannes von Haugwitz hvhaugwitz@debian.org 4096 bit RSA key F6947DAB68E7B931, created: 2011-06-28 Fingerprint: 2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931
andrej commented on 2021-03-27 20:58 (UTC) (edited on 2021-03-27 21:49 (UTC) by andrej)
A few more notes on this package:
0.17.3
, needs a few config tweaks (database_in
instead ofdatabase
,log_level
andreport_level
instad ofverbose
)./etc/logrotate.d/
.systemd
units (.service
and.timer
) for regular maintenance and checks. Also, the database files need to be "rotated" after each run etc. The WiKi suggests using cron, but that's an outdated idea compared tosystemd
timers.systemd
timer) should only run and logaide -C
, notaide -u
.aide -u
after updates. This could (and most likely should) be asystemd
.service
(but not asystemd
.timer
), so that it can berestart
ed in the background by Pacman after updates. This would have quite a few advantages:aide -u
would run automatically at the right time.aide -u
after an update.aide -u
would be waited for properly.aide -u
correctly before starting a new one in the background (hence arestart
instead of just astart
).