Applicable to:
- Plesk 12.0 for Linux
- Plesk 12.5 for Linux
- Plesk Onyx for Linux
症状
"DrWeb-DAEMON" から "The antivirus software failure" というメールが複数送信されます。
--- Antivirus report ---
Detailed report:
The filter fails to pass object to the DrWEB daemon
--- Antivirus report ---
The original message was stored in archive record named:
file was not created
以下のエラーも受信する可能性があります。
Dear administrator,Your virus bases are not up to date. Please run updating script manually or use cron for this purpose.
Interface binding error (/var/drweb/run/.daemon - Addr....
原因
DrWeb が古くなっています。
解決策
以下のスクリプトを実行します。
# /opt/drweb/update.pl
追加で、
/etc/cron.d/drweb-update
が有効であることを確認します。例えば
# cat /etc/cron.d/drweb-update
*/30 * * * * drweb /opt/drweb/update.pl
[Tools & Settings]>[Scheduled Tasks]> drweb の下に、DrWeb 更新タスクが構成されている可能性があります。
更新スクリプトの出力結果の通知を停止するには、DrWeb 更新タスクでコマンドの後に " >/dev/null 2>&1 " などを挿入することによって DrWeb 更新タスクのコマンドを変更します。つまり、次のように変更します。
/opt/drweb/update.pl >/dev/null 2>&1
コメント
0件のコメント
ログインしてコメントを残してください。