sudo freshclam
ERROR: /var/log/clamav/freshclam.log is locked by another process
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
ERROR: initialize: libfreshclam init failed.
ERROR: Initialization error!
対処を行います。
sudo lsof /var/log/clamav/freshclam.log
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
freshclam 7001 clamav 3wW REG 202,1 2161 2319263 /var/log/clamav/freshclam.log
# この時に出てきたPIDを控えておきます。
このプロセスを停止します。
sudo kill -9 7001
# 出てきたPIDを指定します
ログファイルのパーミッション変更
sudo chmod -R 777 /var/log/clamav/
上記を実施後、
sudo freshclam
定義ファイルが更新されることを確認しました。
ウイルス定義ファイル自動更新
sudo systemctl start clamav-freshclam.service
sudo systemctl enable clamav-freshclam.service
systemctl status clamav-freshclam.service
# active (running)を確認します
ClamAVの動作確認
バージョン確認
clamscan --version
ClamAV 0.103.8/26829/Thu Mar 2 20:16:49 2023
# 2023/03/03、aptでインストールした際のバージョン
eicarテストファイルによる確認
cd ~
wget http://www.eicar.org/download/eicar.com
clamscan eicar.com
テスト結果
Win.Test.EICAR_HDB-1 FOUND
----------- SCAN SUMMARY -----------
Known viruses: 8654357
Engine version: 0.103.8
Scanned directories: 0
Scanned files: 1
Infected files: 1
Data scanned: 0.00 MB
Data read: 0.00 MB (ratio 0.00:1)
sequenceDiagram
participant b as バックアップ
participant p as パスワード生成
note over b: 処理実行
note over b: 作業ディレクトリ<br>作成
note over b: MySQL dump
b->>p: スクリプト呼び出し
note over p: 処理実行
note over p: PW発行
note over p: PWファイル作成
p-->>b: スクリプト実行完了
note over b,p: PWファイルを元に暗号化
note over b: 作業ディレクトリ<br>削除
note over b: 古いバックアップ削除
note over b,p: 古いPWファイルを削除
note over b: 処理完了
As reported in issue #12, the plugin "mega_calendar" ist not compatible with this plugin due to an issue with the provided users_controller_path.rb file.
Internal Error An error occured on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. If you are the Redmine administrator, check your log files for details about the error.