はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 質問掲示板

 crondailyのメッセージ内容
日時: 2007/05/19 12:54
名前: どもん

①不明点・障害内容:crondailyのメッセージ内容
②ログの有無   :有
  (有:その内容):
③Distribution  :Redhat
      Version:FC4
④Service Name  :
      Version:
⑤ネットワーク構成:

----------------------------------------------------------------------------------
/etc/cron.daily/logrotate:

error: Ignoring clamd.rpmsave, because of .rpmsave ending
error: syslog:1 duplicate log entry for /var/log/rpmpkgs
/etc/cron.daily/ntpdate:

19 May 04:02:52 ntpdate[15135]: the NTP socket is in use, exiting
/etc/cron.daily/yum.cron:

Repository extras is listed more than once in the configuration
Repository updates-released is listed more than once in the configuration
Repository updates-released is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository updates-released is listed more than once in the configuration
Repository updates-released is listed more than once in the configuration
Repository base is listed more than once in the configuration

----------------------------------------------------------------------------------

貴サイトを参考にさせて頂いており、ありがとうございます。

rootあてのcrondailyの結果です。

このメール内容が理解できず、正常に動作しているのかどうかが解らず書き込みました。
errorの文字がありますので、正常ではない思っていますが、どう対応すれば良いのかわからず困っております。

お手数ですが、ご教授頂けないでしょうか、よろしくお願いいたします。
メンテ

Page:  [1]

■ コンテンツ関連情報

 Re: crondailyのメッセージ内容 ( No.1 )
日時: 2007/05/22 14:20
名前: 神門

>error: Ignoring clamd.rpmsave, because of .rpmsave ending
>error: syslog:1 duplicate log entry for /var/log/rpmpkgs

これはよくわかりません

>/etc/cron.daily/ntpdate:

>19 May 04:02:52 ntpdate[15135]: the NTP socket is in use, exiting

NTPサービスが起動しているのに ntpdate コマンドを実行したのでポートが使われているので出力した。
要は、NTPサービス実行中は ntpdate コマンドの実行不可。


>/etc/cron.daily/yum.cron:

>Repository extras is listed more than once in the configuration
>Repository updates-released is listed more than once in the configuration
>Repository updates-released is listed more than once in the configuration
>Repository base is listed more than once in the configuration
>Repository extras is listed more than once in the configuration
>Repository updates-released is listed more than once in the configuration
>Repository updates-released is listed more than once in the configuration
>Repository base is listed more than once in the configuration

これは /etc/yum.conf と /etc/yum.repos.d/* に二重定義されていないか確認
通常、 /etc/yum.conf の中には [main] セクションしかないはず。
メンテ
 Re: crondailyのメッセージ内容 ( No.2 )
日時: 2007/05/22 20:47
名前: house

rpmsave
っていうのが気になるのですけれども、
それって、yumとかrpm -Uvh でソフト(OSではない)を再インストールしたときに
古い設定ファイルだか、新しい設定ファイルだかのどちらかが
rpmsaveって形で保存されませんでしたっけ?

それで、保存用の設定ファイルがエラーメッセージに出ているようなので、
設定ファイルがrpmsaveとごちゃごちゃになってませんか?
メンテ
 Re: crondailyのメッセージ内容 ( No.3 )
日時: 2007/05/25 12:13
名前: どもん

>神門さま
コメントありがとうございます。

error: Ignoring clamd.rpmsave, because of .rpmsave ending
error: syslog:1 duplicate log entry for /var/log/rpmpkgs
はまだわかりませんが、

>/etc/cron.daily/ntpdate:
>/etc/cron.daily/yum.cron:
は、神門さまのご指摘通りでしたので早速対応しました。
有難うございました。


>houseさま
コメントありがとうございます。

# ls -l /etc/logrotate.d
-rw-r--r-- 1 root root 238 9月 13 2006 clamd
-rw-r--r-- 1 root root 238 7月 27 2006 clamd.rpmsave

内容はどちらも同じで
#
# Rotate Clam AV daemon log file
#

/var/log/clamav/clamd.log {
  missingok
  nocompress
  create 640 qscand qscand
  postrotate
    /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2> /dev/null || true
  endscript
}
で2つ存在していましたでの、【clamd.rpmsave】を削除しました。

こて、しばらく様子を見てみます。
メンテ

Page:  [1]

題名
名前  ("初心者"を含む名前は使用できません)
E-Mail
URL
パスワード 記事メンテ時に使用)
投稿キー (投稿時 投稿キー を入力してください)
コメント
画像添付 (対応画像:JPEG/GIF/PNG [Max 500KB])

   クッキー保存

■ その他


Copyright(©)2004-2018 First home server construction. All Right Reserved.