Mint 19 - rkhunter 1.4.6は更新されません。

Mint 19 - rkhunter 1.4.6は更新されません。

システム:Linux Mint 19 Cinnamon 64ビット、Ubuntu 18.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)

ログを確認しましたが、実際の結果はありません。

ベストアンサー1

次のファイルを編集してこの問題を解決しました。

/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=0

おすすめ記事