系统: Linux 19肉桂64位,基于Ubuntu18.04.
RKHunter:打包版本1.4.6-2.
不幸的是,当我试图更新它的数据库时,我得到了错误:
$ sudo rkhunter --update
[ Rootkit Hunter version 1.4.6 ]
Checking rkhunter data files...
Checking file mirrors.dat [ Skipped ]
Checking file programs_bad.dat [ Update failed ]
Checking file backdoorports.dat [ Update failed ]
Checking file suspscan.dat [ Update failed ]
Checking file i18n versions [ Update failed ]
Please check the log file (/var/log/rkhunter.log)我查了日志,没有真正的结果。
发布于 2018-09-23 08:46:33
通过编辑以下文件,我成功地修复了这个问题:
/etc/rkhunter.conf并更改以下几个值:
# If this option is set to '1', it specifies that when the '--update' option is used, then the mirrors file is to be checked for updates as well.
UPDATE_MIRRORS=1
# 0 - use any mirror
MIRRORS_MODE=0https://unix.stackexchange.com/questions/470831
复制相似问题