freshclam clam update Begin

 --------------------- clam-update Begin ------------------------ 


 
 No updates detected in the log for the freshclam daemon (the
 ClamAV update process).  If the freshclam daemon is not running,
 you may need to restart it.  Other options:

  ログにfreshclamデーモンの更新が検出されませんでした。
  ClamAV更新プロセス)。 freshclamデーモンが実行されていない場合は、
  再起動が必要な場合があります。 その他のオプション:
 
 A. If you no longer wish to run freshclam, deleting the log file
    (default is freshclam.log) will suppress this error message.
   
    freshclamを実行したくない場合は、ログファイルを削除してください
   (デフォルトはfreshclam.logです)、このエラーメッセージは表示されません。

 B. If you use a different log file, update the appropriate
    configuration file.  For example:
       echo "LogFile = log_file" >> /etc/logwatch/conf/logfiles/clam-update.conf
    where log_file is the filename of the freshclam log file.

    別のログファイルを使用する場合は、適切な
    構成ファイル。 例えば:
     echo "LogFile = log_file" >> /etc/logwatch/conf/logfiles/clam-update.conf
     log_fileは、freshclamログ・ファイルのファイル名です。


 C. If you are logging using syslog, you need to indicate that your
    log file uses the syslog format.  For example:
       echo "*OnlyService = freshclam" >> /etc/logwatch/conf/logfiles/clam-update.conf
       echo "*RemoveHeaders" >> /etc/logwatch/conf/logfiles/clam-update.conf
 

     syslogを使用してログを記録する場合は、
     ログファイルはsyslog形式を使用します。 例えば:
       echo "* OnlyService = freshclam" >> /etc/logwatch/conf/logfiles/clam-update.conf
       echo "* RemoveHeaders" >> /etc/logwatch/conf/logfiles/clam-update.conf
 ---------------------- clam-update End ------------------------- 


freshclamのログ構成ファイルを作成
[root@falcon21 ~]# echo "LogFile = log_file" >> /etc/logwatch/conf/logfiles/clam-update.conf

ファイルが作成されたか確認
[root@falcon21 ~]# ll -a /etc/logwatch/conf/logfiles/
\u5408\u8a08 12
drwxr-xr-x 2 root root 4096 8\u6708 27 04:41 2017 .
drwxr-xr-x 4 root root 4096 8\u6708 15 07:30 2017 ..
-rw-r--r-- 1 root root 19 8\u6708 27 04:41 2017 clam-update.conf

[root@falcon21 ~]# freshclam
ClamAV update process started at Sun Aug 27 04:47:51 2017
main.cld is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
daily.cld is up to date (version: 23718, sigs: 1742696, f-level: 63, builder: neo)
bytecode.cld is up to date (version: 309, sigs: 69, f-level: 63, builder: bbaker)

*****************************************************************************************************

 

投票数:1 平均点:10.00

 
Back to Top